﻿@font-face {
    font-family: "Bricolage Grotesque";
    src: url("../../fonts/bricolage-grotesque-latin.woff2") format("woff2");
    font-display: swap;
}
.shops-page {
    font-family: "Bricolage Grotesque", Arial, sans-serif;
    background: #fff;
}
.shops-page main {
    overflow: hidden;
}
.shops-page .header {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
}
.shops-page .header > .logo,
.shops-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;
}
.shops-page .logo span,
.shops-page .logo small {
    display: none;
}
.shops-page [data-icon] {
    display: grid;
    place-items: center;
    color: #ec1c35;
}
.shops-page [data-icon] svg {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.shops-page h1,
.shops-page h2 {
    line-height: 1;
}
.shops-page .eyebrow {
    color: #ec1c35;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.11em;
    font-size: 0.78em;
}
.shops-hero {
    min-height: max(510px, 49vw);
    padding: clamp(120px, 10vw, 180px) 5.3% 38px;
    background: #f2f6f8 url("img/onlineshop-hero.webp") center/cover no-repeat;
}
.hero-copy {
    width: 47%;
    max-width: 780px;
}
.shops-hero h1 {
    margin: 18px 0;
    font-size: clamp(50px, 5.1vw, 90px);
    text-transform: none;
}
.shops-hero h1 em {
    color: #ec1c35;
    font-style: normal;
}
.shops-hero .hero-copy > p:not(.eyebrow) {
    max-width: 700px;
    font-size: clamp(16px, 1.14vw, 21px);
}
.hero-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 38px;
}
.hero-benefits article {
    display: flex;
    align-items: center;
    gap: 12px;
}
.hero-benefits span {
    font-size: 34px;
}
.hero-benefits b {
    font-size: 0.8em;
}
.services,
.systems,
.advantages,
.steps {
    padding: 52px 5.3%;
}
.services h2,
.systems h2,
.advantages h2,
.steps h2,
.numbers h2,
.shops-final h2 {
    margin: 12px 0;
    font-size: clamp(34px, 3.5vw, 61px);
}
.lead {
    max-width: 820px;
}
.card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 35px;
}
.card-grid article {
    position: relative;
    min-height: 280px;
    padding: 30px 26px;
    background: #f7f8f9;
    box-shadow: 0 10px 30px rgba(11, 24, 35, 0.05);
}
.card-grid span {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    font-size: 37px;
    background: #fff0f2;
}
.card-grid h3 {
    margin: 20px 0 11px;
    font-size: 1.05em;
}
.card-grid p {
    font-size: 0.84em;
}
.card-grid a {
    position: absolute;
    bottom: 22px;
    color: #ec1c35;
    text-decoration: none;
    font-size: 24px;
}
.systems {
    display: grid;
    grid-template-columns: 38% 1fr;
    gap: 7%;
    background: #f3f6f8;
}
.systems > div:first-child p:not(.eyebrow) {
    max-width: 580px;
    margin-bottom: 24px;
}
.system-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.system-grid article {
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: #fff;
    border: 1px solid #e2e7ea;
    text-align: center;
}
.system-grid strong {
    font-size: clamp(19px, 2vw, 34px);
}
.system-grid article:nth-child(1) strong {
    color: #159bd7;
}
.system-grid article:nth-child(3) strong {
    color: #f26722;
}
.system-grid small {
    margin-top: 10px;
    color: #65717b;
}
.system-grid span {
    font-size: 40px;
}
.advantages {
    min-height: max(470px, 40vw);
    display: grid;
    grid-template-columns: 34% 1fr;
    gap: 5%;
    align-items: center;
    background: #f5f7f8 url("img/onlineshop-middle.webp") center/cover no-repeat;
}
.adv-copy {
    align-self: start;
}
.adv-copy > p:last-child {
    max-width: 500px;
}
.adv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 20px;
    margin-top: 120px;
}
.adv-grid article {
    display: flex;
    gap: 13px;
}
.adv-grid span {
    flex: 0 0 auto;
    font-size: 32px;
}
.adv-grid b {
    font-size: 0.85em;
}
.adv-grid p {
    font-size: 0.74em;
    margin-top: 5px;
    max-width: 210px;
}
.steps > p:nth-of-type(2) {
    color: #78838c;
}
.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 30px;
}
.steps-grid article {
    position: relative;
    min-height: 210px;
    padding: 30px 22px;
    background: #f7f8f9;
}
.steps-grid i {
    display: inline-grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ec1c35;
    color: #fff;
    font-style: normal;
    font-weight: 800;
}
.steps-grid span {
    position: absolute;
    top: 35px;
    left: 88px;
    font-size: 31px;
}
.steps-grid h3 {
    margin: 20px 0 8px;
}
.steps-grid p {
    font-size: 0.78em;
}
.numbers {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 4%;
    padding: 48px 5.3%;
    color: #fff;
    background: #0a1017;
}
.numbers > div:first-child > p:last-child {
    color: #d5dce2;
}
.number-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.number-grid article {
    padding: 20px 12px;
    text-align: center;
    background: rgba(177, 20, 44, 0.25);
}
.number-grid span {
    font-size: 35px;
}
.number-grid strong {
    display: block;
    font-size: clamp(29px, 3vw, 48px);
}
.number-grid p {
    font-size: 0.75em;
    color: #fff;
}
.shops-final {
    min-height: max(330px, 32.2vw);
    display: flex;
    align-items: center;
    padding: 44px 5.3%;
    background: #f1f5f7 url("img/onlineshop-footer.webp") center/cover no-repeat;
}
.shops-final > div {
    width: 53%;
    max-width: 800px;
}
.shops-final > div > p:not(.eyebrow) {
    max-width: 650px;
}
.shops-final .actions {
    margin-top: 24px;
}
@media (max-width: 980px) {
    .shops-hero {
        background-position: 60% center;
    }
    .hero-copy {
        width: 53%;
    }
    .card-grid {
        grid-template-columns: 1fr 1fr;
    }
    .advantages {
        grid-template-columns: 1fr;
    }
    .adv-copy {
        max-width: 48%;
    }
    .adv-grid {
        margin-top: 45px;
    }
    .numbers {
        grid-template-columns: 1fr;
    }
    .shops-final {
        background-position: 58% center;
    }
}
@media (max-width: 700px) {
    .shops-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/onlineshop-hero.webp");
        background-position: 62% center;
    }
    .hero-copy {
        width: 100%;
    }
    .shops-hero h1 {
        font-size: clamp(42px, 11vw, 62px);
    }
    .hero-benefits {
        grid-template-columns: 1fr 1fr;
    }
    .systems {
        grid-template-columns: 1fr;
    }
    .system-grid {
        margin-top: 20px;
    }
    .advantages {
        background-image:
            linear-gradient(rgba(248, 250, 251, 0.9), rgba(248, 250, 251, 0.9)),
            url("img/onlineshop-middle.webp");
    }
    .adv-copy {
        max-width: none;
    }
    .adv-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 20px;
    }
    .steps-grid,
    .number-grid {
        grid-template-columns: 1fr 1fr;
    }
    .shops-final {
        background-image:
            linear-gradient(90deg, rgba(248, 250, 251, 0.97), rgba(248, 250, 251, 0.68)),
            url("img/onlineshop-footer.webp");
        background-position: 62% center;
    }
    .shops-final > div {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .card-grid,
    .system-grid,
    .adv-grid,
    .steps-grid,
    .number-grid {
        grid-template-columns: 1fr;
    }
    .hero-benefits {
        gap: 20px;
    }
    .shops-final h2 br {
        display: none;
    }
}
/* Full artwork: never crop the supplied hero composition. */
.shops-hero {
    min-height: 53.58vw;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}
@media (max-width: 700px) {
    .shops-hero {
        background-size:
            100% 100%,
            100% auto;
        background-position:
            center,
            center bottom;
        background-repeat: no-repeat;
    }
}
/* Vorteile beginnen bündig unter dem Einleitungstext. */
.advantages {
    display: block;
}
.adv-copy {
    max-width: 660px;
}
.adv-grid {
    width: min(68%, 1050px);
    margin-top: 34px;
}
@media (max-width: 980px) {
    .adv-copy {
        max-width: 620px;
    }
    .adv-grid {
        width: 78%;
        margin-top: 30px;
    }
}
@media (max-width: 700px) {
    .adv-copy {
        max-width: none;
    }
    .adv-grid {
        width: 100%;
        margin-top: 26px;
    }
}
















































/* Verbindlicher einheitlicher Hero-Abstand zum Header. */
.shops-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) {
    .shops-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;
    }
}




















































