/*
Theme Name: scinet Flexbox
Theme URI: https://www.scinet.eu/
Author: Codex
Author URI: https://www.scinet.eu/
Description: Klassisches scinet-Theme mit klarer Struktur, Bootstrap 5 und responsiver Navigation.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: scinet-flexbox
*/

:root {
    --scinet-black: #0d0d0d;
    --scinet-white: #fdfdfd;
    --scinet-accent: #cb1517;
    --scinet-accent-dark: #a80f12;
    --scinet-surface: #151515;
    --scinet-surface-2: #1d1d1d;
    --scinet-surface-3: #242424;
    --scinet-text: #fdfdfd;
    --scinet-muted: rgba(253, 253, 253, 0.68);
    --scinet-border: rgba(253, 253, 253, 0.12);
    --scinet-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
    --bs-primary: var(--scinet-accent);
    --bs-primary-rgb: 203, 21, 23;
}

.section-title,
.flex-subpage-hero__title,
.sub-hero__title,
.home-hero__title,
.entry-title {
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
}

html {
    hyphens: auto;
}

.section-title,
.flex-subpage-hero__title {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

body.site-body {
    background:
        radial-gradient(circle at top right, rgba(203, 21, 23, 0.16), transparent 28%),
        radial-gradient(circle at top left, rgba(253, 253, 253, 0.04), transparent 24%),
        linear-gradient(180deg, #121212 0%, #0d0d0d 100%);
    color: var(--scinet-text);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
}

.responsive-display-text {
    font-size: clamp(2.5rem, 7vw, 5rem);
    line-height: 0.95;
}

.site-main.py-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 4rem !important;
}

.page-shell {
    width: min(100%, 72rem);
    margin: 0 auto;
}

.page-shell--narrow {
    width: min(100%, 56rem);
}

.page-shell--wide {
    width: min(100%, 68rem);
}

a {
    color: var(--scinet-white);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--scinet-accent);
}

.scinet-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
    background: rgba(13, 13, 13, 0.72);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.site-header {
    min-height: 5.5rem;
}

.navbar-brand {
    max-width: 24rem;
}

.navbar .custom-logo {
    display: block;
    width: auto;
    max-height: 30px;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, var(--scinet-accent), #ef3c3f);
    color: var(--scinet-white);
    font-weight: 800;
    font-size: 1.4rem;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-title {
    color: var(--scinet-white);
    font-size: 1.1rem;
    font-weight: 700;
}

.brand-tagline {
    color: var(--scinet-muted);
    font-size: 0.85rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(253, 253, 253, 0.9);
    font-weight: 300;
    letter-spacing: 0.04em;
    padding: 0.75rem 1rem;
    transition: color 0.18s ease;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--scinet-accent);
}

.dropdown-menu {
    background: rgba(22, 22, 22, 0.98);
    border: 1px solid var(--scinet-border);
    border-radius: 1rem;
    box-shadow: var(--scinet-shadow);
    padding: 0.75rem;
}

.dropdown-item {
    color: var(--scinet-white);
    border-radius: 0.75rem;
    padding: 0.6rem 0.9rem;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
    background: rgba(203, 21, 23, 0.16);
    color: var(--scinet-white);
}

.hero-card,
.feature-card,
.content-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2rem;
    border: 1px solid var(--scinet-border);
    border-radius: 1.5rem;
    background: rgba(24, 24, 24, 0.92);
    box-shadow: var(--scinet-shadow);
    backdrop-filter: blur(10px);
}

.home-hero {
    position: relative;
    min-height: 100vh;
    margin-top: -5.5rem;
    overflow: clip;
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.12), transparent 18%),
        radial-gradient(circle at 82% 20%, rgba(203, 21, 23, 0.18), transparent 24%),
        linear-gradient(180deg, rgba(13, 13, 13, 0.3), rgba(13, 13, 13, 0));
    pointer-events: none;
}

.home-hero__sticky {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: clip;
}

.home-hero__layout {
    position: relative;
    width: 100%;
    height: 100vh;
}

.home-hero__copy-shell {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-start;
    pointer-events: none;
    z-index: 2;
}

.home-hero__copy {
    position: absolute;
    left: clamp(1rem, 4vw, 3rem);
    top: clamp(4rem, 10vw, 7rem);
    #max-width: min(90vw, 34rem);
    width: 100%;
}

.home-hero__eyebrow {
    margin: 0 0 1rem;
    color: rgba(253, 253, 253, 0.68);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.home-hero__title {
    margin: 0;
    font-size: clamp(3.8rem, 12vw, 7rem);
    #font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 0.9;
    #text-transform: uppercase;
    text-align: center;
}

.home-hero__title-flex {
    color: var(--scinet-white);
}

.home-hero__title-box {
    color: var(--scinet-accent);
}

.home-hero__media-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: clip;
}

.home-hero__media {
    width: 100vw;
    margin: 0;
    aspect-ratio: 16 / 9;
    margin: 0;
    opacity: 0;
    transform: translate3d(0, 50vh, 0) scale(1.8);
    transform-origin: center center;
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
}

.home-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(0 40px 90px rgba(0, 0, 0, 0.5));
    user-select: none;
    -webkit-user-drag: none;
}

.home-intro {
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding-bottom: 5rem;
}

.home-intro__panel {
    max-width: 48rem;
}

.section-angle {
    position: relative;
    padding-top: 7rem;
    overflow: clip;
}

.section-angle::before {
    content: "";
    position: absolute;
    left: -4vw;
    top: 11rem;
    width: 108vw;
    border-top: 1px solid var(--scinet-accent);
    transform: rotate(-3deg);
    transform-origin: left center;
    pointer-events: none;
    z-index: 0;
    background: #000;
    height: 135px;
}

.section-angle::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(13, 13, 13, 0.98), rgba(13, 13, 13, 0.98));
    clip-path: polygon(0 7rem, 100% 0, 100% 100%, 0 100%);
    pointer-events: none;
    z-index: -1;
}

.section-angle > * {
    position: relative;
    z-index: 1;
}

.section-angle--left::after {
    clip-path: polygon(0 7rem, 100% 0, 100% 100%, 0 100%);
}

.hero-card {
    position: relative;
    z-index: 1;
    background: rgba(253, 253, 253, 0.04);
    border-color: rgba(253, 253, 253, 0.1);
    color: var(--scinet-white);
}

.hero-card-label {
    color: rgba(253, 253, 253, 0.72);
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-list {
    margin: 0;
    padding-left: 1.2rem;
}

.feature-card {
    min-height: 100%;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.25rem;
    border-radius: 0.9rem;
    background: rgba(203, 21, 23, 0.16);
    color: var(--scinet-white);
    font-weight: 800;
}

.entry-title {
    color: var(--scinet-white);
    line-height: 1.2;
}

.entry-title a {
    color: inherit;
}

.entry-meta {
    font-size: 0.95rem;
    color: var(--scinet-muted) !important;
}

.widget {
    border-radius: 1.25rem;
}

.widget-title {
    color: var(--scinet-white);
}

.search-form .form-control {
    min-height: 3rem;
    border-radius: 0.9rem;
    background: var(--scinet-surface-3);
    border-color: rgba(253, 253, 253, 0.14);
    color: var(--scinet-white);
}

.site-footer {
    min-height: 346px;
    background-color: #0d0d0d;
    background-image: url('/wp-content/uploads/2026/04/jungbauten-flexbox-footer.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 346px;
}

.site-footer.py-5 {
    padding-bottom: 26rem !important;
}

.site-footer .logo-footer {
    margin-top: -8px;
}

/* Links */
.site-footer__link {
    color: rgba(253, 253, 253, 0.68);
    text-decoration: none;
}

.site-footer__link:hover,
.site-footer__link:focus {
    color: var(--scinet-white);
    text-decoration: underline;
}

/* Partner */
.site-footer__partner {
    text-decoration: none;
}

.site-footer__partner img {
    flex: 0 0 auto;
}

/* Social */
.site-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-start;
}

.site-footer__social .list-inline-item {
    margin-right: 0;
}

.site-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.55rem;
    height: 2.55rem;
    border: 1px solid rgba(253, 253, 253, 0.24);
    border-radius: 50%;
    color: rgba(253, 253, 253, 0.78);
    background: rgba(253, 253, 253, 0.06);
    text-decoration: none;
    transition: color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus {
    color: var(--scinet-white);
    border-color: rgba(253, 253, 253, 0.58);
    background: rgba(253, 253, 253, 0.14);
}

.site-footer__social-link svg {
    width: 1.15rem;
    height: 1.15rem;
    fill: currentColor;
}

/* Bottom */
.site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Desktop */
@media (min-width: 992px) {
    .site-footer__social {
        justify-content: flex-end;
    }

    .site-footer .col-lg-3:last-child h2 {
        text-align: right;
    }
}


.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.35rem;
    padding: 0 0.8rem;
    border-radius: 999px;
    background: var(--scinet-surface-2);
    border: 1px solid var(--scinet-border);
    color: var(--scinet-white);
}

.page-numbers.current,
.page-numbers:hover {
    background: var(--scinet-accent);
    border-color: var(--scinet-accent);
    color: var(--scinet-white);
}

.text-muted,
.text-white-50 {
    color: var(--scinet-muted) !important;
}

.btn-primary,
.btn-warning {
    background: var(--scinet-accent);
    border-color: var(--scinet-accent);
    color: var(--scinet-white);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: var(--scinet-accent-dark) !important;
    border-color: var(--scinet-accent-dark) !important;
    color: var(--scinet-white) !important;
}

.btn-outline-primary,
.btn-outline-light {
    border-color: rgba(253, 253, 253, 0.28);
    color: var(--scinet-white);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active {
    background: var(--scinet-accent) !important;
    border-color: var(--scinet-accent) !important;
    color: var(--scinet-white) !important;
}

.form-control:focus {
    background: var(--scinet-surface-3);
    border-color: rgba(203, 21, 23, 0.55);
    color: var(--scinet-white);
    box-shadow: 0 0 0 0.25rem rgba(203, 21, 23, 0.18);
}

.navbar-toggler {
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--scinet-accent);
    background: transparent;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.18rem rgba(203, 21, 23, 0.24);
}

.navbar-toggler-icon {
    width: 1.45rem;
    height: 1.45rem;
    background-image: none;
    position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.18s ease, opacity 0.18s ease, top 0.18s ease;
}

.navbar-toggler-icon::before {
    top: 0.38rem;
    box-shadow: 0 0.34rem 0 currentColor;
}

.navbar-toggler-icon::after {
    top: 0.9rem;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    top: 0.64rem;
    box-shadow: none;
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    top: 0.64rem;
    transform: rotate(-45deg);
}

.content-card p,
.content-card li,
.feature-card p,
.hero-card li,
.hero-card p {
    color: var(--scinet-muted);
}

.content-card strong,
.content-card b,
.content-card h1,
.content-card h2,
.content-card h3,
.content-card h4,
.content-card h5,
.content-card h6,
.feature-card h2,
.hero-card-label {
    color: var(--scinet-white);
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.page-card,
.content-card {
    width: 100%;
}

.page-layout {
    width: 100%;
}

.responsive-display-text,
.responsive-display-text.has-medium-font-size,
.responsive-display-text.has-large-font-size,
.responsive-display-text.has-x-large-font-size,
.responsive-display-text.has-xx-large-font-size {
    font-size: clamp(2.5rem, 7vw, 5rem) !important;
    line-height: 0.95;
}

.entry-content--page > * {
    #width: min(calc(100% - 2rem), 56rem);
    margin-left: auto;
    margin-right: auto;
}

.entry-content--page > .alignwide {
    width: min(calc(100% - 2rem), 82rem);
}

.entry-content--page > .alignfull {
    width: 100%;
    max-width: 100%;
}

.entry-content--page > .alignfull,
.entry-content--page > [class*="wp-block-"].alignfull {
    margin-left: 0;
    margin-right: 0;
}

.entry-content > *:last-child,
.content-card > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem 1.25rem;
        border-radius: 1rem;
        background: rgba(253, 253, 253, 0.04);
        border: 1px solid rgba(253, 253, 253, 0.08);
    }

    .home-hero {
        min-height: 100vh;
        margin-top: 0;
    }

    .home-hero__layout {
        height: auto;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .home-hero__copy {
        position: relative;
        left: 0;
        top: 0;
        max-width: none;
        padding-top: 2rem;
    }

    .home-hero__sticky {
        height: auto;
        min-height: 100vh;
        align-items: flex-start;
        padding-top: 2rem;
        position: relative;
        overflow: visible;
    }

    .home-hero__copy-shell {
        position: relative;
        inset: auto;
        display: block;
        pointer-events: auto;
    }

    .home-hero__media-wrap {
        height: auto;
        flex: 1 1 auto;
        min-height: 0;
        padding: 1rem 0 0;
    }

    .home-hero__media {
        width: 100vw;
        aspect-ratio: 4 / 5;
    }

    .home-intro {
        margin-top: 0;
    }

    .section-angle {
        padding-top: 5rem;
    }

    .section-angle::before {
        top: 2rem;
    }

    .section-angle::after,
    .section-angle--left::after {
        clip-path: polygon(0 4.5rem, 100% 0, 100% 100%, 0 100%);
    }

    .site-main.py-5 {
        padding-top: 5rem !important;
        padding-bottom: 3rem !important;
    }

    .hero-card,
    .feature-card,
    .content-card {
        padding: 1.5rem;
        border-radius: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    .responsive-display-text,
    .responsive-display-text.has-medium-font-size,
    .responsive-display-text.has-large-font-size,
    .responsive-display-text.has-x-large-font-size,
    .responsive-display-text.has-xx-large-font-size {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .site-main.py-5 {
        padding-top: 4.75rem !important;
    }

    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-card,
    .feature-card,
    .content-card {
        padding: 1.25rem;
    }

    .entry-content--page > *,
    .entry-content--page > .alignwide {
        width: min(calc(100% - 1rem), 100%);
    }

    .entry-title,
    .home-hero__title {
        overflow-wrap: anywhere;
    }
}
.text-accent {
    color: var(--scinet-accent);
}

.flexbox-section {
    position: relative;
    padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.bg-light-surface {
    background: #f4f4f4;
    color: #111;
}

.section-kicker {
    margin: 0 0 0.85rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--scinet-accent);
}

.section-title {
    margin: 0 0 1.25rem;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 0.96;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--scinet-white);
    text-transform: uppercase;
}

.section-title-dark {
    color: #111;
}

.section-text {
    margin: 0 0 1rem;
    max-width: 42rem;
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--scinet-muted);
}

.section-text-dark {
    color: rgba(17, 17, 17, 0.72);
}


.section-text-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.flexbox-hero-copy {
    max-width: min(92vw, 40rem);
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 25px;
}

.flexbox-hero-title {
    text-align: left;
    font-size: clamp(3rem, 7.8vw, 6.5rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.flexbox-hero-text {
    margin: 1.5rem 0 0;
    max-width: 24rem;
    font-size: 1.1rem;
    color: rgba(253, 253, 253, 0.86);
}

.flexbox-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.flexbox-problem-section {
    overflow: hidden;
}

.flexbox-image-card {
    position: relative;
    #border-radius: 1.8rem;
    overflow: hidden;
    padding: 40px 40px 0px 40px;
}

.flexbox-image-card--light {
    background: linear-gradient(180deg, #ffffff 0%, #ededed 100%);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
}

.flexbox-image-card img {
    display: block;
    width: 100%;
    height: auto;
        filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.4));

}

.flexbox-system-strip {
    background:
            linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0)),
            linear-gradient(180deg, #0d0d0d 0%, #131313 100%);
}

.use-icon-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    min-height: 9rem;
    text-align: center;
    border-top: 1px solid rgba(253, 253, 253, 0.1);
    padding-top: 1.5rem;
}

.use-icon {
    font-size: 2rem;
    line-height: 1;
    color: var(--scinet-white);
    opacity: 0.9;
}

.use-label {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(253, 253, 253, 0.88);
}

.application-card {
    height: 100%;
    overflow: hidden;
    #border-radius: 1.5rem;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.application-card:hover {
    transform: translateY(-6px);
}

.application-card--light {
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
}

.application-card__image-link {
    display: block;
    overflow: hidden;
}

.application-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.application-card:hover .application-card__image {
    transform: scale(1.03);
}

.application-card__body {
    padding: 1.5rem 1.5rem 1.8rem;
}

.application-card__title {
    margin: 0 0 0.8rem;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #111;
}

.application-card__text {
    margin: 0 0 1rem;
    color: rgba(17, 17, 17, 0.7);
    line-height: 1.7;
}

.application-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #111;
}

.application-card__link:hover {
    color: var(--scinet-accent);
}

.usp-card {
    height: 100%;
    text-align: center;
    padding: 1.25rem 1rem;
    border-left: 1px solid rgba(253, 253, 253, 0.08);
}

.usp-card__icon {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1;
    color: var(--scinet-white);
}

.usp-card__title {
    margin: 0 0 0.6rem;
    font-size: 1rem;
    font-weight: 800;
    color: var(--scinet-white);
    text-transform: uppercase;
}

.usp-card__text {
    margin: 0;
    color: var(--scinet-muted);
    line-height: 1.65;
}

.flexbox-split-showcase {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.split-showcase__media {
    min-height: 100%;
    background: #000;
}

.split-showcase__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 28rem;
    object-fit: cover;
}

.split-showcase__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: clamp(3rem, 6vw, 5rem);
    background: linear-gradient(180deg, #111 0%, #0d0d0d 100%);
}

.tech-sketch-card {
    #background: #fff;
    #border-radius: 1.5rem;
    padding: 1rem;
    #box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.tech-sketch-card img {
    display: block;
    width: 100%;
    height: auto;
}

.tech-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 2rem 0;
}

.tech-fact {
    border-top: 1px solid rgba(0,0,0,.18);
    padding-top: 1rem;
}

.tech-fact strong {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #111;
}

.tech-fact span {
    display: block;
    margin-top: .35rem;
    font-size: .95rem;
    line-height: 1.45;
    color: #555;
}

@media (max-width: 767px) {
    .tech-facts {
        grid-template-columns: 1fr;
    }
}

.btn-link-accent {
    color: var(--scinet-accent);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.btn-link-accent:hover,
.btn-link-accent:focus {
    color: var(--scinet-accent-dark);
}

.flexbox-cta-section {
    background: linear-gradient(180deg, #121212 0%, #0d0d0d 100%);
}

.cta-panel {
    max-width: 52rem;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 991.98px) {
    .flexbox-hero-copy {
        max-width: 100%;
        padding-top: 6rem;
    }

    .flexbox-hero-title {
        text-align: left;
        font-size: clamp(2.3rem, 10vw, 4.5rem);
    }

    .flexbox-hero-text {
        max-width: 100%;
        font-size: 1rem;
    }

    .split-showcase__media img {
        min-height: 20rem;
    }

    .split-showcase__content {
        padding: 2.5rem 1.25rem;
    }

    .usp-card {
        border-left: 0;
        border-top: 1px solid rgba(253, 253, 253, 0.08);
        padding-top: 1.5rem;
    }

    .use-icon-card {
        min-height: 7.5rem;
    }
}

@media (max-width: 575.98px) {
    .flexbox-section {
        padding: 4rem 0;
    }

    .section-title {
        font-size: 2rem;
    }

    .application-card__body {
        padding: 1.2rem 1.2rem 1.5rem;
    }

    .flexbox-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .flexbox-hero-actions .btn {
        width: 100%;
    }
}

.system-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    margin-top: 1.8rem;
}

.system-points div {
    font-size: 0.95rem;
    line-height: 1.4;
    color: rgba(255,255,255,.8);
}

.system-points strong {
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #fff;
}

@media (max-width: 767px) {
    .system-points {
        grid-template-columns: 1fr;
    }
}


.sub-hero--technik {
    min-height: 72vh;
    display: flex;
    align-items: center;
    background:
            radial-gradient(circle at 80% 20%, rgba(227, 11, 23, .22), transparent 34%),
            linear-gradient(135deg, #111 0%, #171717 55%, #080808 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.sub-hero--technik::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
            linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 72px 72px;
    opacity: .35;
}

.sub-hero--technik .container {
    position: relative;
    z-index: 2;
}

.sub-hero__title {
    font-size: clamp(3rem, 7vw, 7rem);
    line-height: .9;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -.05em;
    margin-bottom: 1.5rem;
}

.sub-hero__text {
    max-width: 620px;
    color: rgba(255,255,255,.78);
    font-size: 1.1rem;
}

.sub-hero__facts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.16);
}

.sub-hero__facts div {
    background: rgba(10,10,10,.86);
    padding: 2rem;
}

.sub-hero__facts strong {
    display: block;
    font-size: 1.6rem;
    color: #fff;
}

.sub-hero__facts span {
    color: rgba(255,255,255,.55);
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .12em;
}

.tech-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem;
    margin-top: 2rem;
}

.tech-list div {
    border-left: 3px solid var(--bs-primary, #e30b17);
    background: #fff;
    padding: 1rem;
    font-weight: 700;
    box-shadow: 0 12px 32px rgba(0,0,0,.08);
}

.tech-feature-card {
    height: 100%;
    border-top: 1px solid rgba(255,255,255,.18);
    padding-top: 2rem;
}

.tech-feature-card span {
    color: #e30b17;
    font-weight: 900;
    letter-spacing: .15em;
}

.tech-feature-card h3 {
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: 900;
}

.tech-feature-card p {
    color: rgba(255,255,255,.68);
}

.tech-process {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255,255,255,.18);
}

.tech-process div {
    padding: 2rem 1.25rem;
    border-right: 1px solid rgba(255,255,255,.14);
}

.tech-process strong {
    display: block;
    color: #e30b17;
    margin-bottom: .75rem;
}

.tech-process span {
    font-weight: 800;
    text-transform: uppercase;
    font-size: .9rem;
}

.tech-wide-card {
    height: 100%;
    background: #fff;
    padding: clamp(2rem, 4vw, 4rem);
    box-shadow: 0 18px 50px rgba(0,0,0,.08);
}

@media (max-width: 991px) {
    .sub-hero--technik {
        min-height: auto;
        padding: 9rem 0 5rem;
    }

    .sub-hero__facts,
    .tech-list,
    .tech-process {
        grid-template-columns: 1fr;
    }

    .tech-process div {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.14);
    }
}

/* FLEXBOX SUBPAGES: Outdoor + Messestand */

.flex-subpage {
    background: #0d0d0d;
}

.flex-subpage-hero {
    padding: clamp(8rem, 12vw, 12rem) 0 clamp(5rem, 8vw, 7rem);
    background:
            radial-gradient(circle at 80% 30%, rgba(203, 21, 23, 0.28), transparent 30%),
            linear-gradient(180deg, #151515 0%, #0d0d0d 100%);
}

.flex-subpage-hero__title {
    max-width: 60rem;
    margin: 0;
    font-size: clamp(2.8rem, 6vw, 6rem);
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--scinet-white);
}

.flex-subpage-hero__text {
    max-width: 44rem;
    margin: 2rem 0 0;
    color: var(--scinet-muted);
    font-size: 1.1rem;
}

.flex-subpage-benefits {
    padding: 0 0 clamp(4rem, 7vw, 6rem);
    margin-top: -2rem;
}

.flex-subpage-card {
    height: 100%;
    background: var(--scinet-white);
    color: var(--scinet-black);
    padding: 2rem;
    box-shadow: var(--scinet-shadow);
}

.flex-subpage-card h2 {
    font-size: 1.45rem;
    font-weight: 900;
    margin-bottom: 1rem;
    color: #111;
}

.flex-subpage-card p {
    margin-bottom: 0;
    color: #333;
}

.flex-subpage-gallery {
    background: #0d0d0d;
}

.flex-subpage-image {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.flex-subpage-image img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    display: block;
}

.flex-subpage-image figcaption {
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
    background: rgba(13, 13, 13, 0.86);
    color: var(--scinet-white);
    padding: 0.55rem 0.85rem;
    font-weight: 800;
    font-size: 0.95rem;
}

.flex-subpage-section {
    padding: clamp(4.5rem, 8vw, 7rem) 0;
    background: #0d0d0d;
}

.flex-subpage-section--surface {
    background: linear-gradient(180deg, #151515 0%, #0d0d0d 100%);
}

.flex-subpage-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.flex-subpage-grid div,
.flex-subpage-facts div {
    background: var(--scinet-surface-2);
    border-left: 3px solid var(--scinet-accent);
    padding: 1.15rem 1.25rem;
    font-weight: 800;
    color: var(--scinet-white);
}

.flex-subpage-facts {
    display: grid;
    gap: 1rem;
}

.flex-subpage-facts strong {
    display: block;
    color: var(--scinet-white);
    font-size: 1.15rem;
    text-transform: uppercase;
}

.flex-subpage-facts span {
    display: block;
    color: var(--scinet-muted);
    font-weight: 400;
    margin-top: 0.25rem;
}

.flex-subpage-cta {
    padding: clamp(4rem, 7vw, 6rem) 0;
    background: var(--scinet-accent);
}

.flex-subpage-cta h2 {
    color: var(--scinet-white);
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.flex-subpage-cta p {
    color: var(--scinet-white);
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
    .flex-subpage-image img {
        height: 360px;
    }

    .flex-subpage-grid {
        grid-template-columns: 1fr;
    }

    .flex-subpage-hero {
        padding-top: 7rem;
    }
}

.flexbox-rental-section {
    background:
            radial-gradient(circle at top right, rgba(203, 21, 23, 0.22), transparent 30%),
            linear-gradient(180deg, #101010 0%, #0d0d0d 100%);
    border-top: 1px solid rgba(253, 253, 253, 0.08);
    border-bottom: 1px solid rgba(253, 253, 253, 0.08);
}

.rental-process-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.rental-process-card {
    min-height: 100%;
    padding: 1.5rem;
    border: 1px solid rgba(253, 253, 253, 0.12);
    background: rgba(253, 253, 253, 0.04);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.rental-process-number {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--scinet-accent);
    font-weight: 800;
    letter-spacing: 0.12em;
}

.rental-process-card h3 {
    margin: 0 0 0.75rem;
    color: var(--scinet-white);
    font-size: 1.15rem;
    font-weight: 800;
    text-transform: uppercase;
}

.rental-process-card p {
    margin: 0;
    color: var(--scinet-muted);
    line-height: 1.65;
}

.rental-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

@media (max-width: 767.98px) {
    .rental-process-grid {
        grid-template-columns: 1fr;
    }

    .rental-cta .btn {
        width: 100%;
    }
}

.aluvision-page .aluvision-use-card {
    border-top-color: rgba(17, 17, 17, 0.16);
}

.aluvision-page .aluvision-use-card .use-icon,
.aluvision-page .aluvision-use-card .use-label {
    color: #111;
}

.aluvision-page .rental-process-card a {
    display: inline-block;
    margin-top: 1rem;
}