.quote-box {
    position: relative;
    background: #dfe5eb;
    padding: 6px;
}

.quote-box::before {
    content: "Takes just 2 minutes!";
    position: absolute;
    z-index: 2;
    top: -15px;
    right: 10px;
    padding: 8px 17px 8px 14px;
    color: #fff;
    background: #f57922;
    clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 50%, 100% 100%, 0 100%, 8px 50%);
    font: 800 0.76rem/1.15 var(--display);
    letter-spacing: 0.01em;
    white-space: nowrap;
    box-shadow: 0 5px 14px rgba(7, 21, 38, 0.18);
}

.quote-page-form {
    padding: 30px 6px;
    background: #dfe5eb;
}

.quote-page-form .quote-box {
    width: 100%;
    max-width: none;
}

.form-target,
.form-target iframe {
    min-height: 560px !important;
}

.form-preview {
    min-height: 548px;
}

@media (max-width: 860px) {
    .quote-page-copy > p {
        display: none;
    }

    .quote-page-form {
        order: 0;
        padding: 24px 6px 40px;
    }

    .home-hero .quote-box {
        order: 0;
    }

    .home-hero .hero-actions,
    .home-hero .hero-proof,
    .signal-strip {
        display: none;
    }

    .quote-box::before {
        right: 6px;
        font-size: 0.7rem;
    }
}
