/* IT-SCHNITTSTELLE P1.4C
   Landingpage /it-projekt-pruefen
   Scoped to container uid 773 and its child content records.
*/

#c773 {
    --lp-text: #20262d;
    --lp-muted: #5f6973;
    --lp-line: #e3e8ec;
    --lp-soft: #f6f8f9;
    --lp-brand: #006b8f;
    --lp-radius: 12px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px 72px;
}

/* All landingpage content */
#c773 #c766,
#c773 #c767,
#c773 #c768,
#c773 #c769,
#c773 #c770,
#c773 #c771,
#c773 #c772 {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

#c773 p,
#c773 li {
    font-size: 17px;
    line-height: 1.65;
    color: var(--lp-text);
}

#c773 h1,
#c773 h2 {
    color: var(--lp-text);
    letter-spacing: -0.025em;
}

/* Hero */
#c773 #c766 {
    max-width: none;
    margin: 20px 0 48px;
    padding: 64px 58px;
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(0,107,143,.08), rgba(0,107,143,.015)),
        #fff;
    border: 1px solid var(--lp-line);
}

#c773 #c766 h1 {
    max-width: 760px;
    margin: 0 0 22px;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.04;
    text-align: left;
}

#c773 #c766 p {
    max-width: 760px;
    margin: 0 0 14px;
    text-align: left;
}

#c773 #c766 p:first-of-type {
    font-size: 20px;
    line-height: 1.55;
}

#c773 #c766 .btn {
    margin-top: 10px;
    min-height: 46px;
    padding: 12px 20px;
    font-size: 16px;
}

/* Section rhythm */
#c773 #c767,
#c773 #c768,
#c773 #c769,
#c773 #c770,
#c773 #c771 {
    padding: 42px 0;
    border-top: 1px solid var(--lp-line);
}

#c773 #c767 {
    border-top: 0;
}

#c773 h2 {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
}

/* Lists */
#c773 ul {
    max-width: 800px;
    margin: 18px 0 18px 0;
    padding-left: 24px;
}

#c773 li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 6px;
}

#c773 li::marker {
    color: var(--lp-brand);
}

/* Result section as strong decision block */
#c773 #c769 {
    max-width: 920px;
    padding: 44px 40px;
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius);
    background: var(--lp-soft);
}

#c773 #c769 ul {
    columns: 2;
    column-gap: 44px;
}

#c773 #c769 li {
    break-inside: avoid;
}

/* Process: readable steps */
#c773 #c770 p {
    margin: 0 0 18px;
    padding: 16px 18px;
    border-left: 3px solid var(--lp-brand);
    background: #fff;
}

/* Independence */
#c773 #c771 {
    max-width: 920px;
}

#c773 #c771 p:last-child {
    font-weight: 600;
}

/* Final CTA */
#c773 #c772 {
    max-width: none;
    margin-top: 34px;
    padding: 52px 42px;
    border-radius: 14px;
    background: var(--lp-soft);
    text-align: center;
}

#c773 #c772 h2,
#c773 #c772 p {
    text-align: center;
}

#c773 #c772 .btn {
    min-height: 46px;
    padding: 12px 20px;
    font-size: 16px;
}

/* Internal-link row inserted by P1.4C SQL */
#c773 .lp-internal-links {
    margin-top: 18px;
    font-size: 15px;
}

#c773 .lp-internal-links a {
    margin-right: 18px;
    font-weight: 600;
}

/* Mobile */
@media (max-width: 767px) {
    #c773 {
        padding-left: 16px;
        padding-right: 16px;
    }

    #c773 #c766 {
        padding: 38px 24px;
        margin-top: 10px;
    }

    #c773 #c766 h1 {
        font-size: 38px;
    }

    #c773 h2 {
        font-size: 27px;
    }

    #c773 p,
    #c773 li {
        font-size: 16px;
    }

    #c773 #c769 {
        padding: 32px 24px;
    }

    #c773 #c769 ul {
        columns: 1;
    }

    #c773 #c772 {
        padding: 38px 24px;
    }
}
