.quote-page {
    background: #ffffff;
}

.quote-hero-premium {
    padding: 42px 0 36px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f7f4 100%);
}

.quote-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
    margin-bottom: 22px;
    color: #777777;
    font-size: 13px;
    font-weight: 800;
}

.quote-breadcrumb a {
    color: #111111;
    text-decoration: none;
}

.quote-breadcrumb i {
    font-size: 10px;
    opacity: 0.45;
}

.quote-hero-panel {
    position: relative;
    overflow: hidden;
    border-radius: 42px;
    padding: 56px clamp(28px, 5vw, 72px);
    background-image: url("../img/devis-hero-bg.png");
    background-size: cover;
    background-position: center;
    box-shadow: 0 34px 110px rgba(0, 0, 0, 0.14);
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.quote-hero-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.14), transparent 30%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.58) 45%, rgba(0, 0, 0, 0.18) 100%);
    z-index: 1;
}

.quote-hero-panel::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 32px;
    z-index: 2;
    pointer-events: none;
}

.quote-hero-content,
.quote-hero-badges {
    position: relative;
    z-index: 3;
}


.quote-hero-kicker {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 14px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    backdrop-filter: blur(12px);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.quote-hero-content h1 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: clamp(50px, 7vw, 71px);
    line-height: 0.86;
    font-weight: 950;
}

.quote-hero-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.72;
}

.quote-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.quote-btn-ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
}

.quote-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.2);
}

.quote-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 54px;
}

.quote-hero-badges span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 13px;
    font-weight: 850;
    backdrop-filter: blur(12px);
}

.quote-form-section {
    padding: 82px 0 92px;
    background:
        radial-gradient(circle at 90% 8%, rgba(0, 0, 0, 0.052), transparent 28%),
        linear-gradient(180deg, #f7f7f4 0%, #ffffff 100%);
}

.quote-form-heading {
    margin: 0 0 34px;
}

.quote-form-heading h2 {
    margin: 0 0 14px;
    color: #111111;
    font-size: clamp(38px, 4.8vw, 72px);
    line-height: 0.9;
    font-weight: 950;
    letter-spacing: -0.08em;
}

.quote-form-heading p {
    margin: 0;
    color: #666666;
    font-size: 17px;
    line-height: 1.68;
}

.quote-layout-clean {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 26px;
    align-items: start;
}

.quote-form-clean {
    display: grid;
    gap: 18px;
}

.quote-clean-card,
.quote-submit-panel,
.quote-side-simple {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 72px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(14px);
}

.quote-clean-card {
    padding: 26px;
}

.quote-clean-title {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.quote-clean-title > span {
    width: 42px;
    height: 42px;
    flex: none;
    border-radius: 16px;
    background: #050505;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 950;
}

.quote-clean-title h3 {
    margin: 0 0 6px;
    color: #111111;
    font-size: 24px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.quote-clean-title p {
    margin: 0;
    color: #777777;
    font-size: 14px;
    line-height: 1.45;
}

.quote-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.quote-row + .quote-row {
    margin-top: 16px;
}

.quote-row-main {
    grid-template-columns: 1.4fr 0.6fr;
}

.quote-form-clean label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #222222;
    font-size: 13px;
    font-weight: 900;
}

.quote-form-clean input,
.quote-form-clean select,
.quote-form-clean textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 15px;
    padding: 16px 17px;
    background: #ffffff;
    color: #111111;
    font: inherit;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.quote-form-clean textarea {
    resize: vertical;
    min-height: 150px;
}

.quote-form-clean input:focus,
.quote-form-clean select:focus,
.quote-form-clean textarea:focus {
    border-color: #111111;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.055);
}

.quote-upload-zone {
    margin-top: 16px;
}

.quote-upload-zone input {
    display: none;
}

.quote-upload-zone span {
    min-height: 128px;
    border: 1px dashed #bdbdb7;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #555555;
    background: #fbfbfa;
    padding: 18px;
    cursor: pointer;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.quote-upload-zone span:hover,
.quote-upload-zone.is-dragover span {
    border-color: #111111;
    background: #f3f3f0;
}

.quote-upload-zone i {
    font-size: 28px;
    color: #111111;
}

.quote-upload-zone strong {
    color: #222222;
    font-weight: 950;
}

.quote-upload-zone small {
    color: #777777;
    font-size: 12px;
}

.quote-submit-panel {
    padding: 24px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.quote-submit-panel strong {
    display: block;
    margin-bottom: 5px;
    color: #111111;
    font-size: 18px;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.quote-submit-panel p {
    max-width: 580px;
    margin: 0;
    color: #777777;
    font-size: 13px;
    line-height: 1.55;
}

.quote-side-simple {
    position: sticky;
    top: 130px;
    padding: 24px;
}

.quote-side-logo {
    padding: 20px;
    border-radius: 22px;
    background: #f5f5f2;
    margin-bottom: 22px;
}

.quote-side-logo img {
    width: 160px;
    height: auto;
}

.quote-side-simple h3 {
    margin: 0 0 10px;
    color: #111111;
    font-size: 25px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.06em;
}

.quote-side-simple p {
    margin: 0;
    color: #666666;
    line-height: 1.62;
    font-size: 14px;
}

.quote-side-links {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

.quote-side-links a {
    min-height: 48px;
    padding: 0 14px;
    border-radius: 16px;
    background: #050505;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
}

.quote-side-note {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    margin-top: 20px;
    padding: 15px;
    border-radius: 18px;
    background: #f5f5f2;
    color: #666666;
    font-size: 13px;
    line-height: 1.45;
}

.quote-side-note i {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: #050505;
    color: #ffffff;
    display: grid;
    place-items: center;
}

.quote-reassurance-clean {
    padding: 0 0 88px;
    background: #ffffff;
}

.quote-reassurance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.quote-reassurance-grid article {
    padding: 28px;
    border-radius: 28px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
    box-shadow: 0 18px 58px rgba(0, 0, 0, 0.065);
}

.quote-reassurance-grid i {
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: #050505;
    color: #ffffff;
    font-size: 20px;
}

.quote-reassurance-grid h3 {
    margin: 0 0 8px;
    color: #111111;
    font-size: 22px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.quote-reassurance-grid p {
    margin: 0;
    color: #666666;
    line-height: 1.6;
    font-size: 14px;
}

@media (max-width: 1180px) {
    .quote-layout-clean {
        grid-template-columns: 1fr;
    }

    .quote-side-simple {
        position: static;
    }
}

@media (max-width: 860px) {
    .quote-hero-panel {
        min-height: 520px;
        border-radius: 30px;
    }

    .quote-hero-panel::after {
        inset: 12px;
        border-radius: 22px;
    }

    .quote-hero-content h1 {
        font-size: clamp(42px, 14vw, 62px);
    }

    .quote-hero-content p {
        font-size: 16px;
    }

    .quote-hero-actions .mj-btn {
        width: 100%;
    }

    .quote-row,
    .quote-row-main,
    .quote-reassurance-grid {
        grid-template-columns: 1fr;
    }

    .quote-clean-card,
    .quote-submit-panel,
    .quote-side-simple {
        border-radius: 24px;
    }

    .quote-submit-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .quote-submit-panel .mj-submit-btn {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .quote-hero-premium {
        padding-top: 30px;
    }

    .quote-hero-panel {
        padding: 26px;
        min-height: 560px;
        background-position: center right;
    }

    .quote-hero-panel::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.64) 55%, rgba(0, 0, 0, 0.42) 100%);
    }

    .quote-hero-badges {
        margin-top: 34px;
    }

    .quote-clean-card,
    .quote-side-simple {
        padding: 20px;
    }

    .quote-form-section {
        padding: 62px 0 70px;
    }

    .quote-reassurance-clean {
        padding-bottom: 62px;
    }
}