/* PCR STAGE 12A - PREMIUM QUOTE FOUNDATION */

body.pcr-quote-page {
    background: #f3f5f6;
}

.pcr-quote-premium-shell {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(186,18,0,.22), transparent 32%),
        linear-gradient(120deg, #031927 0%, #06283a 58%, #241116 100%);
    color: #fff;
}

.pcr-quote-premium-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .08;
    background-image:
        linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
    background-size: 42px 42px;
}

.pcr-quote-premium-shell__inner {
    position: relative;
    z-index: 1;
    max-width: 1216px;
    margin: 0 auto;
    padding: 64px 20px 58px;
    display: grid;
    gap: 32px;
}

.pcr-quote-premium-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    padding: 8px 13px;
    color: #d9e3e8;
    font-size: .74rem;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .16em;
}

.pcr-quote-premium-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ef3b2d;
}

.pcr-quote-premium-title {
    max-width: 760px;
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: .98;
    letter-spacing: -.045em;
    font-weight: 950;
}

.pcr-quote-premium-title span {
    color: #ef3b2d;
}

.pcr-quote-premium-copy {
    max-width: 720px;
    margin: 22px 0 0;
    color: #c9d6dd;
    font-size: 1.08rem;
    line-height: 1.72;
}

.pcr-quote-premium-trust {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pcr-quote-premium-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 12px;
    background: rgba(255,255,255,.06);
    padding: 10px 12px;
    color: #e6edf1;
    font-size: .82rem;
    font-weight: 800;
}

.pcr-quote-premium-chip svg {
    width: 18px;
    height: 18px;
    flex: none;
    color: #ef3b2d;
}

.pcr-quote-progress-card {
    align-self: end;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 22px;
    background: rgba(1,13,21,.58);
    box-shadow: 0 22px 70px rgba(0,0,0,.22);
    backdrop-filter: blur(12px);
    padding: 22px;
}

.pcr-quote-progress-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.pcr-quote-progress-card__eyebrow {
    margin: 0;
    color: #ff9a91;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.pcr-quote-progress-card__value {
    color: #fff;
    font-size: .82rem;
    font-weight: 900;
}

.pcr-quote-progress-track {
    height: 8px;
    margin-top: 14px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
}

.pcr-quote-progress-bar {
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: #ef3b2d;
    transition: width .25s ease;
}

.pcr-quote-progress-steps {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.pcr-quote-progress-step {
    min-width: 0;
    color: #8ea4b2;
    font-size: .68rem;
    font-weight: 800;
    line-height: 1.25;
}

.pcr-quote-progress-step strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: .72rem;
}

.pcr-quote-progress-step.is-active,
.pcr-quote-progress-step.is-complete {
    color: #dce6eb;
}

.pcr-quote-progress-step.is-active strong,
.pcr-quote-progress-step.is-complete strong {
    color: #ff877d;
}

.pcr-quote-page-intro {
    max-width: 1216px;
    margin: 0 auto;
    padding: 34px 20px 10px;
}

.pcr-quote-page-intro__grid {
    display: grid;
    gap: 14px;
}

.pcr-quote-info-card {
    border: 1px solid #dfe5e8;
    border-radius: 18px;
    background: #fff;
    padding: 18px;
    box-shadow: 0 8px 24px rgba(3,25,39,.04);
}

.pcr-quote-info-card__icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #fff0ee;
    color: #ba1200;
    font-weight: 950;
}

.pcr-quote-info-card h3 {
    margin: 13px 0 4px;
    color: #031927;
    font-size: .96rem;
    font-weight: 900;
}

.pcr-quote-info-card p {
    margin: 0;
    color: #647480;
    font-size: .86rem;
    line-height: 1.55;
}

form.pcr-quote-form {
    max-width: 980px;
    margin: 28px auto 72px;
    border: 1px solid #dfe5e8;
    border-radius: 28px;
    background: #fff;
    padding: clamp(20px, 4vw, 38px);
    box-shadow: 0 20px 70px rgba(3,25,39,.10);
}

form.pcr-quote-form label {
    color: #031927;
    font-weight: 850;
}

form.pcr-quote-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
form.pcr-quote-form select,
form.pcr-quote-form textarea {
    width: 100%;
    min-height: 50px;
    border: 1px solid #ccd7dd;
    border-radius: 12px;
    background: #fff;
    color: #031927;
    padding: 11px 13px;
    transition: border-color .15s ease, box-shadow .15s ease;
}

form.pcr-quote-form textarea {
    min-height: 130px;
}

form.pcr-quote-form input:focus,
form.pcr-quote-form select:focus,
form.pcr-quote-form textarea:focus {
    outline: none;
    border-color: #ba1200;
    box-shadow: 0 0 0 4px rgba(186,18,0,.10);
}

form.pcr-quote-form button[type="submit"],
form.pcr-quote-form input[type="submit"] {
    min-height: 52px;
    border: 0;
    border-radius: 13px;
    background: #ba1200;
    color: #fff;
    padding: 13px 22px;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(186,18,0,.22);
}

form.pcr-quote-form button[type="submit"]:hover,
form.pcr-quote-form input[type="submit"]:hover {
    background: #9d1000;
}

.pcr-quote-file-zone {
    position: relative;
    border: 2px dashed #c9d5db;
    border-radius: 18px;
    background: #f8fafb;
    padding: 20px;
    transition: border-color .15s ease, background .15s ease;
}

.pcr-quote-file-zone.is-dragging {
    border-color: #ba1200;
    background: #fff5f3;
}

.pcr-quote-file-zone__title {
    color: #031927;
    font-size: .92rem;
    font-weight: 900;
}

.pcr-quote-file-zone__hint {
    margin-top: 4px;
    color: #70818d;
    font-size: .8rem;
    line-height: 1.45;
}

.pcr-quote-file-zone input[type="file"] {
    margin-top: 12px;
    width: 100%;
}

.pcr-quote-file-count {
    margin-top: 8px;
    color: #ba1200;
    font-size: .78rem;
    font-weight: 850;
}

.pcr-quote-required-note {
    max-width: 980px;
    margin: -54px auto 68px;
    padding: 0 20px;
    color: #73838d;
    font-size: .8rem;
    text-align: center;
}

@media (min-width: 860px) {
    .pcr-quote-premium-shell__inner {
        grid-template-columns: minmax(0, 1.45fr) minmax(320px, .8fr);
        align-items: end;
        padding-top: 78px;
        padding-bottom: 72px;
    }

    .pcr-quote-page-intro__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .pcr-quote-premium-shell__inner {
        padding-top: 44px;
        padding-bottom: 42px;
    }

    .pcr-quote-progress-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    form.pcr-quote-form {
        margin-left: 14px;
        margin-right: 14px;
        border-radius: 22px;
    }
}
