﻿@font-face {
    font-family: "Bricolage Grotesque";
    src: url("../../fonts/bricolage-grotesque-latin.woff2") format("woff2");
    font-display: swap;
}
.customer-page {
    font-family: "Bricolage Grotesque", Arial, sans-serif;
}
.customer-page main {
    overflow: hidden;
}
.customer-page .header {
    background: rgba(255, 255, 255, 0.94);
}
.customer-page .header > .logo,
.customer-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;
}
.customer-page .logo span,
.customer-page .logo small {
    display: none;
}
.customer-page [data-icon] {
    display: grid;
    place-items: center;
    color: #ed1834;
}
.customer-page [data-icon] svg {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.customer-page .eyebrow {
    color: #ed1834;
    font-weight: 800;
    letter-spacing: 0.12em;
}
.customer-hero {
    position: relative;
    min-height: 47.1vw;
    padding: clamp(120px, 10vw, 180px) 5.5% 35px;
    background: #f4f7f8 url("img/customer-hero.webp") center bottom/100% auto
        no-repeat;
}
.customer-hero-copy {
    width: 48%;
    max-width: 780px;
}
.customer-hero h1 {
    font-size: clamp(46px, 4.9vw, 86px);
    line-height: 0.95;
    text-transform: none;
}
.customer-hero-copy > p:not(.eyebrow) {
    max-width: 660px;
    margin-top: 20px;
    font-size: clamp(15px, 1.05vw, 20px);
}
.customer-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 35px;
}
.customer-highlights article {
    display: flex;
    align-items: center;
    gap: 12px;
}
.customer-highlights span {
    font-size: 35px;
}
.customer-highlights b {
    font-size: 0.76em;
}
/* Zusammengehöriges Servicepanel im Customer-Service-Hero. */
.contact-channels {
    position: absolute;
    right: 2.5%;
    top: min(14vw, calc(100% - 440px));
    bottom: auto;
    display: grid;
    gap: 6px;
    width: clamp(174px, 12vw, 220px);
    padding: 18px 12px 12px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.94),
        rgba(245, 248, 250, 0.88)
    );
    backdrop-filter: blur(16px);
    box-shadow:
        0 18px 48px rgba(12, 28, 40, 0.16),
        inset 0 1px 0 #fff;
}
.channel-panel-heading {
    padding: 0 5px 10px;
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
    margin-bottom: 4px;
}
.channel-panel-heading p {
    margin: 0 0 8px;
    color: #d72940;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.15em;
}
.channel-panel-heading h2 {
    margin: 0;
    color: #111820;
    font-size: clamp(18px, 1.25vw, 23px);
    line-height: 1.12;
    letter-spacing: -0.035em;
}
.customer-page .contact-channels > [data-icon] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    min-height: 42px;
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 2px 5px rgba(12, 28, 40, 0.035);
    transition:
        background 180ms ease,
        border-color 180ms ease;
}
.customer-page .contact-channels > [data-icon] svg {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    padding: 6px;
    border-radius: 8px;
    color: #d72940;
    background: #fcebef;
    stroke-width: 1.8;
}
.contact-channels > [data-icon] b {
    color: #23313c;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
}
@media (hover: hover) {
    .customer-page .contact-channels > [data-icon]:hover {
        background: #fff;
        border-color: #edb6c0;
    }
}
@media (prefers-reduced-motion: reduce) {
    .customer-page .contact-channels > [data-icon] {
        transition: none;
    }
}
.customer-services,
.customer-steps,
.integrations {
    padding: 50px 5.5%;
}
.customer-services h2,
.strong-service h2,
.customer-steps h2,
.integrations h2,
.customer-final h2 {
    font-size: clamp(34px, 3.5vw, 62px);
    line-height: 1;
}
.customer-services > p:nth-of-type(2) {
    max-width: 960px;
    margin-top: 12px;
}
.customer-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
    margin-top: 30px;
}
.customer-card-grid article {
    min-height: 270px;
    padding: 28px;
    text-align: center;
    background: #f5f7f8;
}
.customer-card-grid span {
    font-size: 48px;
}
.customer-card-grid h3 {
    margin: 17px 0 10px;
}
.customer-card-grid p {
    font-size: 0.82em;
}
.customer-card-grid a {
    display: block;
    margin-top: 14px;
    color: #ed1834;
    font-size: 24px;
}
.strong-service {
    min-height: 30.53vw;
    display: flex;
    align-items: center;
    padding: 40px 5.5%;
    color: #fff;
    background: #0b1720 url("img/customer-middle.webp") center/100% auto no-repeat;
}
.strong-service > div {
    width: 42%;
    max-width: 700px;
}
.strong-service p:not(.eyebrow) {
    margin: 16px 0 22px;
    color: #eef2f5;
}
.customer-numbers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 18px 5.5%;
    box-shadow: 0 7px 30px #13202b10;
}
.customer-numbers article {
    display: grid;
    grid-template-columns: 58px auto;
    grid-template-rows: auto auto;
    padding: 9px 24px;
    border-right: 1px solid #dce1e5;
}
.customer-numbers article:last-child {
    border: 0;
}
.customer-numbers span {
    grid-row: 1/3;
    font-size: 43px;
}
.customer-numbers strong {
    font-size: 1.7em;
}
.customer-numbers p {
    font-size: 0.7em;
}
.customer-step-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 28px;
}
.customer-step-grid article {
    position: relative;
    min-height: 230px;
    padding: 26px 22px;
    background: #f6f8f9;
}
.customer-step-grid i {
    display: inline-grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ed1834;
    color: #fff;
    font-style: normal;
    font-weight: 800;
}
.customer-step-grid span {
    position: absolute;
    left: 86px;
    top: 35px;
    font-size: 34px;
}
.customer-step-grid h3 {
    margin: 20px 0 8px;
}
.customer-step-grid p {
    font-size: 0.78em;
}
.integrations {
    display: grid;
    grid-template-columns: 42% 1fr;
    gap: 7%;
    background: #f5f7f8;
}
.integrations > div:first-child > p:last-child {
    max-width: 650px;
    margin-top: 14px;
}
.integration-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.integration-grid article {
    min-height: 78px;
    display: grid;
    place-items: center;
    padding: 15px;
    background: #fff;
    border: 1px solid #dce2e6;
    border-radius: 5px;
    font-weight: 800;
    font-size: 1.05em;
}
.customer-final {
    min-height: 33.348689vw;
    display: flex;
    align-items: center;
    padding: 35px 5.5%;
    color: #fff;
    background: #0a151e url("img/customer-footer.webp") center/100% auto no-repeat;
}
.customer-final > div {
    width: 52%;
    max-width: 800px;
}
.customer-final p:not(.eyebrow) {
    margin-top: 15px;
    color: #e3e9ed;
}
.customer-final .outline {
    background: #fff;
}
.customer-page footer {
    margin-top: 0;
}
@media (max-width: 980px) {
    .customer-hero-copy {
        width: 55%;
    }
    .contact-channels {
        display: none;
    }
    .customer-card-grid {
        grid-template-columns: 1fr 1fr;
    }
    .strong-service > div {
        width: 50%;
    }
    .customer-numbers article {
        padding-inline: 10px;
    }
    .integrations {
        grid-template-columns: 1fr;
    }
    .integration-grid {
        margin-top: 25px;
    }
}
@media (max-width: 700px) {
    .customer-hero {
        min-height: 0;
        padding: 55px 6% 40px;
        background-image:
            linear-gradient(
                90deg,
                rgba(249, 251, 252, 0.98),
                rgba(249, 251, 252, 0.72)
            ),
            url("img/customer-hero.webp");
        background-size:
            100% 100%,
            100% auto;
        background-position:
            center,
            center bottom;
    }
    .customer-hero-copy {
        width: 100%;
    }
    .customer-hero h1 {
        font-size: clamp(40px, 11vw, 60px);
    }
    .customer-highlights {
        grid-template-columns: 1fr 1fr;
    }
    .strong-service {
        min-height: 0;
        background-image:
            linear-gradient(
                90deg,
                rgba(8, 21, 31, 0.96),
                rgba(8, 21, 31, 0.62)
            ),
            url("img/customer-middle.webp");
        background-size:
            100% 100%,
            100% auto;
    }
    .strong-service > div {
        width: 100%;
    }
    .customer-numbers,
    .customer-step-grid {
        grid-template-columns: 1fr 1fr;
    }
    .customer-numbers article:nth-child(2) {
        border-right: 0;
    }
    .customer-final {
        min-height: 33.348689vw;
        background-image:
            linear-gradient(
                90deg,
                rgba(7, 19, 28, 0.96),
                rgba(7, 19, 28, 0.62)
            ),
            url("img/customer-footer.webp");
        background-size:
            100% 100%,
            100% auto;
    }
    .customer-final > div {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .customer-card-grid,
    .customer-numbers,
    .customer-step-grid,
    .integration-grid {
        grid-template-columns: 1fr;
    }
    .customer-numbers article {
        border-right: 0;
        border-bottom: 1px solid #dce1e5;
    }
    .customer-highlights {
        gap: 20px;
    }
    .customer-final h2 br {
        display: none;
    }
}
/* Lokale Markenlogos: vollständig sichtbar, ohne Beschnitt oder Verzerrung. */
.customer-page .integration-grid article {
    min-width: 0;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.customer-page .integration-logo {
    display: block;
    width: 100%;
    max-width: 155px;
    height: 52px;
    object-fit: contain;
}
.customer-page .integration-logo-symbol {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
}
.customer-page .integration-grid article span {
    font-size: 15px;
    line-height: 1.2;
}
















































/* Verbindlicher einheitlicher Hero-Abstand zum Header. */
.customer-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) {
    .customer-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;
    }
}




















































