/* ================================
   KOMPASS LANDINGPAGE
   ================================ */

.kompass-content {
    max-width: 980px;
    margin: 0 auto;
    padding: 70px 28px 90px;
    color: #001c64;
}

.kompass-content h1 {
    max-width: 880px;
    margin: 0 0 34px;
    font-size: clamp(2.4rem, 6vw, 5rem);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: -0.04em;
    color: #2b3d7a;
}

.kompass-content h2 {
    margin: 70px 0 24px;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    font-weight: 300;
    line-height: 1.2;
    color: #0077ff;
}

.kompass-content p {
    max-width: 820px;
    margin: 0 0 22px;
    font-size: 1.15rem;
    line-height: 1.8;
}

.intro {
    position: relative;
    padding: 56px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(0, 119, 255, 0.13), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f6f9ff 100%);
    box-shadow: 0 18px 45px rgba(0, 28, 100, 0.08);
}

.intro::before {
    content: "Berufseinstiegs-Kompass";
    display: inline-block;
    margin-bottom: 28px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #e6ecff;
    color: #001c64;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.intro strong {
    color: #0077ff;
    font-weight: 700;
}

.kompass-list {
    max-width: 820px;
    margin: 30px 0 34px;
    padding: 0;
    list-style: none;
}

.kompass-list li {
    position: relative;
    margin-bottom: 15px;
    padding: 17px 20px 17px 52px;
    border-radius: 16px;
    background: #ffffff;
    font-size: 1.08rem;
    line-height: 1.55;
    box-shadow: 0 8px 24px rgba(0, 28, 100, 0.06);
}

.kompass-list li::before {
    content: "✓";
    position: absolute;
    left: 20px;
    top: 17px;
    color: #ff3366;
    font-weight: 800;
}

.benefits {
    margin-top: 58px;
    padding: 10px 6px;
}

.format-box {
    margin: 70px 0;

    padding: 46px 52px;

    border-radius: 28px;

    background:
        radial-gradient(
            circle at top right,
            rgba(0, 119, 255, 0.10),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #f8fbff 0%,
            #eef4ff 100%
        );

    border: 1px solid rgba(0, 119, 255, 0.08);

    color: #001c64;

    box-shadow:
        0 20px 50px rgba(0, 28, 100, 0.08);
}

.format-box h2 {
    margin-top: 0;
    color: #0077ff;
}

.final-cta {
    margin: 80px auto 20px;
    padding: 52px;
    border-radius: 28px;
    text-align: center;
    background:
        radial-gradient(circle at top left, rgba(255, 51, 102, 0.12), transparent 32%),
        #f7f9fb;
}

.final-cta p {
    margin: 0 auto 32px;
    font-size: 1.35rem;
    line-height: 1.65;
}

.btn-primary {
    display: inline-block;
    padding: 16px 34px;
    border-radius: 999px;
    background: #0077ff;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(0, 119, 255, 0.28);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #005fd1;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 119, 255, 0.34);
}

.content p a {
    color: #0077ff;
    text-decoration: none;
}

.content p a:hover {
    color: #005fd1;
    text-decoration: underline;
}

/* ================================
   BESTELLFORMULAR / UNTERSEITEN
   falls bestellen.php dieselbe CSS nutzt
   ================================ */

form {
    max-width: 680px;
    margin: 40px auto;
    padding: 34px;
    border: 1px solid #dce6ff;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(0, 28, 100, 0.08);
}

form h2 {
    margin-top: 0;
}

form label {
    display: block;
    margin: 14px 0 7px;
    color: #001c64;
    font-weight: 700;
}

input[type="text"],
input[type="email"],
select,
textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #cfd9ef;
    border-radius: 12px;
    background: #ffffff;
    color: #001c64;
    font-size: 1rem;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #0077ff;
    box-shadow: 0 0 0 4px rgba(0, 119, 255, 0.12);
}

form button {
    width: 100%;
    margin-top: 22px;
    padding: 15px 22px;
    border: none;
    border-radius: 999px;
    background: #0077ff;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
}

form button:hover {
    background: #005fd1;
}

fieldset {
    margin: 26px 0;
    padding: 22px;
    border: 1px solid #dce6ff;
    border-radius: 18px;
    background: #f7f9fb;
}

fieldset legend {
    padding: 0 8px;
    color: #001c64;
    font-weight: 800;
}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    line-height: 1.5;
}

.custom-checkbox input {
    margin-top: 4px;
    transform: scale(1.15);
}

.custom-checkbox span {
    color: #001c64;
    font-size: 0.95rem;
}

.product-price {
    display: block;
    margin-top: 4px;
    color: #0077ff;
    font-weight: 800;
}

.success-message,
.error-message,
.order-summary {
    max-width: 680px;
    margin: 28px auto;
    padding: 18px 20px;
    border-radius: 16px;
    font-weight: 700;
}

.success-message {
    background: #e6ffed;
    color: #2e7d32;
    border: 1px solid #2e7d32;
}

.error-message {
    background: #ffe6e6;
    color: #7d2e2e;
    border: 1px solid #7d2e2e;
}

.order-summary {
    background: #f0f7ff;
    color: #001c64;
    border: 1px solid #cfe4ff;
}

.hero-image {
    width: 100%;
    max-width: 500px;
    margin: 40px auto 60px;
    display: block;

    border-radius: 24px;

    box-shadow:
        0 20px 50px rgba(0, 28, 100, 0.12);

    transition: transform 0.3s ease;
}

.hero-image:hover {
    transform: translateY(-2px);
}

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

@media (max-width: 768px) {
    .kompass-content {
        padding: 36px 18px 60px;
    }

    .intro,
    .format-box,
    .final-cta {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .kompass-content p {
        font-size: 1.03rem;
        line-height: 1.7;
    }

    .kompass-list li {
        padding: 15px 16px 15px 46px;
        font-size: 1rem;
    }

    .kompass-list li::before {
        left: 18px;
        top: 15px;
    }

    .final-cta p {
        font-size: 1.12rem;
    }

    .btn-primary {
        width: 100%;
        padding: 15px 22px;
    }

    form {
        padding: 24px 20px;
    }
}

/* ================================
   PREVIEW SHOWCASE
   ================================ */

.preview-showcase {
    margin: 90px 0;

    padding: 70px 60px;

    border-radius: 34px;

    background:
        radial-gradient(
            circle at top left,
            rgba(0, 119, 255, 0.10),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #f7f9ff 0%,
            #ffffff 100%
        );

    box-shadow:
        0 22px 60px rgba(0, 28, 100, 0.08);

    overflow: hidden;
}

.preview-copy {
    max-width: 760px;
    margin: 0 auto 70px;
    text-align: center;
}

.preview-eyebrow {
    display: inline-block;

    margin-bottom: 18px !important;

    padding: 8px 14px;

    border-radius: 999px;

    background: #e6ecff;

    color: #001c64;

    font-size: 0.78rem !important;

    font-weight: 800;

    letter-spacing: 0.06em;

    text-transform: uppercase;
}

.preview-copy h2 {
    margin-top: 0;
}

.preview-copy p {
    margin:
        0 auto !important;

    max-width: 700px;
}

.preview-stage {
    position: relative;

    max-width: 480px;

    margin: 0 auto;
}

.preview-stage-image {
    width: 100%;

    height: auto;

    display: block;

    filter:
        drop-shadow(0 25px 40px rgba(0, 28, 100, 0.18));

    transform:
        perspective(1200px)
        rotateX(2deg);

    transition:
        transform 0.35s ease,
        filter 0.35s ease;
}

.preview-stage,
.preview-stage-image {
    background: transparent !important;
}

.preview-stage-image:hover {
    transform:
        perspective(1200px)
        rotateX(0deg)
        translateY(-4px);

    filter:
        drop-shadow(0 35px 60px rgba(0, 28, 100, 0.22));
}

/* Mobile */

@media (max-width: 768px) {

    .preview-showcase {
        margin: 60px 0;

        padding: 42px 22px;

        border-radius: 24px;
    }

    .preview-copy {
        margin-bottom: 40px;
    }

}

/* ================================
   BESTELLSEITE KOMPASS
   ================================ */

.order-intro {
    margin-bottom: 80px;
}

.order-box {
    max-width: 760px;
    margin: 0 auto;
}

.order-summary {
    margin: 0 auto 34px;
    padding: 36px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(0, 119, 255, 0.10), transparent 34%),
        linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
    border: 1px solid rgba(0, 119, 255, 0.08);
    box-shadow: 0 18px 45px rgba(0, 28, 100, 0.08);
}

.order-summary h2 {
    margin-top: 0;
}

.order-price {
    margin: 22px 0 0 !important;
    font-size: 2rem !important;
    font-weight: 800;
    color: #0077ff;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.order-note {
    margin: 18px 0 0 !important;
    font-size: 0.95rem !important;
    color: #4a5b85;
    text-align: center;
}

@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .order-summary {
        padding: 26px 22px;
    }
}

.order-error-global,
.order-success-global {
    max-width: 760px;
    margin: 0 auto 36px;
    position: sticky;
    top: 20px;
    z-index: 50;
}

.order-error-global {
    box-shadow: 0 18px 45px rgba(125, 46, 46, 0.12);
}

.order-success-global {
    box-shadow: 0 18px 45px rgba(46, 125, 50, 0.12);
}

.order-title {
    max-width: 760px;
    margin: 0 auto 16px;
    text-align: center;
}

.order-subtitle {
    max-width: 760px;
    margin: 0 auto 50px !important;
    text-align: center;
    font-size: 1.15rem;
    color: #4a5b85;
}

.order-product-image {
    width: 100%;
    max-width: 220px;

    display: block;

    margin: 0 auto 28px;

    border-radius: 18px;

    box-shadow:
        0 16px 40px rgba(0, 28, 100, 0.12);
}