/* =========================================================
   WEBSITE SCANNER PRO – LANDINGPAGE
========================================================= */

.wsp-landing {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #14213a;
    background: #ffffff;
}

.wsp-landing * {
    box-sizing: border-box;
}

.bewertung-titel h3{
    margin:0 0 18px 0 !important;
    font-size:44px !important;
    line-height:1.15 !important;
    font-weight:800 !important;
    color:#ff8a00 !important;
}

/* =========================================================
   PROFESSIONELLER HERO – PASSEND ZU DEN SAP-KLASSEN
========================================================= */

.sap-hero {
    position: relative;
    width: 100%;
    min-height: 820px;
 	padding: 85px 32px 95px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 84% 24%, rgba(29, 143, 255, .24), transparent 31%),
        radial-gradient(circle at 10% 15%, rgba(0, 190, 255, .10), transparent 27%),
        linear-gradient(135deg, #031529 0%, #072744 58%, #0a4d88 100%);
}

.sap-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 55px 55px;
}


.sap-hero-head{text-align:center;max-width:1500px;margin:0 auto 50px;}
.sap-hero-head .sap-kicker{display:inline-flex;margin:0 auto 20px;}
.sap-hero-main-title{margin:0;color:#fff;font-size:clamp(44px,4vw,62px);font-weight:800;line-height:1.05;text-align:center;}
.sap-hero-main-title span{display:block;margin-top:8px;color:#43acf5;font-size:.84em;}

.sap-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(360px, .72fr) minmax(720px, 1.28fr);
    align-items: center;
    gap: 55px;
    width: min(1500px, calc(100% - 30px));
    margin: 0 auto;
}

.sap-hero-content {
    width: 100%;
    max-width: 560px;
}

.sap-kicker {
    display: inline-flex;
    align-items: center;
    margin: 0 0 24px;
    padding: 10px 17px;
    border: 1px solid rgba(74, 205, 255, .34);
    border-radius: 999px;
    background: rgba(0, 145, 215, .13);
    color: #53d5ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
    line-height: 1;
    text-transform: uppercase;
}

.sap-hero h1 {
    margin: 0 0 25px;
    padding: 0;
    color: #ffffff;
    font-size: clamp(44px, 4vw, 62px);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.03;
    text-align: left;
}

.sap-hero h1 span {
    display: block;
    margin-top: 8px;
    color: #43acf5;
    font-size: .84em;
}

.sap-hero-text {
    max-width: 600px;
    margin: 0 0 28px;
    padding: 0;
    color: #d4e6f6;
    font-size: 18px;
    line-height: 1.72;
}

.sap-hero-list {
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}

.sap-hero-list li{
    display:flex;
    align-items:center;
    gap:12px;
    margin:13px 0;
    padding-left:0;
    color:#eef7ff;
    font-size:15px;
    line-height:1.55;
    list-style:none;
}

.sap-hero-list li::before{
    content:"\1F449";
    position:static;
    flex-shrink:0;
    font-size:20px;
    line-height:1;
}

.sap-scan-form {
    display: flex;
    width: 100%;
    max-width: 620px;
    margin: 0;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 16px;
    background: rgba(255,255,255,.10);
    box-shadow: 0 22px 52px rgba(0,0,0,.25);
    backdrop-filter: blur(10px);
}

.sap-input-wrap {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    border-radius: 10px 0 0 10px;
    background: #ffffff;
}

.sap-input-icon {
    flex: 0 0 auto;
    padding-left: 18px;
    color: #1688e8;
    font-size: 18px;
}

.sap-input-wrap input {
    flex: 1;
    min-width: 0;
    height: 58px;
    margin: 0;
    padding: 0 18px 0 12px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #17263a;
    font-family: inherit;
    font-size: 16px;
    box-shadow: none;
}

.sap-input-wrap input::placeholder {
    color: #8b98aa;
}

.sap-scan-form button {
    flex: 0 0 auto;
    min-width: 190px;
    height: 58px;
    margin: 0;
    padding: 0 24px;
    border: 0;
    border-radius: 0 10px 10px 0;
    background: linear-gradient(135deg, #218aff, #0871df);
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.sap-scan-form button:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #41a0ff, #005fc6);
    box-shadow: 0 10px 24px rgba(0,112,225,.27);
}

.sap-hero-note {
    margin: 14px 0 0;
    padding: 0;
    color: #9fb8cf;
    font-size: 11px;
    line-height: 1.5;
}

.sap-hero-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}

.sap-hero-visual img {
    display: block;
    width: 100%;
    max-width: 850px;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 18px;
    background: transparent;
    box-shadow:
        0 36px 80px rgba(0,0,0,.34),
        0 0 48px rgba(0,111,255,.11);
}

.sap-visual-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 25px;
    margin-top: 22px;
    color: #dceeff;
    font-size: 13px;
    font-weight: 700;
}

.sap-visual-meta span {
    position: relative;
    padding-left: 20px;
}

.sap-visual-meta span::before {
    content:"\1F449";
    position: absolute;
    left: 0;
    color: #4cc9ff;
    font-weight: 900;
}

.sap-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 1100px) {
    .sap-hero {
        min-height: auto;
        padding-top: 110px;
    }

    .sap-hero-inner {
        grid-template-columns: 1fr;
        gap: 58px;
    }

    .sap-hero-content {
        max-width: 820px;
    }

    .sap-hero-visual {
        align-items: flex-start;
    }

    .sap-hero-visual img {
        max-width: 920px;
    }
}

@media (max-width: 760px) {
    .sap-hero {
        padding: 80px 18px 65px;
    }

    .sap-hero-inner {
        width: 100%;
        gap: 45px;
    }

    .sap-hero h1 {
        font-size: 42px;
    }

    .sap-hero h1 span {
        font-size: .82em;
    }

    .sap-hero-text {
        font-size: 17px;
    }

    .sap-scan-form {
        flex-direction: column;
        gap: 8px;
    }

    .sap-input-wrap,
    .sap-scan-form button {
        width: 100%;
        min-width: 0;
        border-radius: 10px;
    }

    .sap-visual-meta {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
}

.sap-login-section{
    width:100%;
    padding:140px 0 40px;
    background:#0f2744;
}

.sap-login-container{
    width:min(1400px,calc(100% - 40px));
    margin:0 auto;
}

.sap-login-title{
    margin-bottom:20px;
}

.sap-login-label{
    display:block;
    margin-bottom:8px;
    color:#69b7ff;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
}

.sap-login-title h2{
    margin:0;
    color:#fff;
    font-size:38px;
}

.sap-login-form{

    display:grid;

    grid-template-columns:
        1fr
        1fr
        220px;

    gap:12px;

}

.sap-login-field{

    display:flex;

    align-items:center;

    background:#fff;

    border-radius:12px;

    overflow:hidden;

}

.sap-login-icon{

    padding:0 18px;

    font-size:20px;

}

.sap-login-field input{

    width:100%;

    height:62px;

    border:0;

    outline:0;

    font-size:18px;

    padding:0 20px;

}

.sap-login-form button{

    border:0;

    border-radius:12px;

    background:#1f8cff;

    color:#fff;

    font-size:20px;

    font-weight:700;

    cursor:pointer;

}

.sap-login-form button:hover{

    background:#006dd8;

}

.sap-login-error{

    margin-bottom:18px;

    padding:15px;

    border-radius:10px;

    background:#b71c1c;

    color:#fff;

    font-weight:700;

}


/* =========================================================
   VORTEILE – GRÖSSER UND HOCHWERTIGER
========================================================= */

.wsp-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    width: min(1500px, calc(100% - 48px));
    margin: 0 auto;
    padding: 54px 0 64px;
    border-bottom: 1px solid #e3ebf4;
    background: #ffffff;
}

.wsp-benefit {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    min-height: 185px;
    padding: 30px 28px;
    overflow: hidden;
    border: 1px solid #dce7f2;
    border-radius: 20px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow:
        0 16px 38px rgba(20, 52, 88, .08),
        0 2px 8px rgba(20, 52, 88, .04);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.wsp-benefit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        #0a73d9,
        #38bdf8
    );
    opacity: .9;
}

.wsp-benefit:hover {
    transform: translateY(-7px);
    border-color: #b8d8f5;
    box-shadow:
        0 26px 58px rgba(20, 52, 88, .14),
        0 4px 12px rgba(20, 52, 88, .06);
}

.wsp-benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background:
        linear-gradient(135deg, #e8f4ff, #d9efff);
    font-size: 30px;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(10, 115, 217, .08);
}

.wsp-benefit > div:last-child {
    min-width: 0;
}

.wsp-benefit strong {
    display: block;
    margin: 2px 0 10px;
    color: #102b4e;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

.wsp-benefit p {
    margin: 0;
    padding: 0;
    color: #61728a;
    font-size: 16px;
    line-height: 1.65;
}

/* Dezente individuelle Akzente */

.wsp-benefit:nth-child(1) .wsp-benefit-icon {
    background: linear-gradient(135deg, #e7f2ff, #d7e9ff);
}

.wsp-benefit:nth-child(2) .wsp-benefit-icon {
    background: linear-gradient(135deg, #fff2e8, #ffe5d2);
}

.wsp-benefit:nth-child(3) .wsp-benefit-icon {
    background: linear-gradient(135deg, #eef5ff, #e2ecff);
}

.wsp-benefit:nth-child(4) .wsp-benefit-icon {
    background: linear-gradient(135deg, #fff0e7, #ffe0cf);
}

@media (max-width: 1180px) {
    .wsp-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .wsp-benefits {
        grid-template-columns: 1fr;
        width: min(100% - 30px, 1500px);
        padding: 38px 0 48px;
    }

    .wsp-benefit {
        min-height: auto;
        padding: 26px 22px;
    }

    .wsp-benefit strong {
        font-size: 18px;
    }

    .wsp-benefit p {
        font-size: 15px;
    }
}

/* =========================================================
   ALLGEMEINE ABSCHNITTE
========================================================= */

.wsp-section,
.wsp-process,
.wsp-faq {
    max-width: 1420px;
    margin: 0 auto;
    padding: 85px 30px;
}

.wsp-section-heading {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

.wsp-section-label {
    margin-bottom: 14px;
    background: #e8f3ff;
    color: #086bd3;
}

.wsp-section-heading h2,
.wsp-report-content h2,
.wsp-final-cta h2 {
    margin: 0 0 17px;
    color: #102341;
    font-size: clamp(31px, 4vw, 46px);
    line-height: 1.15;
}

.wsp-section-heading p,
.wsp-report-content p,
.wsp-final-cta p {
    margin: 0;
    padding: 0;
    color: #64748b;
    font-size: 17px;
    line-height: 1.7;
}

.wsp-seo-content .wsp-feature-card p {
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
}

/* =========================================================
   FEATUREKARTEN
========================================================= */

.wsp-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 23px;
}

.wsp-feature-card {
    padding: 30px;
    border: 1px solid #e0e7f0;
    border-radius: 19px;
    background: #ffffff;
    box-shadow: 0 12px 38px rgba(22, 52, 93, .07);
    transition: transform .25s ease, box-shadow .25s ease;
}

.wsp-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(22, 52, 93, .13);
}

.wsp-feature-icon {
    margin-bottom: 15px;
    font-size: 36px;
}

.wsp-feature-card h3{
    display:flex;
    align-items:center;
    gap:14px;
    margin:0 0 22px;
    color:#142c4f;
    font-size:30px;
    font-weight:800;
    line-height:1.2;
}

.wsp-feature-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:56px;
    height:56px;
    margin:0;
    font-size:42px;
    flex-shrink:0;
}

.wsp-feature-card ul {
    margin: 0;
    padding-left: 20px;
}

.wsp-feature-card li{
    position:relative;
    margin:12px 0;
    padding-left:32px;
    list-style:none;
    color:#64748b;
    font-size:17px;
    font-weight:400;
    line-height:1.7;
}

.wsp-feature-card ul{
    margin:28px 0 0;
    padding:0;
}

.wsp-feature-card li::before{
    content:"\1F449";
    position:absolute;
    left:0;
    top:0;
    font-size:17px;
    line-height:1.7;
}

/* =========================================================
   AUDITBERICHT
========================================================= */

.wsp-report-section {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr);
    align-items: center;
    gap: 60px;
    padding: 85px max(30px, calc((100vw - 1420px) / 2));
    background: #f3f8fe;
}


.wsp-report-image img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #d7e2ee;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 25px 65px rgba(22, 52, 93, .17);
}

.wsp-check-list {
    margin: 28px 0;
    padding: 0;
    list-style: none;
}

.wsp-check-list li{
    display:flex;
    align-items:center;
    gap:12px;
    margin:12px 0;
    padding-left:0;
    color:#64748b;
    font-size:17px;
    font-weight:400;
    line-height:1.7;
    list-style:none;
}

.wsp-check-list li::before{
    content:"\1F449";
    position:static;
    flex-shrink:0;
    font-size:20px;
    line-height:1;
}

.wsp-primary-button,
.wsp-final-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 25px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
}

.wsp-primary-button {
    background: linear-gradient(135deg, #2588ff, #006ee6);
    color: #ffffff;
}

.wsp-primary-button:hover {
    background: linear-gradient(135deg, #419cff, #005fce);
}

//* =========================================================
   ABLAUF
========================================================= */

.wsp-process{
    max-width:none;
    padding:80px 40px;
    background:#ffffff;
}

.wsp-process-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
    max-width:1500px;
    margin:0 auto;
}

.wsp-process-card{
    min-height:270px;
    padding:28px 24px;
    border:1px solid #dce6f1;
    border-radius:18px;
    background:#f8fbff;
    text-align:center;
    box-shadow:0 10px 28px rgba(20,44,79,.06);
}

.wsp-process-number{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:52px;
    height:52px;
    margin-bottom:20px;
    border-radius:50%;
    background:linear-gradient(135deg,#2588ff,#006ee6);
    color:#ffffff;
    font-size:20px;
    font-weight:900;
}

.wsp-process-card h3{
    min-height:72px;
    margin:0 0 14px;
    color:#142c4f;
    font-size:28px;
    font-weight:800;
    line-height:1.15;
}

.wsp-process-card p{
    max-width:280px;
    margin:0 auto;
    color:#66758b;
    font-size:15px;
    line-height:1.65;
}

@media(max-width:1100px){
    .wsp-process-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:620px){
    .wsp-process{
        padding:60px 20px;
    }

    .wsp-process-grid{
        grid-template-columns:1fr;
    }

    .wsp-process-card{
        min-height:auto;
    }

    .wsp-process-card h3{
        min-height:auto;
        font-size:26px;
    }
}

/* =========================================================
   FAQ
========================================================= */

.wsp-faq {
    max-width: 1000px;
}

.wsp-faq-list {
    display: grid;
    gap: 14px;
}

.wsp-faq details {
    border: 1px solid #dce6f1;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(22, 52, 93, .06);
}

.wsp-faq summary {
    padding: 20px 24px;
    color: #153158;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
}

.wsp-faq details p {
    margin: 0;
    padding: 0 24px 22px;
    color: #64748b;
    line-height: 1.65;
}


/* =========================================================
   VORTEILE AUF EINEN BLICK – BREITE PREMIUM-BOX
   Die bestehende Box "Prüfen Sie jetzt Ihre Website" bleibt unverändert.
========================================================= */

.wsp-advantages-box {
    position: relative;
    display: grid;
grid-template-columns: 50% 50%;
    align-items: center;
    gap: 54px;
    width: min(1500px, calc(100% - 48px));
    margin: 30px auto 80px;
    padding: 50px 52px;
    overflow: hidden;
    border-radius: 24px;
    background:
        radial-gradient(circle at 92% 50%, rgba(0, 183, 255, .26), transparent 34%),
        linear-gradient(135deg, #071b35 0%, #0b3d70 58%, #0d6aa8 100%);
    color: #ffffff;
    box-shadow: 0 24px 60px rgba(8, 49, 88, .18);
}

.wsp-advantages-box::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .12;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 48px 48px;
}

.wsp-advantages-content,
.wsp-advantages-visual {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.wsp-advantages-box h2 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: clamp(34px, 3.4vw, 48px);
    line-height: 1.12;
}

.wsp-advantages-box .sap-hero-list {
    margin: 0;
}

.wsp-advantages-box .sap-hero-list li {
    margin: 12px 0;
    color: #eef7ff;
    font-size: 16px;
    line-height: 1.55;
}

.wsp-advantages-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wsp-advantages-visual img {
    display: block;
    width: 100%;
    max-width: 650px;
    height: auto;
    max-height: 420px;
    object-fit: contain;
    filter: drop-shadow(0 24px 38px rgba(0, 0, 0, .28));
}

@media (max-width: 1050px) {
    .wsp-advantages-box {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .wsp-advantages-visual {
        justify-content: flex-start;
    }

    .wsp-advantages-visual img {
        max-width: 680px;
    }
}

@media (max-width: 680px) {
    .wsp-advantages-box {
        width: calc(100% - 20px);
        margin: 24px auto 54px;
        padding: 32px 24px;
        border-radius: 18px;
    }

    .wsp-advantages-box h2 {
        font-size: 32px;
    }

    .wsp-advantages-box .sap-hero-list li {
        align-items: flex-start;
        font-size: 15px;
    }
}

/* ==========================================================
   BOX KLAPPT LANGSAM VON UNTEN AUF
========================================================== */

/* ==========================================================
   BOX KLAPPT LANGSAM VON UNTEN AUF
========================================================== */

.slide-up-box{
    opacity:0;
    transform:perspective(1200px) rotateX(22deg);
    transform-origin:bottom center;

    transition:
        opacity 1.6s ease,
        transform 3.1s cubic-bezier(.16,1,.3,1);

    will-change:transform, opacity;
}

.slide-up-box.slide-up-visible{
    opacity:1;
    transform:perspective(1200px) rotateX(0deg);
}

/* =========================================================
   ABSCHLUSS CTA
========================================================= */

.wsp-final-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    max-width: 1400px;
    margin: 30px auto 80px;
    padding: 48px;
    border-radius: 24px;
    background:
        radial-gradient(circle at right, rgba(0, 183, 255, .24), transparent 32%),
        linear-gradient(135deg, #071b35, #0d5b9c);
    color: #ffffff;
}

.wsp-final-cta h2 {
    color: #ffffff;
}

.wsp-final-cta p {
    max-width: 800px;
    color: #d7e8fa;
}

.wsp-final-button {
    flex: 0 0 auto;
    background: #ffffff;
    color: #075da8;
}

.wsp-final-button:hover {
    background: #eaf4ff;
}

/* =========================================================
   SCREENREADER
========================================================= */

.wsp-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
    .wsp-hero {
        padding-top: 75px;
    }

    .wsp-hero-inner,
    .wsp-report-section {
        grid-template-columns: 1fr;
    }

    .wsp-hero-content {
        max-width: 850px;
    }

    .wsp-hero-image img,
    .wsp-report-image {
        max-width: 850px;
        margin: 0;
    }

    .wsp-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wsp-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .wsp-hero {
        padding: 52px 18px 60px;
    }

    .wsp-hero h1 {
        font-size: 39px;
    }

    .wsp-scan-form {
        flex-direction: column;
        gap: 8px;
    }

    .wsp-scan-form input,
    .wsp-scan-form button {
        width: 100%;
        min-width: 0;
        border-radius: 11px;
    }

    .wsp-trust-points {
        flex-direction: column;
        gap: 8px;
    }

    .wsp-benefits,
    .wsp-feature-grid,
    .wsp-process-grid {
        grid-template-columns: 1fr;
    }

    .wsp-benefits {
        padding: 24px 18px;
    }

    .wsp-report-section {
        padding: 60px 18px;
    }

    .wsp-final-cta {
        flex-direction: column;
        align-items: flex-start;
        margin: 30px 18px 60px;
        padding: 32px;
    }
}

/* =========================================================
   WEBSITE SCANNER PRO – ZWEI HIGHLIGHT-BILDER
========================================================= */

.sap-scanner-highlight {
    width: 100%;
    margin: 0;
    padding: 55px 0 35px;
    background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}

.sap-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 28px;
    width: min(1500px, calc(100% - 48px));
    margin: 0 auto;
}

.sap-highlight-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dde7f1;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(20, 52, 88, .08);
    transition:
        opacity 1.4s ease,
        transform 1.4s ease,
        box-shadow .35s ease;
}

.sap-highlight-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    margin: 0;
    object-fit: contain;
}

.sap-highlight-image:hover {
    transform: translateY(-6px) scale(1.005);
    box-shadow:
        0 22px 50px rgba(20, 52, 88, .14),
        0 35px 80px rgba(0, 120, 255, .14);
}

.wsp-section-heading.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition:
        opacity 1.5s ease,
        transform 1.5s ease;
    will-change: opacity, transform;
}

.wsp-section-heading.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Vorteilskarten: identische Außenbreite */
.wsp-benefits {
    width: min(1500px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 900px) {
    .sap-scanner-highlight {
        padding: 40px 0 25px;
    }

    .sap-highlight-grid {
        grid-template-columns: 1fr;
        width: calc(100% - 30px);
        gap: 22px;
    }

    .sap-highlight-image {
        border-radius: 10px;
    }

    .sap-highlight-image img {
        height: auto;
        min-height: 0;
    }
}

@media (max-width: 600px) {
    .sap-scanner-highlight {
        padding: 25px 0 20px;
    }

    .sap-highlight-grid {
        width: calc(100% - 20px);
    }

    .sap-highlight-image {
        border-radius: 8px;
        box-shadow: 0 8px 20px rgba(20, 52, 88, .08);
    }

    .wsp-benefits {
        width: calc(100% - 20px);
    }
}


/* ===========================================
   HERO ANIMATIONEN
=========================================== */

.sap-kicker,
.sap-hero h1,
.sap-hero-text,
.sap-hero-list,
.sap-scan-form,
.sap-hero-note,
.sap-hero-visual,
.sap-visual-meta{

    opacity:0;

    animation-fill-mode:forwards;

}

/* Kicker */

.sap-kicker{

    animation:
        fadeDown .7s ease .1s forwards;

}

/* Überschrift */

.sap-hero h1{

    animation:
        fadeLeft .8s ease .3s forwards;

}

/* Text */

.sap-hero-text{

    animation:
        fadeUp .8s ease .5s forwards;

}

/* Liste */

.sap-hero-list{

    animation:
        fadeUp .8s ease .7s forwards;

}

/* Suchfeld */

.sap-scan-form{

    animation:
        fadeUp .8s ease .9s forwards;

}

/* Hinweis */

.sap-hero-note{

    animation:
        fadeUp .8s ease 1.05s forwards;

}

/* Laptop */

.sap-hero-visual{

    animation:
        fadeRight 1s ease .5s forwards;

}

/* Labels */

.sap-visual-meta{

    animation:
        fadeUp .8s ease 1.2s forwards;

}

/* Keyframes */

@keyframes fadeLeft{

    from{

        opacity:0;
        transform:translateX(-45px);

    }

    to{

        opacity:1;
        transform:none;

    }

}

@keyframes fadeRight{

    from{

        opacity:0;
        transform:translateX(60px);

    }

    to{

        opacity:1;
        transform:none;

    }

}

@keyframes fadeUp{

    from{

        opacity:0;
        transform:translateY(30px);

    }

    to{

        opacity:1;
        transform:none;

    }

}

@keyframes fadeDown{

    from{

        opacity:0;
        transform:translateY(-20px);

    }

    to{

        opacity:1;
        transform:none;

    }

}

/* ==========================================
   HIGHLIGHT-BILDER: BEIM SCROLLEN EINBLENDEN
========================================== */

.sap-highlight-image.reveal {
    opacity: 0;
    transform: translateY(70px);
    will-change: opacity, transform;
}

.sap-highlight-image.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.sap-highlight-image.reveal:nth-child(2) {
    transition-delay: .25s;
}

@media (max-width: 900px) {
    .sap-highlight-image.reveal:nth-child(2) {
        transition-delay: 0s;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sap-highlight-image,
    .sap-highlight-image.reveal,
    .sap-highlight-image.reveal.is-visible {
        opacity: 1;
        transform: none;
        animation: none;
        transition: none;
    }

    .sap-highlight-image:hover {
        transform: none;
    }
}

.wsp-report-section .wsp-report-content .bewertung-titel h3{
    margin:0 0 17px !important;
    padding:0 !important;
    color:#ff8a00 !important;
    font-size:30px !important;
    font-weight:800 !important;
    line-height:1.2 !important;
}


.pruefschema-section{
    align-items:start;
}

.pruefschema-section .wsp-report-content{
    margin-top:0;
    padding-top:0;
    align-self:start;
}

.pruefschema-section .wsp-report-image{
    align-self:start;
}

.pruefschema-section .bewertung-titel h3{
    margin:0 0 17px;
    padding:0;
    color:#ff8a00;
    font-size:38px;
    font-weight:800;
    line-height:1.2;
}

.wsp-blocksatz{
    text-align:justify;
    text-justify:inter-word;
}

.wsp-price{
    margin:20px 0 25px;
    font-size:58px;
    font-weight:800;
    color:#ff8a00;
    line-height:1;
    text-align:center;
}

.wsp-pricing-container{
    width:min(1420px, calc(100% - 60px));
    margin:0 auto;
}

.wsp-pricing-container .wsp-feature-grid{
    width:100%;
}

.wsp-pricing-container .wsp-feature-card{
    min-width:0;
    overflow:hidden;
}

@media (max-width:760px){

    .wsp-pricing-container{
        width:calc(100% - 30px);
    }

}