/* ==========================================================
   Content Block: Universeller Hero
========================================================== */

.study-hero {
    width: 100%;
    padding: 5rem 0 6rem;
    color: #292929;
    background: #fff;
}

.study-hero__content {
    width: 100%;
    max-width: 58rem;
}

/* ==========================================================
   Dachzeile
========================================================== */

.study-hero__eyebrow {
    margin: 0 0 0.875rem;
    color: var(--red, #cb2031);
    font-family: var(--font-monospace, monospace);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14rem;
    line-height: 1.4;
    text-transform: uppercase;
}

/* ==========================================================
   Hauptüberschrift
========================================================== */

.study-hero__title {
    max-width: 54rem;
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.03;
    letter-spacing: -0.07rem;
    text-wrap: balance;
}

/* ==========================================================
   Einleitung
========================================================== */

.study-hero__lead {
    max-width: 46rem;
    margin-top: 2rem;
    font-size: 1.125rem;
    line-height: 1.8;
}

.study-hero__lead > :first-child {
    margin-top: 0;
}

.study-hero__lead > :last-child {
    margin-bottom: 0;
}

/* ==========================================================
   Bild
========================================================== */

.study-hero__media {
    width: 100%;
    max-width:64rem;
    margin-top:3rem;
    overflow: hidden;
    background: #ececec;
    border-radius: 1rem;
}

.study-hero__image {
    display: block;
    width: 100%;
    height: auto;
}

/* ==========================================================
   Trust-Merkmale
========================================================== */

.study-hero__trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    margin-top:3rem;
    gap:2rem;
}

.study-hero__trust-item {
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr);
    align-items: center;
    min-width: 0;
    padding: 0 2.25rem;
    gap: 1rem;
}

.study-hero__trust-item:first-child {
    padding-left: 0;
}

.study-hero__trust-item:last-child {
    padding-right: 0;
}

.study-hero__trust-item + .study-hero__trust-item {
    border-left: 1px solid #d8d8d8;
}

.study-hero__trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width:4rem;
    height:4rem;
    color: var(--red, #cb2031);
}

.study-hero__trust-icon svg {
    display: block;
    width:3rem;
    height:3rem;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.study-hero__trust-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.25rem;
}

.study-hero__trust-content strong {
    color: #292929;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
}

.study-hero__trust-content small {
    color: #555;
    font-size: 0.8125rem;
    line-height: 1.55;
}

/* ==========================================================
   Buttons
========================================================== */

.study-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.study-hero__actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.8rem 1.5rem;
    border-radius: 999px;
    font-size: 0.9375rem;
    font-weight: 750;
    line-height: 1.3;
    text-decoration: none;
}

.study-hero__actions .button--primary {
    color: #fff !important;
    background: var(--red, #cb2031);
    border: 2px solid var(--red, #cb2031);
    box-shadow: 0 0.4rem 1rem rgba(203, 32, 49, 0.18);
    transition:
            color 160ms ease,
            background-color 160ms ease,
            border-color 160ms ease,
            box-shadow 160ms ease,
            transform 160ms ease;

    font-size:1rem;

    font-weight:700;

    padding: 1rem 1.75rem;

    box-shadow: 0 .75rem 2rem rgba(203,32,49,.18);
}

.study-hero__actions .button--primary::after {
    margin-left: 0.75rem;
    content: "→";
    font-size: 1.125rem;
    line-height: 1;
    transition: transform 160ms ease;
}

.study-hero__actions .button--primary:hover {
    background: #ad1928;
    border-color: #ad1928;
    box-shadow: 0 0.55rem 1.25rem rgba(173, 25, 40, 0.22);
    transform: translateY(-1px);
}

.study-hero__actions .button--primary:hover::after {
    transform: translateX(0.2rem);
}

.study-hero__actions .button--primary:focus-visible {
    color: var(--red, #cb2031) !important;
    background: #fff;
    border-color: var(--red, #cb2031);
    box-shadow:
            0 0 0 0.2rem #fff,
            0 0 0 0.35rem rgba(203, 32, 49, 0.45);
    outline: none;
}

.study-hero__actions .button--secondary {
    color: var(--red, #cb2031) !important;
    background: transparent;
    border: 2px solid var(--red, #cb2031);
}

.study-hero__actions .button--secondary:hover {
    color: #fff !important;
    background: var(--red, #cb2031);
}

/* ==========================================================
   Partner
========================================================== */

.study-hero__partners {
    margin-top: 3rem;
    padding-top: 1.75rem;
    border-top: 1px solid #e0e0e0;
}

.study-hero__partners-label {
    margin: 0 0 1rem;
    color: #888;
    font-family: var(--font-monospace, monospace);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
}

.study-hero__partners-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2.5rem;
}

.study-hero__partner {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.study-hero__partner-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: var(--red, #cb2031);
}

.study-hero__partner-icon svg {
    width: 1.75rem;
    height: 1.75rem;
}

.study-hero__partner-content {
    display: flex;
    flex-direction: column;
}

.study-hero__partner-content strong {
    color: #292929;
    font-size: 0.875rem;
    line-height: 1.3;
}

.study-hero__partner-content small {
    margin-top: 0.15rem;
    color: #777;
    font-size: 0.6875rem;
    line-height: 1.4;
}

/* ==========================================================
   Variante: Presse
========================================================== */

.study-hero--press {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.study-hero--press .study-hero__title {
    max-width: 52rem;
}

.study-hero--press .study-hero__lead {
    max-width: 52rem;
}

.study-hero--press .study-hero__media {
    max-width: 52rem;
}

/* ==========================================================
   Tablet
========================================================== */

@media (max-width: 64rem) {
    .study-hero {
        padding-top: 3.75rem;
        padding-bottom: 4.5rem;
    }

    .study-hero__trust {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .study-hero__trust-item,
    .study-hero__trust-item:first-child,
    .study-hero__trust-item:last-child {
        padding: 0;
    }

    .study-hero__trust-item + .study-hero__trust-item {
        padding-top: 1.25rem;
        border-top: 1px solid #d8d8d8;
        border-left: 0;
    }
}

/* ==========================================================
   Mobil
========================================================== */

@media (max-width: 48rem) {
    .study-hero {
        padding-top: 3rem;
        padding-bottom: 3.5rem;
    }

    .study-hero__title {
        font-size: clamp(2rem, 11vw, 2.75rem);
        letter-spacing: -0.04rem;
    }

    .study-hero__lead {
        margin-top: 1.4rem;
        font-size: 1rem;
        line-height: 1.65;
    }

    .study-hero__media {
        margin-top: 2rem;
        border-radius: 0.75rem;
    }

    .study-hero__trust {
        margin-top: 2rem;
    }

    .study-hero__trust-item {
        grid-template-columns: 3rem minmax(0, 1fr);
        gap: 0.875rem;
    }

    .study-hero__trust-icon {
        width: 3rem;
        height: 3rem;
    }

    .study-hero__trust-icon svg {
        width: 2.25rem;
        height: 2.25rem;
    }

    .study-hero__actions {
        margin-top: 2rem;
    }

    .study-hero__actions .button {
        width: 100%;
        padding-right: 1.1rem;
        padding-left: 1.1rem;
    }

    .study-hero__partners-list {
        align-items: flex-start;
        flex-direction: column;
    }
}