.pv-compare-box,
.pv-compare-box * {
    box-sizing: border-box;
}

.pv-compare-box p {
    margin: 0;
}

.pv-compare-box {
    width: 100%;
    background: #f0eeee;
    border-radius: 36px;
    padding: 28px;
}

.pv-compare-box__inner {
    width: 100%;
}

.pv-compare-box__top {
    align-items: flex-start;
}

.pv-compare-box__bottom {
    align-items: center;
    margin-top: 28px;
}

.pv-main,
.pv-side,
.pv-cta {
    width: 100%;
}

.pv-eyebrow {
    min-height: 0;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #444444;
}

.pv-headline {
    margin-bottom: 24px;
}
/*
.pv-headline h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 0.95;
    font-weight: 800;
    color: #444444;
}*/

.pv-form-fields {
    margin-bottom: 18px;
}

.pv-field {
    margin-bottom: 10px;
}

.pv-field label {
    /*display: block;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: #444444;*/
	margin-top: 10px;
}

.pv-field .form-control,
.pv-field input[type="text"],
.pv-field input[type="email"] {
    display: block;
    width: 100% !important;
    min-height: 56px;
    padding: 12px 16px;
    border: 1px solid rgba(34, 34, 34, 0.14) !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: none !important;
    color: #444444;
    font-size: 16px;
    line-height: 1.3;
}

.pv-upload-card {
    position: relative;
    margin-top: 4px;
}

.pv-upload-card__arrow {
    position: absolute;
    top: -18px;
    right: 14px;
    z-index: 2;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    color: #444444;
}

.pv-upload-card__inner {
    min-height: 470px;
    background: #ececec;
    border: 2px dashed #b8b8b8;
    border-radius: 28px;
    padding: 42px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.pv-upload-card__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
    border-radius: 12px;
    background: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #c7a934;
}

.pv-upload-card__title {
    max-width: 760px;
    margin-bottom: 22px;
    font-size: clamp(28px, 2.4vw, 38px);
    line-height: 1.2;
    font-weight: 800;
    color: #444444;
}

.pv-upload-card__text {
    max-width: 560px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.45;
    color: #8e8e8e;
}

.pv-upload-card__file {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 270px;
    min-height: 72px;
}

.pv-upload-card__button {
    min-width: 270px;
    min-height: 72px;
    padding: 14px 30px;
    border-radius: 999px;
    background: #252323;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    pointer-events: none;
}

.pv-upload-card__file .wpcf7-form-control-wrap {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.pv-upload-card__file input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.pv-side {
    padding-top: 132px;
}

.pv-rating-box {
    max-width: 385px;
    margin: 0 0 52px auto;
}

.pv-rating-box__inner {
    background: #f4f4f4;
    border-radius: 18px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.pv-rating-box__logo {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-weight: 700;
    font-size: 18px;
}

.pv-rating-box__content {
    flex: 1 1 auto;
    min-width: 0;
}

.pv-rating-box__top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.pv-rating-box__score {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    color: #444444;
}

.pv-rating-box__stars {
    font-size: 18px;
    line-height: 1.2;
    color: #d7b73e;
    font-weight: 700;
}

.pv-rating-box__bottom {
    font-size: 14px;
    line-height: 1.35;
    color: #8d8d8d;
}

.pv-steps {
    position: relative;
    padding-left: 0;
}

.pv-step {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    align-items: start;
    margin-bottom: 42px;
}

.pv-step:last-child {
    margin-bottom: 0;
}

.pv-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 48px;
    left: 23px;
    width: 2px;
    height: calc(100% + 18px);
    background: #444444;
}

.pv-step__marker {
    position: relative;
    z-index: 1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #444444;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
}

.pv-step__title {
    padding-top: 2px;
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.35;
    font-weight: 800;
    color: #444444;
}

.pv-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    align-items: center;
}

.pv-benefit {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pv-benefit__icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #72b588;
    color: #ffffff;
    flex: 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
}

.pv-benefit__text {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #444444;
}

.pv-cta {
    display: flex;
    justify-content: flex-end;
}

.pv-cta__button {
    min-width: 245px;
    min-height: 64px;
    padding: 14px 30px;
    border: 1.5px solid #444444;
    border-radius: 999px;
    color: #444444;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.pv-cta__button:hover,
.pv-cta__button:focus {
    text-decoration: none;
    color: #444444;
}

.pv-submit-row {
    margin-top: 24px;
    display: flex;
    justify-content: flex-start;
}

.pv-submit-row .wpcf7-spinner {
    display: none;
}
.pv-rating-box{
	display:none;
}
.pv-submit {
    min-width: 245px;
    min-height: 64px;
    padding: 14px 30px;
    border: 0;
    border-radius: 999px;
    /*background: #252323;
    color: #ffffff;*/
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}

.pv-submit:hover,
.pv-submit:focus {
    background: #111111;
    color: #ffffff;
}

@media (max-width: 1199.98px) {
    .pv-upload-card__inner {
        min-height: 410px;
    }

    .pv-step__title {
        font-size: 24px;
    }
}

@media (max-width: 991.98px) {
    .pv-compare-box {
        padding: 24px;
        border-radius: 28px;
    }

    .pv-side {
        padding-top: 28px;
    }

    .pv-rating-box {
        max-width: none;
        margin: 0 0 28px;
    }

    .pv-compare-box__bottom {
        margin-top: 24px;
    }

    .pv-cta {
        justify-content: flex-start;
        margin-top: 22px;
    }

    .pv-submit-row {
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .pv-compare-box {
        padding: 20px;
        border-radius: 22px;
    }
/*
    .pv-headline h2 {
        font-size: 42px;
    }
*/
    .pv-form-fields {
        margin-bottom: 14px;
    }

    .pv-upload-card__arrow {
        display: none;
    }

    .pv-upload-card__inner {
        min-height: 320px;
        padding: 30px 20px;
    }

    .pv-upload-card__title {
        font-size: 28px;
    }

    .pv-upload-card__text {
        font-size: 16px;
    }

    .pv-upload-card__file,
    .pv-upload-card__button,
    .pv-cta__button,
    .pv-submit {
        width: 100%;
        min-width: 0;
    }

    .pv-step {
        grid-template-columns: 40px 1fr;
        gap: 14px;
        margin-bottom: 28px;
    }

    .pv-step__marker {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .pv-step:not(:last-child)::after {
        top: 40px;
        left: 19px;
    }

    .pv-step__title {
        font-size: 20px;
    }

    .pv-benefits {
        flex-direction: column;
        align-items: flex-start;
        /*gap: 14px;*/
    }

    .pv-cta,
    .pv-cta__button {
        width: 100%;
    }
}


@media (max-width: 767.98px) {
    /* Mobile-Reihenfolge neu aufbauen */
    .pv-compare-box__inner {
        display: flex;
        flex-direction: column;
    }

    .pv-compare-box__top,
    .pv-compare-box__bottom,
    .pv-compare-box__top > .col-12,
    .pv-compare-box__bottom > .col-12,
    .pv-main,
    .pv-side {
        display: contents;
    }

    /* 1) H2 zuerst */
    .pv-eyebrow {
        display: none;
    }

    .pv-headline {
        order: 1;
        margin-bottom: 18px;
    }

    /* 6) Ablaufbeschreibung */
    .pv-steps {
        order: 2;
        margin: 0 0 20px;
    }

    /* 7) Checks mit Haken */
    .pv-benefits {
        order: 3;
        margin-bottom: 18px!important;
    }

    /* 2) Name + 3) Mail */
    .pv-form-fields {
        order: 4;
        margin-bottom: 18px;
    }

    /* 4) Upload */
    .pv-upload-card {
        order: 5;
        margin-top: 0;
    }

    /* 5) Bewertung ausblenden */
    .pv-rating-box {
        display: none;
    }

    /* 8) Mehr erfahren ausblenden */
    .pv-cta {
        display: none;
    }

    /* 9) Absenden ganz unten */
    .pv-submit-row {
        order: 6;
        margin-top: 20px;
        justify-content: flex-start;
    }
}


/* Upload-Zone erweitert */
.pv-upload-card__inner {
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.pv-upload-card__inner.is-dragover {
    border-color: #d96f2a;
    background: #f3f3f3;
    box-shadow: 0 0 0 4px rgba(217, 111, 42, 0.12);
}

.pv-upload-card__file {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 0;
    width: 100%;
    max-width: 520px;
}

.pv-upload-card__button {
    min-width: 270px;
    min-height: 72px;
    padding: 14px 30px;
    border: 0;
    border-radius: 999px;
    background: #252323;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    cursor: pointer;
    pointer-events: auto;
}

.pv-upload-card__button:hover,
.pv-upload-card__button:focus {
    background: #111111;
    color: #ffffff;
}

.pv-upload-card__hint {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.35;
    color: #7d7d7d;
}

.pv-upload-card__status {
    min-height: 24px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.35;
    color: #666666;
}

.pv-upload-card__status.is-success {
    color: #3f7f57;
}

.pv-upload-card__status.is-error {
    color: #c24d2c;
}

.pv-upload-card__files {
    width: 100%;
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pv-upload-card__file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 10px 14px;
    border: 1px solid rgba(68, 68, 68, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.75);
    text-align: left;
}

.pv-upload-card__file-meta {
    min-width: 0;
    flex: 1 1 auto;
}

.pv-upload-card__file-name {
    display: block;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    color: #444444;
    word-break: break-word;
}

.pv-upload-card__file-size {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.35;
    color: #7d7d7d;
}

.pv-upload-card__remove {
    flex: 0 0 auto;
    padding: 8px 12px;
    border: 1px solid rgba(68, 68, 68, 0.18);
    border-radius: 999px;
    background: #ffffff;
    color: #444444;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
}

.pv-upload-card__remove:hover,
.pv-upload-card__remove:focus {
    background: #f7f7f7;
}

.pv-upload-card__hidden-inputs {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.pv-upload-card__hidden-inputs .wpcf7-form-control-wrap,
.pv-upload-card__hidden-inputs input[type="file"] {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.pv-upload-card.is-busy .pv-upload-card__button,
.pv-submit-row.is-busy .pv-submit {
    opacity: 0.7;
    cursor: wait;
}

.pv-submit-row .wpcf7-response-output {
    margin-top: 14px;
}

@media (max-width: 767.98px) {
    .pv-upload-card__button {
        width: 100%;
        min-width: 0;
    }

    .pv-upload-card__file-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .pv-upload-card__remove {
        align-self: flex-end;
    }
}