﻿@font-face {
    font-family: "Bricolage Grotesque";
    src: url("../../fonts/bricolage-grotesque-latin.woff2") format("woff2");
    font-display: swap;
}
.seo-page {
    font-family: "Bricolage Grotesque", Arial, sans-serif;
    background: #fff;
}
.seo-page main {
    overflow: hidden;
}
.seo-page .header {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
}
.seo-page .header > .logo,
.seo-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;
}
.seo-page .logo span,
.seo-page .logo small {
    display: none;
}
.seo-page [data-icon] {
    display: grid;
    place-items: center;
    color: #e51d38;
}
.seo-page [data-icon] svg {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.seo-hero {
    min-height: max(470px, 42vw);
    padding: clamp(120px, 9.5vw, 180px) 5.3% 38px;
    background: #eff4f7 url("img/seo-background.webp") center/cover no-repeat;
}
.seo-hero-copy {
    width: 47%;
    max-width: 760px;
}
.seo-hero h1 {
    font-size: clamp(50px, 5.3vw, 92px);
    line-height: 0.94;
    text-transform: uppercase;
}
.seo-hero-copy > p:not(.eyebrow) {
    max-width: 660px;
    margin-top: 20px;
    font-size: clamp(15px, 1.1vw, 20px);
}
.seo-highlights {
    display: flex;
    gap: clamp(28px, 4vw, 70px);
    padding: 0;
    margin: 34px 0 0;
    list-style: none;
}
.seo-highlights li {
    display: flex;
    align-items: center;
    gap: 12px;
}
.seo-highlights span {
    font-size: 34px;
}
.seo-highlights b {
    font-size: 0.8em;
}
.seo-why {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 6%;
    padding: 42px 5.3%;
    background: #f2f5f7;
}
.seo-why h2 {
    font-size: clamp(36px, 3.5vw, 60px);
    text-transform: uppercase;
}
.seo-why > div:first-child > p:last-child {
    max-width: 680px;
    margin-top: 13px;
}
.seo-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.seo-why-grid article {
    text-align: center;
    padding: 12px;
    border-left: 1px solid #dce1e5;
}
.seo-why-grid span {
    font-size: 42px;
}
.seo-why-grid b {
    display: block;
    margin-top: 8px;
}
.seo-services {
    padding: 55px 5.3%;
}
.seo-services article {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 8%;
    max-width: 1500px;
    margin: 0 auto 42px;
}
.seo-services article:nth-child(even) img {
    order: 2;
}
.seo-services img {
    width: 100%;
    aspect-ratio: 1.62/1;
    object-fit: cover;
}
.seo-services article > div {
    position: relative;
    padding-left: 82px;
}
.seo-services .service-icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 54px;
}
.seo-services small {
    display: block;
    color: #ef5066;
    font-size: 1.05em;
}
.seo-services h2 {
    margin: 5px 0 14px;
    font-size: clamp(30px, 2.8vw, 48px);
    text-transform: uppercase;
}
.seo-services article p {
    font-size: 0.9em;
}
.seo-services ul {
    list-style: none;
    padding: 0;
    margin: 17px 0 0;
}
.seo-services li {
    margin: 8px 0;
    font-size: 0.84em;
}
.seo-services li:before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    margin-right: 9px;
    border-radius: 50%;
    color: white;
    background: #e51d38;
    font-size: 11px;
    font-weight: 800;
}
.seo-results {
    min-height: max(350px, 30vw);
    padding: 48px 5.3%;
    color: #fff;
    background: #071b2c url("img/seo-prefooter.webp") center/cover no-repeat;
}
.seo-results p {
    color: #e1e8ee;
}
.seo-results h2 {
    font-size: clamp(36px, 3.8vw, 64px);
    text-transform: uppercase;
}
.seo-results > div:first-child {
    max-width: 780px;
}
.seo-result-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 35px;
}
.seo-result-grid article {
    padding: 4px 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.23);
}
.seo-result-grid article:first-child {
    border-left: 0;
}
.seo-result-grid span {
    justify-content: start;
    font-size: 38px;
}
.seo-result-grid strong {
    display: block;
    margin-top: 9px;
    font-size: clamp(30px, 3vw, 52px);
}
.seo-result-grid p {
    font-size: 0.8em;
}
.seo-final {
    min-height: max(300px, 34.75vw);
    display: flex;
    align-items: center;
    padding: 45px 5.3%;
    background: #edf2f5 url("img/seo-footer.webp") center/100% auto no-repeat;
}
.seo-final > div {
    max-width: 690px;
}
.seo-final h2 {
    font-size: clamp(38px, 4vw, 68px);
    line-height: 1;
    text-transform: uppercase;
}
.seo-final p {
    margin-top: 14px;
}
.seo-final .outline {
    background: rgba(255, 255, 255, 0.65);
}
@media (max-width: 950px) {
    .seo-hero {
        background-position: 62% center;
    }
    .seo-hero-copy {
        width: 54%;
    }
    .seo-why {
        grid-template-columns: 1fr;
    }
    .seo-why-grid {
        margin-top: 25px;
    }
    .seo-services article {
        gap: 5%;
    }
    .seo-services article > div {
        padding-left: 66px;
    }
    .seo-final {
        background-size: cover;
    }
}
@media (max-width: 700px) {
    .seo-page .header > .logo {
        width: 138px;
        height: 45px;
    }
    .seo-hero {
        min-height: 0;
        padding: 52px 6% 38px;
        background-image:
            linear-gradient(90deg, rgba(248, 251, 253, 0.98), rgba(248, 251, 253, 0.75)),
            url("img/seo-background.webp");
        background-position: 65% center;
    }
    .seo-hero-copy {
        width: 100%;
    }
    .seo-hero h1 {
        font-size: clamp(43px, 12vw, 62px);
    }
    .seo-highlights {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .seo-highlights li {
        display: block;
    }
    .seo-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .seo-why-grid article:nth-child(odd) {
        border-left: 0;
    }
    .seo-services article {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .seo-services article:nth-child(even) img {
        order: 0;
    }
    .seo-services article > div {
        padding-left: 60px;
    }
    .seo-results {
        background-position: 60% center;
    }
    .seo-result-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 26px 0;
    }
    .seo-result-grid article:nth-child(odd) {
        border-left: 0;
    }
    .seo-final {
        background-position: 58% center;
    }
    .seo-final > div {
        padding: 20px;
        background: rgba(255, 255, 255, 0.64);
        backdrop-filter: blur(3px);
    }
}
@media (max-width: 480px) {
    .seo-highlights,
    .seo-why-grid,
    .seo-result-grid {
        grid-template-columns: 1fr;
    }
    .seo-why-grid article,
    .seo-result-grid article {
        border-left: 0;
        border-top: 1px solid #dce1e5;
    }
    .seo-final .actions {
        display: grid;
    }
    .seo-final .button {
        width: 100%;
    }
}
.seo-page .seo-hero h1 {
    text-transform: none;
}
/* Full artwork: never crop the supplied hero composition. */
.seo-hero {
    min-height: 44.9733vw;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}
@media (max-width: 700px) {
    .seo-hero {
        background-size:
            100% 100%,
            100% auto;
        background-position:
            center,
            center bottom;
        background-repeat: no-repeat;
    }
}
















































/* Verbindlicher einheitlicher Hero-Abstand zum Header. */
.seo-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) {
    .seo-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;
    }
}




















































