:root {
    --quote-journey-bg: #f0f0f0;
    --quote-journey-ink: #111c1d;
    --quote-journey-ink-dark: #111c1d;
    --quote-journey-ink-muted: #343c3d;
    --quote-journey-ink-subtle: #757575;
    --quote-journey-surface: #ffffff;
    --quote-journey-border: #e6e6e6;
    --quote-journey-input-border: #cccccc;
    --quote-journey-accent: #2c7baf;
    --quote-journey-accent-dark: #143952;
    --quote-journey-accent-hero: #2997a3;
    --quote-journey-chip: #fafafa;
    --quote-journey-divider: #f0f0f0;
    --quote-journey-icon-bg: #d9d9d9;
    --quote-journey-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.quote-journey {
    min-height: 100vh;
    position: relative;
    background-color: var(--quote-journey-bg);
}

.quote-journey__hero {
    position: absolute;
    inset: 0 0 auto 0;
    height: 483px;
    background: linear-gradient(180deg, var(--quote-journey-accent-dark) 0%, var(--quote-journey-accent-hero) 100%);
    z-index: 0;
}

.quote-journey__shell {
    max-width: 776px;
    margin: 0 auto;
    padding: 0 16px;
}

.quote-journey__header {
    position: relative;
    z-index: 1;
    padding: 100px 0 12px;
}

    .quote-journey__header .quote-journey__shell {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }

        .quote-journey__header .quote-journey__shell.quote-journey__shell--help-only {
            justify-content: flex-end;
        }

.quote-journey__title {
    margin: 0;
    color: #99dee6;
    font-family: Figtree-Bold, Figtree-Regular, sans-serif;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: normal;
    text-transform: uppercase;
    max-width: 900px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.quote-journey__title-icon {
    width: 1em;
    height: 1em;
    object-fit: contain;
    filter: invert(89%) sepia(14%) saturate(436%) hue-rotate(144deg) brightness(93%) contrast(88%);
}

.quote-journey__help {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.92rem;
    color: #ffffff;
    flex-wrap: wrap;
}

    .quote-journey__help i {
        color: #99dee6;
        font-size: 1.05rem;
    }

    .quote-journey__help a {
        color: #ffffff;
        font-weight: 600;
        text-decoration: none;
    }

.quote-journey__main {
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    .quote-journey__title {
        font-size: 0.72rem;
        letter-spacing: normal;
    }

    .quote-journey__help {
        width: 100%;
        align-self: stretch;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 4px;
        text-align: left;
    }

    .quote-journey__header .quote-journey__shell.quote-journey__shell--help-only {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

    .quote-journey__shell.quote-journey__shell--help-only .quote-journey__help {
        width: auto;
        align-self: auto;
        justify-content: flex-end;
        flex-direction: row;
        text-align: right;
    }
}

.quote-card {
    background-color: var(--quote-journey-surface);
    border-radius: 5px;
    box-shadow: var(--quote-journey-shadow);
    padding: 28px;
    margin-top: 0;
}

.quote-card__title {
    font-size: 2rem;
    font-family: Figtree-Bold, Figtree-Regular, sans-serif;
    margin: 12px 0 6px;
}

.quote-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    color: var(--quote-journey-ink-muted);
    font-size: 1.4rem;
    font-weight: 1000;
    margin-bottom: 18px;
}

    .quote-card__meta > span:last-child {
        font-size: 1rem;
        font-weight: 400;
        color: var(--quote-journey-ink-subtle);
    }

.quote-card__meta-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: Figtree-Bold, Figtree-Regular, sans-serif;
    font-weight: 700;
}

.quote-card__meta-icon {
    width: 1.3em;
    height: 1.3em;
    object-fit: contain;
    filter: invert(62%) sepia(14%) saturate(497%) hue-rotate(145deg) brightness(92%) contrast(88%);
}

.quote-card__description {
    color: var(--quote-journey-ink-muted);
    font-family: Figtree-Regular, Figtree-Bold, sans-serif;
    font-weight: 400;
}

.quote-success-page {
    background-color: #e8edf1;
}

.quote-success__hero-image {
    object-position: center;
}

.quote-success__hero::before {
    background: linear-gradient(90deg, rgba(11, 43, 61, 0.76) 0%, rgba(11, 43, 61, 0.52) 48%, rgba(11, 43, 61, 0.14) 100%);
}

.quote-success__hero-content {
    max-width: 640px;
}

.quote-success__hero-title {
    margin-bottom: 0.7rem;
}

.quote-success__hero-subtitle {
    max-width: 560px;
}

.quote-success__section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.quote-success__content-column {
    padding-right: 1.5rem;
}

.quote-success__content-title {
    margin: 0 0 16px;
    font-size: 2rem;
    line-height: 1.25;
    color: #143952;
    font-family: Figtree-Bold, Figtree-Regular, sans-serif;
}

.quote-success__content-text {
    margin: 0 0 18px;
    color: #334149;
    line-height: 1.72;
    font-size: 1.06rem;
}

.quote-success__contact-card {
    border-radius: 8px;
    background-color: #1d5072;
    color: #ffffff;
    padding: 22px 24px;
    height: 100%;
}

.quote-success__reference-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.78);
    font-family: Figtree-Bold, Figtree-Regular, sans-serif;
    margin-bottom: 6px;
    display: block;
}

.quote-success__reference-value {
    color: #ffffff;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    margin-bottom: 18px;
    display: block;
}

.quote-success__hurry-title {
    margin: 0 0 8px;
    font-size: 1.1rem;
    color: #ffffff;
    font-family: Figtree-Bold, Figtree-Regular, sans-serif;
}

.quote-success__hurry-text {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.6;
}

.quote-success__phone-link {
    display: inline-block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.35rem;
    font-family: Figtree-Bold, Figtree-Regular, sans-serif;
    text-decoration: none;
}

    .quote-success__phone-link:hover,
    .quote-success__phone-link:focus {
        color: #ffffff;
        text-decoration: underline;
    }

.quote-success__hours {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.55;
}

.quote-section {
    padding: 18px 0;
    border-top: 1px solid var(--quote-journey-border);
}

    .quote-section:first-of-type {
        border-top: none;
        /*padding-top: 0;*/
    }

.quote-section__title {
    font-size: 0.8rem;
    font-family: Figtree-Bold, Figtree-Regular, sans-serif;
    margin-bottom: 12px;
    color: var(--quote-journey-ink-subtle);
    text-transform: uppercase;
}

.quote-field {
    margin-bottom: 40px;
    font-size: 1rem;
}

.quote-field--policy-start-date {
    margin-top: 16px;
}

.quote-field__label-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 4px;
    line-height: 1.2;
}

.quote-field__info-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    object-fit: contain;
    filter: invert(36%) sepia(38%) saturate(885%) hue-rotate(167deg) brightness(96%) contrast(89%);
}

.quote-field__info-button {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .quote-field__info-button:focus-visible {
        outline: 2px solid var(--quote-journey-accent);
        outline-offset: 2px;
        border-radius: 4px;
    }

.quote-field__info-box {
    border: 2px solid #9cc9e7;
    border-radius: 10px;
    padding: 8px 10px;
    margin: 0 0 12px;
    background-color: #f5fbff;
    color: var(--quote-journey-ink);
    font-size: 0.8rem;
}

    .quote-field__info-box strong {
        display: block;
        margin-bottom: 6px;
    }

    .quote-field__info-box p {
        margin: 0;
    }

    .quote-field__info-box ul {
        margin: 0 0 12px 18px;
    }

    .quote-field__info-box li {
        margin: 0 0 4px;
    }

.quote-address-fields .quote-field,
.quote-field--address-lookup {
    margin-bottom: 6px;
}

.quote-address-fields {
    border: 2px solid var(--quote-journey-border);
    border-radius: 6px;
    padding: 12px;
}

.quote-address-fields__label {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--quote-journey-ink-subtle);
    margin-bottom: 8px;
}

.quote-address-summary {
    border: 2px solid var(--quote-journey-border);
    border-radius: 6px;
    padding: 12px;
    margin-top: 8px;
    background-color: #fff;
}

    .quote-address-summary .quote-address-fields__label {
        color: #143952;
    }

.quote-address-summary__lines {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 8px;
}

.quote-address-summary__line {
    font-size: 0.95rem;
    color: var(--quote-journey-ink);
    line-height: 1.35;
}

.quote-address-summary__edit {
    margin-top: 4px;
}

    .quote-address-summary__edit .quote-link-button {
        font-family: "Figtree", "Figtree-Bold", system-ui, sans-serif;
        font-weight: 700;
        font-size: 0.8rem;
        color: #256793;
    }

.quote-address-summary__edit-icon {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    vertical-align: text-bottom;
    object-fit: contain;
}

    .quote-address-summary__edit-icon path {
        fill: currentColor;
    }

.quote-address-fields__finder {
    margin-top: 10px;
}

    .quote-address-fields__finder .quote-link-button,
    #address-manual-toggle,
    #home-address-manual-toggle {
        font-family: "Figtree", "Figtree-Bold", system-ui, sans-serif;
        font-weight: 700;
        font-size: 0.8rem;
        color: #256793;
    }

#address-manual-toggle,
#home-address-manual-toggle {
    margin-top: 8px;
    display: inline-block;
}

.quote-address-fields__finder .quote-link-button {
    font-family: "Figtree", "Figtree-Bold", system-ui, sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    color: #256793;
}

.quote-field--address-lookup {
    position: relative;
}

.address-lookup-shell,
.autocomplete-shell {
    position: relative;
}

.address-lookup-panel,
.autocomplete-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 5;
    padding: 10px 0;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(44, 123, 175, 0.3);
    box-shadow: 0 20px 40px rgba(19, 52, 73, 0.25);
    backdrop-filter: blur(12px);
    transform: translateY(6px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

    .address-lookup-panel:not(.is-hidden),
    .autocomplete-panel:not(.is-hidden) {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.address-lookup-panel__list,
.autocomplete-panel__list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 260px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(44, 123, 175, 0.4) transparent;
}

    .address-lookup-panel__list::-webkit-scrollbar,
    .autocomplete-panel__list::-webkit-scrollbar {
        width: 6px;
    }

    .address-lookup-panel__list::-webkit-scrollbar-thumb,
    .autocomplete-panel__list::-webkit-scrollbar-thumb {
        background-color: rgba(44, 123, 175, 0.35);
        border-radius: 999px;
    }

.address-lookup-panel__item + .address-lookup-panel__item,
.autocomplete-panel__item + .autocomplete-panel__item {
    margin-top: 2px;
}

.address-lookup-panel__button,
.autocomplete-panel__button {
    width: 100%;
    text-align: left;
    padding: 8px;
    border: none;
    background: transparent;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s ease, transform 0.2s ease;
    box-sizing: border-box;
}

    .address-lookup-panel__button:hover,
    .address-lookup-panel__button:focus-visible,
    .autocomplete-panel__button:hover,
    .autocomplete-panel__button:focus-visible {
        background: rgba(44, 123, 175, 0.08);
    }

    .address-lookup-panel__button.is-highlighted,
    .autocomplete-panel__button.is-highlighted {
        background: rgba(44, 123, 175, 0.15);
    }

.quote-field__row {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    flex-wrap: wrap;
}

.quote-field__row--purchase {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 16px;
    align-items: start;
}

.quote-field__cell--purchase-meta {
    grid-column: 1 / -1;
    grid-row: 1;
}

.quote-field__cell--purchase-input {
    grid-column: 1;
    grid-row: 2;
}

.quote-field--purchase {
    width: 100%;
}

.quote-field__purchase-checkbox {
    display: flex;
    align-items: center;
    height: 52px;
}

.quote-field__purchase-checkbox--stacked {
    display: block;
    height: auto;
    margin-top: 8px;
}

.quote-field__purchase-checkbox .quote-checkbox--inline {
    margin-top: 0;
    margin-bottom: 0;
}

    .quote-field__purchase-checkbox .quote-checkbox--inline input {
        margin-top: 0;
    }

@media (max-width: 768px) {
    .quote-field__row--purchase {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }

    .quote-field__cell--purchase-input {
        grid-column: 1;
    }
}

.quote-field__cell {
    flex: 1 1 320px;
}

.quote-field__row--date-parts {
    gap: 6px;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

    .quote-field__row--date-parts .quote-field__cell {
        flex: 0 0 auto;
        width: 72px;
    }

        .quote-field__row--date-parts .quote-field__cell:not(.quote-field__cell--date-parts-year) .quote-input {
            max-width: 76px;
        }

    .quote-field__row--date-parts .quote-field__cell--date-parts-year {
        flex: 0 0 auto;
        width: 100px;
    }

.quote-checkbox--inline {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
    font-weight: 600;
    color: var(--quote-journey-ink);
}

    .quote-checkbox--inline input {
        margin: 0;
    }

.quote-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--quote-journey-ink);
}

    .quote-field label.quote-option {
        display: inline-flex;
        align-items: center;
        margin-bottom: 0;
    }

.quote-field__label-row label {
    margin-bottom: 0;
    line-height: 1.2;
}

.quote-field__hint {
    font-size: 0.9rem;
    color: var(--quote-journey-ink-subtle);
    margin-bottom: 12px;
}

.quote-field__hint--exclude {
    display: flex;
    align-items: center;
    gap: 8px;
}

.quote-field__hint-exclude-icon {
    color: #b42318;
    font-weight: 700;
    line-height: 1;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.quote-field__validation--purchase {
    display: block;
    width: 100%;
    margin-top: 4px;
}

.quote-field .text-danger,
.quote-field .field-validation-error {
    display: block;
    margin-top: 8px;
    color: #b42318 !important;
    font-weight: 600;
}

    .quote-field .text-danger:empty,
    .quote-field .field-validation-error:empty {
        display: none;
    }

.quote-text--caps {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--quote-journey-ink-subtle);
}

.quote-link-button {
    background: none;
    border: none;
    padding: 0;
    color: var(--quote-journey-ink);
    font-weight: 600;
    cursor: pointer;
}

    .quote-link-button:hover {
        text-decoration: underline;
    }
/*
.quote-journey input,
.quote-journey select,
.quote-journey textarea {
    max-width: 50%;
}*/

.quote-input,
.quote-select,
.quote-textarea {
    width: 100%;
    border-radius: 6px;
    border: 1px solid var(--quote-journey-input-border);
    padding: 10px 12px;
    font-size: 1rem;
}

    .quote-input::placeholder,
    .quote-textarea::placeholder {
        color: var(--quote-journey-ink-subtle);
    }

.quote-input,
.quote-select {
    min-height: 52px;
}

.quote-textarea {
    min-height: 100px;
    resize: vertical;
}

.quote-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.quote-currency-input {
    position: relative;
    width: 100%;
    max-width: 320px;
}

.quote-input--currency {
    padding-left: 36px;
}

.quote-currency-input__symbol {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--quote-journey-ink-subtle);
    font-weight: 600;
    pointer-events: none;
}

.quote-unit-input {
    position: relative;
    width: 100%;
    max-width: 320px;
}

    .quote-unit-input .quote-input {
        max-width: 100%;
    }

.quote-input--unit {
    padding-right: 42px;
}

.quote-unit-input__suffix {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--quote-journey-ink-subtle);
    font-weight: 600;
    pointer-events: none;
    z-index: 2;
}

.quote-unit-input--years .quote-input--unit {
    padding-right: 84px;
}

.quote-unit-input--years .quote-unit-input__suffix {
    right: 40px;
}

.quote-option {
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px 16px;
    background-color: var(--quote-journey-surface);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    min-height: 52px;
    white-space: nowrap;
    flex: 0 0 auto;
}

    .quote-option input[type="radio"] {
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px solid #7a7a7a;
        background-color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        margin: 0 10px 0 0;
        align-self: center;
        transition: border-color 0.2s ease, background-color 0.2s ease, border-width 0.2s ease;
    }

    .quote-option > span:not(.quote-option__icon):not(.quote-option__lock-text) {
        display: inline-flex;
        align-items: center;
        line-height: 1;
    }

    .quote-option:has(input[type="radio"]:checked) {
        background-color: var(--quote-journey-accent-dark);
        border-color: var(--quote-journey-accent-dark);
        box-shadow: none;
        color: #ffffff;
    }

        .quote-option:has(input[type="radio"]:checked) input[type="radio"] {
            border-color: #ffffff;
            border-width: 3px;
            background-color: transparent;
        }

        .quote-option:has(input[type="radio"]:checked) .quote-option__text,
        .quote-option:has(input[type="radio"]:checked) .quote-option__desc,
        .quote-option:has(input[type="radio"]:checked) span {
            color: #ffffff;
        }

    .quote-option:not(:has(input[type="radio"]:checked)):hover {
        border-color: var(--quote-journey-accent);
        box-shadow: 0 2px 6px rgba(44, 123, 175, 0.2);
    }

.quote-card--quote-type .quote-option:has(input[type="radio"]:checked) .quote-option__icon img {
    filter: brightness(0) invert(1);
}

.quote-option--wide {
    flex: 1 0 100%;
}

@media (max-width: 768px) {
    .quote-field .quote-options > .quote-option:not(.quote-option--lock) {
        white-space: normal;
        flex: 1 1 220px;
        min-width: 0;
        display: grid;
        grid-template-columns: 20px minmax(0, 1fr);
        align-items: center;
        column-gap: 12px;
    }

        .quote-field .quote-options > .quote-option:not(.quote-option--lock) > span:not(.quote-option__icon):not(.quote-option__lock-text) {
            display: block;
            min-width: 0;
            line-height: 1.35;
        }

        .quote-field .quote-options > .quote-option:not(.quote-option--lock) input[type="radio"] {
            margin: 0;
        }
}

.quote-checkbox {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px;
}

.quote-field label.quote-checkbox {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px;
}

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

.quote-checkbox--detail {
    align-items: flex-start;
    background-color: var(--quote-journey-surface);
    border: 2px solid var(--quote-journey-border);
    border-radius: 6px;
    flex-wrap: nowrap;
    margin-bottom: 18px;
    padding: 14px 16px;
}

    .quote-checkbox--detail input {
        align-self: center;
        display: block;
        flex: 0 0 auto;
        margin-top: 0;
    }

.quote-checkbox__icon {
    width: 80px;
    height: 80px;
    border-radius: 18px;
    background-color: var(--quote-journey-chip);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex: 0 0 auto;
}

    .quote-checkbox__icon img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

.quote-checkbox__content {
    display: block;
    flex: 1 1 auto;
}

    .quote-checkbox__content .quote-options {
        margin-top: 6px;
    }

.quote-checkbox__title {
    display: block;
    font-weight: 600;
    color: var(--quote-journey-ink);
}

.quote-checkbox__hint {
    display: block;
    margin-top: 6px;
    color: var(--quote-journey-ink-subtle);
    font-size: 0.95rem;
}

.quote-checkbox__list {
    margin: 8px 0 0;
    padding-left: 20px;
    font-weight: 400;
    color: var(--quote-journey-ink-subtle);
    font-size: 0.95rem;
}

    .quote-checkbox__list li + li {
        margin-top: 4px;
    }

.quote-field__purchase-checkbox .quote-checkbox--inline {
    align-items: center;
    margin-bottom: 0;
}

    .quote-field__purchase-checkbox .quote-checkbox--inline input {
        margin-top: 0;
    }

@media (min-width: 768px) {
    .quote-checkbox--detail {
        gap: 36px;
    }
}

@media (max-width: 540px) {
    .quote-checkbox__icon {
        width: 65px;
        height: 65px;
        border-radius: 15px;
    }

        .quote-checkbox__icon img {
            width: 48px;
            height: 48px;
        }
}

.quote-actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.quote-address-fields.is-hidden {
    display: none;
}

.quote-field__info-box.is-hidden {
    margin-bottom: 0;
}

.is-hidden {
    display: none;
}

.quote-button {
    border: none;
    background-color: var(--quote-journey-accent);
    color: #ffffff;
    padding: 0 32px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 64px;
    min-width: 141px;
    position: relative;
}

    .quote-button.is-hidden {
        display: none;
    }

.quote-button__icon {
    width: 18px;
    height: 18px;
}

.quote-button[data-arrow="right"] {
    padding-right: 52px;
}

    .quote-button[data-arrow="right"]::after {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("/lib/material-icons/arrow_right_alt.svg");
        background-repeat: no-repeat;
        background-size: contain;
        filter: brightness(0) invert(1);
    }

.quote-button--ghost {
    background-color: transparent;
    color: var(--quote-journey-ink);
    border: 2px solid var(--quote-journey-border);
    padding: 0 24px 0 48px;
    min-height: 64px;
    min-width: 141px;
    border-radius: 5px;
    position: relative;
}

    .quote-button--ghost:hover {
        text-decoration: underline;
    }

    .quote-button--ghost::before {
        content: "";
        position: absolute;
        left: 18px;
        top: 50%;
        width: 18px;
        height: 18px;
        transform: translateY(-50%);
        background-image: url("/lib/material-icons/arrow_left_alt.svg");
        background-repeat: no-repeat;
        background-size: contain;
        filter: none;
    }

.quote-button--ghost-noicon {
    padding-left: 24px;
}

    .quote-button--ghost-noicon::before {
        display: none;
    }

.quote-input--readonly {
    background-color: #f2f5f7;
    border-color: var(--quote-journey-divider);
    color: var(--quote-journey-ink-muted);
}

.claim-add {
    align-self: flex-start;
    min-height: 54px;
    background-color: #2997A3;
    border-color: #2997A3;
    color: #ffffff;
    font-size: 0.9rem;
}

    .claim-add.quote-button--ghost {
        background-color: #2997A3;
        border-color: #2997A3;
        color: #ffffff;
    }

.claim-card-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}

.claim-card {
    max-width: 100%;
}

.claim-form__title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--quote-journey-ink);
    margin-bottom: 16px;
}

.claim-form__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

    .claim-form__actions .quote-button {
        min-height: 54px;
        height: 54px;
        font-size: 0.9rem;
    }

.valuable-items-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.quote-summary-card {
    border: 1px solid #cfe2ea;
    border-radius: 5px;
    background-color: #f1f7fa;
    box-shadow: var(--quote-journey-shadow);
    padding: 16px 18px;
    width: 100%;
    max-width: 50%;
}

.quote-summary-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.quote-summary-card__title {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--quote-journey-ink);
    text-transform: uppercase;
}

.quote-summary-card__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #d7e6ee;
}

.quote-summary-card__action {
    border: none;
    background: none;
    color: #1b6d7a;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.quote-summary-card__action-icon {
    width: 16px;
    height: 16px;
    filter: invert(35%) sepia(16%) saturate(1152%) hue-rotate(145deg) brightness(96%) contrast(92%);
}

.quote-summary-card__action--remove {
    color: #5b6d72;
    margin-left: auto;
}

.quote-summary-card__body {
    display: grid;
    gap: 4px;
}

.quote-summary-card__row {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 10px;
    align-items: baseline;
    font-size: 0.95rem;
}

.quote-summary-card__label {
    color: var(--quote-journey-ink-subtle);
    letter-spacing: normal;
    line-height: 1.5;
    font-size: 0.9rem;
    font-weight: 700;
}

.quote-summary-card__value {
    color: var(--quote-journey-ink);
    line-height: 1.5;
    font-size: 0.95rem;
    font-weight: 600;
}

.valuable-item-form {
    margin-top: 20px;
}

.valuable-item-form__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

    .valuable-item-form__actions .quote-button {
        min-height: 48px;
        min-width: 141px;
        height: 48px;
        font-size: 0.9rem;
    }

.claim-add.quote-button--ghost::before {
    display: none;
}

.claim-add.quote-button--ghost {
    padding-left: 24px;
}

.quote-progress {
    margin-top: 24px;
    background-color: var(--quote-journey-surface);
    border-radius: 5px;
    box-shadow: var(--quote-journey-shadow);
    overflow: hidden;
}

.quote-progress__title {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    font-weight: 700;
    color: var(--quote-journey-ink-muted);
    background-color: var(--quote-journey-chip);
    padding: 12px 18px;
    border-bottom: 1px solid var(--quote-journey-divider);
}

.quote-progress__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quote-progress__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border-bottom: 1px solid var(--quote-journey-divider);
    background-color: transparent;
}

    .quote-progress__item.is-current {
        background-color: var(--quote-journey-chip);
    }

    .quote-progress__item.is-upcoming {
        color: var(--quote-journey-ink-muted);
    }

.quote-progress__icon {
    width: 24px;
    height: 24px;
    border: none;
    display: grid;
    place-items: center;
    font-size: 0.9rem;
}

    .quote-progress__icon img {
        width: 24px;
        height: 24px;
        object-fit: contain;
        filter: invert(62%) sepia(14%) saturate(497%) hue-rotate(145deg) brightness(92%) contrast(88%);
    }

.quote-progress__text {
    font-weight: 600;
    font-size: 0.9rem;
    flex: 1;
    line-height: 1.2;
    align-self: center;
}

.quote-progress__item.is-upcoming .quote-progress__icon img,
.quote-progress__item.is-upcoming .quote-progress__text {
    opacity: 0.5;
}

.quote-progress__status {
    width: 16px;
    height: 16px;
    display: grid;
    place-items: center;
    margin-left: 8px;
}

    .quote-progress__status img {
        width: 14px;
        height: 14px;
        object-fit: contain;
    }

.quote-progress__edit {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--quote-journey-ink-subtle);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .quote-progress__edit:hover {
        text-decoration: underline;
    }

    .quote-progress__edit img {
        width: 14px;
        height: 14px;
        object-fit: contain;
        filter: brightness(0) saturate(100%) invert(36%) sepia(9%) saturate(889%) hue-rotate(168deg) brightness(95%) contrast(90%);
    }

@media (max-width: 768px) {
    .quote-card {
        padding: 22px;
    }

    .quote-card__title {
        font-size: 1.6rem;
    }

    .quote-journey__header .quote-journey__shell {
        flex-direction: column;
        align-items: flex-start;
    }

    .quote-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .quote-card--quote-type .quote-options {
        grid-template-columns: 1fr;
    }

    .quote-card--quote-type .quote-type-intro {
        margin-bottom: 24px;
    }

    .quote-card--quote-type .quote-type-intro__title {
        font-size: 2rem;
        margin-bottom: 12px;
    }

    .quote-card--quote-type .quote-type-intro__paragraph,
    .quote-card--quote-type .quote-type-intro__phone {
        font-size: 1rem;
        line-height: 1.5;
    }

    .quote-card--quote-type .quote-type-question__title {
        font-size: 1.75rem;
        margin-bottom: 18px;
    }

    .quote-success__hero-content {
        max-width: 100%;
    }

    .quote-success__hero-title {
        font-size: 2rem;
    }

    .quote-success__hero-subtitle {
        font-size: 1.05rem;
    }

    .quote-success__content-column {
        padding-right: 0;
    }

    .quote-success__content-title {
        font-size: 1.6rem;
    }

    .quote-success__content-text {
        font-size: 1rem;
    }

    .quote-success__contact-card {
        padding: 18px;
    }
}

@media (max-width: 540px) {
    .quote-card--quote-type .quote-options {
        grid-template-columns: 1fr;
    }

    .quote-journey input,
    .quote-journey select,
    .quote-journey textarea {
        max-width: 100%;
    }

    .quote-summary-card {
        max-width: 100%;
    }

    .quote-option--lock .quote-option__icon {
        width: 72px;
        height: 72px;
        border-radius: 12px;
    }

        .quote-option--lock .quote-option__icon img {
            width: 56px;
            height: 56px;
        }

    .quote-card--quote-type .quote-type-intro__title {
        font-size: 1.78rem;
        line-height: 1.2;
    }

    .quote-card--quote-type .quote-type-question__title {
        font-size: 1.5rem;
        line-height: 1.3;
    }
}

.quote-rebuild-help {
    border: 2px solid var(--quote-journey-border);
    border-radius: 6px;
    background-color: #ffffff;
    padding: 12px 16px;
    display: grid;
    gap: 8px;
}

.quote-help-details__title {
    margin-bottom: 6px;
    font-size: 1.1rem;
    font-family: Figtree-Regular, sans-serif;
    font-weight: 400;
    color: var(--quote-journey-accent);
    text-transform: none;
}

.quote-rebuild-help__content {
    padding: 8px 0 4px 32px;
    color: var(--quote-journey-ink-subtle);
    font-size: 0.92rem;
    line-height: 1.4;
}

    .quote-rebuild-help__content p {
        margin: 0 0 8px;
    }

        .quote-rebuild-help__content p:last-child {
            margin-bottom: 0;
        }

    .quote-rebuild-help__content h3,
    .quote-rebuild-help__content h4 {
        font-size: 1rem;
        margin: 0 0 8px;
        font-weight: 600;
        color: var(--quote-journey-ink-dark);
    }


.quote-card--quote-type .quote-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.quote-card--quote-type .quote-type-intro {
    color: var(--quote-journey-ink-muted);
    margin-bottom: 30px;
}

.quote-card--quote-type .quote-type-intro__title {
    margin: 10px 0 14px;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0;
    color: var(--quote-journey-ink-dark);
}

.quote-card--quote-type .quote-type-intro__paragraph {
    margin: 0 0 20px;
    max-width: 690px;
    font-size: 1.2rem;
    line-height: 1.55;
}

.quote-card--quote-type .quote-type-intro__phone {
    margin: 0;
    max-width: 690px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--quote-journey-ink-muted);
}

    .quote-card--quote-type .quote-type-intro__phone a {
        color: var(--quote-journey-accent-dark);
        font-family: Figtree-Bold, Figtree-Regular, sans-serif;
        font-weight: 700;
        text-decoration: none;
    }

.quote-card--quote-type .quote-type-question {
    padding-top: 0;
}

.quote-card--quote-type .quote-type-question__title {
    margin: 2px 0 22px;
    font-family: Figtree-Medium, Figtree-Regular, sans-serif;
    line-height: 1.25;
    text-align: center;
    text-transform: none;
    color: #3c3f42;
}

.quote-card--quote-type .quote-option {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    gap: 12px;
    text-align: center;
    line-height: 1.4;
}

    .quote-card--quote-type .quote-option:not(.quote-option--full) {
        min-height: 160px;
    }

    .quote-card--quote-type .quote-option input {
        position: absolute;
        top: 14px;
        left: 14px;
        margin: 0;
        opacity: 0;
        pointer-events: none;
    }

.quote-option__icon {
    width: 64px;
    height: 64px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
}

    .quote-option__icon img {
        width: 52px;
        height: 52px;
    }

.quote-option.quote-option--lock {
    display: grid;
    grid-template-columns: 22px 88px minmax(0, 1fr);
    grid-template-areas: "radio icon text";
    align-items: start;
    column-gap: 16px;
    row-gap: 0;
    white-space: normal;
}

.quote-option__lock-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
    flex: 1 1 0;
    min-width: 0;
    white-space: normal;
}

.quote-option__desc {
    font-size: 0.92rem;
    color: var(--quote-journey-ink-subtle);
    line-height: 1.4;
}

.quote-option--lock .quote-option__text {
    display: block;
    text-align: left;
}

.quote-option--lock .quote-option__icon {
    width: 88px;
    height: 88px;
    border-radius: 14px;
    background-color: var(--quote-journey-chip);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding-top: 0;
    grid-area: icon;
}

.quote-option--lock input {
    grid-area: radio;
    margin: 0;
    align-self: center;
}

.quote-option--lock .quote-option__lock-text {
    grid-area: text;
}

.quote-option--lock .quote-option__icon img {
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.quote-option__text {
    font-weight: 600;
    color: var(--quote-journey-ink-dark);
    white-space: normal;
    word-break: break-word;
    text-align: center;
}

.quote-card--quote-type .quote-option__text {
    display: inline-block;
    max-width: 120px;
    line-height: 1.45;
}

.quote-card--quote-type .quote-option > span:not(.quote-option__icon):not(.quote-option__lock-text) {
    line-height: 1.45;
}

.quote-option--full {
    grid-column: 1 / -1;
    padding: 18px 16px;
}

.quote-progress__item:last-child {
    border-bottom: none;
}

.quote-field__purchase-checkbox label.quote-checkbox--inline {
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}

.quote-field__purchase-checkbox .quote-checkbox--inline input {
    margin-top: 0;
}

@media (max-width: 768px) {
    .quote-card--quote-type .quote-options {
        grid-template-columns: 1fr;
    }

    .quote-journey__header .quote-journey__shell.quote-journey__shell--help-only {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

    .quote-journey__shell.quote-journey__shell--help-only .quote-journey__help {
        width: auto;
        align-self: auto;
        justify-content: flex-end;
        flex-direction: row;
        text-align: right;
    }
}

