
/* Landingpage KI Check */
.hero {
    min-height: 680px;
    height: calc(100vh - 150px);
    background-image: url(/assets/img/slider1.jpg);
    color: #ffffff;
    padding: 94px max(5vw, 28px) 82px;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(350px, .62fr);
    gap: 7vw;
    align-items: center;
    position: relative;
    overflow: hidden;
}



.hero-copy,
.score-card {
    position: relative;
    z-index: 2;
}

.hero-lead {
    font-size: clamp(1.05rem, 1.6vw, 1.3rem);
    line-height: 1.6;
    color: #cfcfcf;
    max-width: 700px;
}

.score-card {
    background: #fff;
    color: #161616;
    padding: 26px;
    border-radius: 22px;
    box-shadow: 0 28px 80px rgba(0,0,0,.35);
    transform: rotate(1.3deg);
    max-width: 440px;
}

.score-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #dedede;
    padding-bottom: 17px;
}

.score-head small {
    display: block;
    font-size: .66rem;
    letter-spacing: .12em;
    color: #5f5f5f;
    font-weight: 800;
}

.score-head strong {
    display: block;
    margin-top: 4px;
}

.live-dot {
    font-size: .72rem;
    background: #f1f1f1;
    color: #4f4f4f;
    border-radius: 99px;
    padding: 4px 9px;
}

.live-dot:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #2b2b2b;
    border-radius: 50%;
    margin-right: 5px;
}

.score-ring {
    width: 158px;
    height: 158px;
    border-radius: 50%;
    margin: 26px auto;
    background:
        conic-gradient(
            #202020 calc(var(--score) * 1%),
            #e6e6e6 0
        );
    display: grid;
    place-items: center;
    position: relative;
}

.score-ring:before {
    content: "";
    position: absolute;
    inset: 12px;
    background: #ffffff;
    border-radius: 50%;
}

.score-ring div {
    position: relative;
    text-align: center;
}

.score-ring b {
    font-weight: bold;
    display: block;
    line-height: 1;
}

.score-ring span {
    color: #7a7a7a;
    font-size: .75rem;
}

.signal-list > div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    margin: 16px 0;
    font-size: .84rem;
}

.signal-list b {
    font-size: .72rem;
    color: #777;
}

.signal-list i {
    grid-column: 1 / -1;
    height: 6px;
    background: #e9e9e9;
    border-radius: 4px;
    overflow: hidden;
}

.signal-list i:after {
    content: "";
    display: block;
    width: var(--w);
    height: 100%;
    background: linear-gradient(
        90deg,
        #1f1f1f,
        #8c8c8c
    );
    border-radius: 4px;
}

.score-card > p {
    font-size: .68rem;
    color: #8f8f8f;
    line-height: 1.4;
    margin: 20px 0 0;
}


.trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1260px;
    margin: -25px auto 0;
    position: relative;
    z-index: 4;
    background: #000000;
    border-radius: 14px;
    box-shadow: 0 14px 50px rgba(0, 0, 0, .18);
    padding: 26px 36px;
}

.trust-strip div {
    display: flex;
    align-items: center;
    gap: 13px;
    border-right: 1px solid #333333;
    padding: 0 25px;
}

.trust-strip div:last-child {
    border: 0;
}

.trust-strip b {
    font-size: 1.7rem;
    font-weight: 800;
    color: #ffffff;
}

.trust-strip span {
    font-size: .78rem;
    line-height: 1.25;
    color: #ffffff;
}


.service-content {
    margin-top: 0px;
}
.service-content ul {
  margin: 26px 0 0;
  font-size: .84rem;
  font-weight: 600;
}
.service-content li {
  padding: 8px 0;
  border-top: 1px solid #565656;
}




/* PROCESS */

.process {
    color: var(--heading-color);
}

.process-inner {
    width: 100%;
}

.steps {
    list-style: none;
    padding: 0;
    margin: 70px 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.steps li {
    padding: 0 28px 0 0;
    border-top: 1px solid var(--border-color);
    position: relative;
}

.steps li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--theme-color);
    position: absolute;
    top: -5px;
    left: 0;
    box-shadow: 0 0 0 7px rgba(255,255,255,.06);
}

.steps > li > span {
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1;
    color: #2e2e2e;
    display: block;
    margin: 24px 0;
}

.steps small {
    font-size: .65rem;
    letter-spacing: .12em;
    color: var(--theme-color);
    font-weight: 800;
}

.steps h3 {
    font-size: 1.3rem;
    margin: 8px 0 12px;
    color: var(--heading-color);
}

.steps p {
    color: var(--font-color);
    font-size: .88rem;
    line-height: 1.6;
}


/* RESULT */

.result-section {
    color: var(--heading-color);
}

.result-layout {
    display: grid;
    grid-template-columns: 1fr .82fr;
    gap: 9vw;
    align-items: center;
}

.check-list {
    margin-top: 32px;
}

.check-list p {
    border-bottom: 1px solid var(--border-color);
    padding: 12px 0;
    margin: 0;
    color: var(--font-color);
}

.check-list span {
    display: inline-grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 12px;

    background: var(--theme-color);
    color: var(--reverse-heading-color);
}


/* REPORT */

.report-mock {
    background: var(--smooth-color);
    color: var(--reverse-heading-color);
    border-radius: 4px;
    padding: 34px;
    box-shadow:
        20px 24px 0 #353535,
        0 30px 80px rgba(0,0,0,.35);

    position: relative;
    transform: rotate(1deg);
}

.report-top {
    display: flex;
    justify-content: space-between;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .1em;
    color: #555;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}

.report-mock h3 {
    font-size: 2.2rem;
    margin-top: 25px;
    color: #000;
}

.report-mock > p {
    margin: 4px 0;
    color: #666;
}

.report-score {
    margin: 30px 0;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px;
}

.report-score b {
    font-size: 3.8rem;
    font-weight: 800;
    color: var(--theme-color);
    line-height: 1;
}

.report-score span {
    font-size: .8rem;
}

.report-bars > div {
    display: grid;
    grid-template-columns: 75px 1fr 30px;
    align-items: center;
    gap: 10px;
    font-size: .78rem;
    margin: 12px 0;
}

.report-bars i {
    height: 7px;
    background: #ddd;
}

.report-bars i b {
    display: block;
    height: 100%;
    background: #333;
}

.report-stamp {
    position: absolute;
    right: 28px;
    bottom: -18px;
    background: #000;
    color: #fff;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .1em;
    padding: 11px 16px;
    transform: rotate(-3deg);
}


/* FINAL CTA */

.final-cta {
    color: var(--heading-color);
    padding: 80px;
}

.final-cta-inner {
    display: grid;
    grid-template-columns: 1fr .7fr;
    gap: 9vw;
    align-items: center;
}



/* FORM */

.contact-form {
    background: var(--bg-color);
    color: var(--heading-color);
    padding: 30px;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    display: grid;
    gap: 8px;
}

.contact-form label {
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .08em;
    color: var(--font-color);
    margin-top: 6px;
}

.contact-form input {
    background: var(--assistant-color);
    color: var(--heading-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 13px 14px;
    outline: 0;
}

.contact-form input::placeholder {
    color: #777;
}

.contact-form input:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 3px rgba(255,255,255,.08);
}

.contact-form button {
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px;
    background: var(--theme-color);
    color: var(--reverse-heading-color);
}

.contact-form #form-status {
    font-size: .76rem;
    color: var(--font-color);
    margin: 3px 0 0;
    min-height: 18px;
}



@media (max-width: 991px) {

    .result-layout,
    .final-cta-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .trust-strip, .steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 30px;
    }
}

@media (max-width: 767px) {
    .hero {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 100vh;
        gap: 40px;
        padding: 120px 25px 70px;
    }
    .trust-strip, .steps {
        grid-template-columns: 1fr;
    }

    .steps > li > span {
        font-size: 3.5rem;
    }

    .report-mock {
        padding: 25px;
        transform: none;
        box-shadow: 10px 12px 0 #353535;
    }

    .final-cta {
        padding: 70px 20px;
    }
}
