﻿@font-face {
    font-family: "Bricolage Grotesque";
    src: url("../../fonts/bricolage-grotesque-latin.woff2") format("woff2");
    font-display: swap;
}
.marketing-page {
    font-family: "Bricolage Grotesque", Arial, sans-serif;
    background: #fff;
}
.marketing-page main {
    overflow: hidden;
}
.marketing-page .header {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
}
.marketing-page .header nav .active {
    color: #d72940;
}
.marketing-page .header > .logo,
.marketing-page footer .logo {
    width: clamp(130px, 12vw, 205px);
    height: 58px;
    font-size: 0;
    background: url("/themes/invicta-fullscreen/assets/img/logo-invicta.webp") left center/contain no-repeat;
}
.marketing-page .logo span,
.marketing-page .logo small {
    display: none;
}
.marketing-page [data-icon] {
    display: grid;
    place-items: center;
    color: #e51d38;
}
.marketing-page [data-icon] svg {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.marketing-hero {
    min-height: max(470px, 40vw);
    padding: clamp(118px, 9vw, 175px) 5.5% 35px;
    background: #edf2f6 url("img/marketing-hero.webp") center/cover no-repeat;
}
.marketing-hero-copy {
    width: 48%;
    max-width: 780px;
}
.marketing-hero h1 {
    font-size: clamp(48px, 5vw, 88px);
    line-height: 0.96;
}
.marketing-hero-copy > p:not(.eyebrow) {
    max-width: 690px;
    margin-top: 20px;
    font-size: clamp(16px, 1.15vw, 21px);
    line-height: 1.42;
}
.marketing-highlights {
    display: flex;
    gap: clamp(30px, 4vw, 72px);
    padding: 0;
    margin: 34px 0 0;
    list-style: none;
}
.marketing-highlights li {
    display: flex;
    align-items: center;
    gap: 13px;
}
.marketing-highlights span {
    font-size: 38px;
}
.marketing-highlights b {
    font-size: 0.82em;
}
.marketing-partners {
    padding: 20px 5.5% 30px;
}
.marketing-partners small {
    display: block;
    color: #929ba5;
    text-transform: uppercase;
    font-size: 0.6em;
    margin-bottom: 18px;
}
.marketing-partners > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    color: #27303a;
    font-size: 1.15em;
}
.marketing-services {
    padding: 48px 4.5% 62px;
    background: #f4f6f8;
}
.marketing-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 8%;
    margin: 0 1% 34px;
}
.marketing-heading > div:last-child {
    width: 34%;
    font-size: 0.9em;
}
.marketing-heading > div:last-child .button {
    margin-top: 18px;
}
.marketing-heading h2 {
    font-size: clamp(38px, 4vw, 68px);
}
.marketing-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.marketing-card-grid article {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e7eaee;
    box-shadow: 0 12px 34px rgba(20, 29, 38, 0.06);
}
.marketing-card-grid article > img {
    width: 100%;
    aspect-ratio: 1.55/1;
    object-fit: cover;
}
.marketing-card-grid article > div {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px 22px 20px;
}
.marketing-card-grid [data-icon] {
    justify-content: start;
    width: 42px;
    height: 42px;
    font-size: 35px;
}
.marketing-card-grid h3 {
    font-size: 1.3em;
    margin: 4px 0 10px;
}
.marketing-card-grid p {
    font-size: 0.92em;
    min-height: 68px;
}
.marketing-card-grid .button {
    width: 100%;
    margin-top: auto;
}
.marketing-benefits {
    display: grid;
    grid-template-columns: 31% 1fr;
    gap: 6%;
    padding: 58px 5.5%;
}
.marketing-benefits > div:first-child > p:not(.eyebrow) {
    margin: 15px 0 20px;
}
.marketing-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
}
.marketing-benefit-grid article {
    padding: 14px 24px;
    text-align: center;
    border-left: 1px solid #dfe3e7;
}
.marketing-benefit-grid [data-icon] {
    height: 56px;
    font-size: 48px;
}
.marketing-benefit-grid h3 {
    margin: 10px 0;
}
.marketing-benefit-grid p {
    font-size: 0.82em;
}
.marketing-final {
    min-height: max(340px, 33.333vw);
    display: grid;
    place-items: center;
    padding: 50px 6%;
    text-align: center;
    background: #eef2f5 url("img/marketing-footer.webp") center/100% auto no-repeat;
}
.marketing-final > div {
    padding: 22px 36px;
    background: rgba(255, 255, 255, 0.54);
    border-radius: 8px;
    backdrop-filter: blur(3px);
}
.marketing-final .eyebrow {
    justify-content: center;
}
.marketing-final .eyebrow:before {
    display: none;
}
.marketing-final h2 {
    font-size: clamp(36px, 3.5vw, 60px);
}
.marketing-final p:not(.eyebrow) {
    margin-top: 11px;
}
.marketing-final .actions {
    justify-content: center;
}
@media (max-width: 1050px) {
    .marketing-hero {
        background-position: 60% center;
    }
    .marketing-hero-copy {
        width: 54%;
    }
    .marketing-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .marketing-benefits {
        grid-template-columns: 1fr;
    }
    .marketing-benefits > div:first-child {
        max-width: 650px;
    }
    .marketing-benefit-grid {
        margin-top: 30px;
    }
}
@media (max-width: 760px) {
    .marketing-page .header > .logo {
        width: 138px;
        height: 45px;
    }
    .marketing-hero {
        min-height: 0;
        padding: 52px 6% 38px;
        background-image:
            linear-gradient(90deg, rgba(248, 251, 253, 0.98), rgba(248, 251, 253, 0.76)),
            url("img/marketing-hero.webp");
        background-position: 65% center;
    }
    .marketing-hero-copy {
        width: 100%;
    }
    .marketing-hero h1 {
        font-size: clamp(44px, 12vw, 64px);
    }
    .marketing-highlights {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    .marketing-highlights li {
        display: block;
    }
    .marketing-heading {
        display: block;
    }
    .marketing-heading > div:last-child {
        width: 100%;
        margin-top: 20px;
    }
    .marketing-card-grid {
        grid-template-columns: 1fr;
    }
    .marketing-card-grid article {
        display: grid;
        grid-template-columns: 42% 1fr;
    }
    .marketing-card-grid article > img {
        height: 100%;
        aspect-ratio: auto;
    }
    .marketing-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .marketing-benefit-grid article:nth-child(odd) {
        border-left: 0;
    }
    .marketing-final {
        background-size: cover;
        background-position: 46% center;
    }
    .marketing-final > div {
        padding: 20px 16px;
    }
}
@media (max-width: 500px) {
    .marketing-highlights {
        grid-template-columns: 1fr;
    }
    .marketing-card-grid article {
        display: flex;
    }
    .marketing-benefit-grid {
        grid-template-columns: 1fr;
    }
    .marketing-benefit-grid article {
        border-left: 0;
        border-top: 1px solid #dfe3e7;
    }
    .marketing-final .actions {
        display: grid;
    }
    .marketing-final .button {
        width: 100%;
    }
}
.marketing-final {
    min-height: max(260px, 18.36vw);
    padding-top: 36px;
    padding-bottom: 36px;
}
/* Full artwork: never crop the supplied hero composition. */
.marketing-hero {
    min-height: 41.66vw;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}
@media (max-width: 700px) {
    .marketing-hero {
        background-size:
            100% 100%,
            100% auto;
        background-position:
            center,
            center bottom;
        background-repeat: no-repeat;
    }
}
















































/* Verbindlicher einheitlicher Hero-Abstand zum Header. */
.marketing-hero {
    box-sizing: border-box !important;
    margin-top: 0 !important;
    padding-top: clamp(110px, 8.6vw, 150px) !important;
    padding-right: var(--site-gutter) !important;
    padding-bottom: 32px !important;
    padding-left: var(--site-gutter) !important;
    background-position: center top !important;
}

@media (max-width: 760px) {
    .marketing-hero {
        margin-top: 0 !important;
        padding-top: 48px !important;
        padding-right: var(--site-gutter) !important;
        padding-bottom: 32px !important;
        padding-left: var(--site-gutter) !important;
    }
}




















































