.cabrito-quote-page {
    background: #F4F6F8;
    color: #001B3A;
}

.quote-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 12px clamp(14px, 3vw, 32px);
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid #DDE3E9;
    backdrop-filter: blur(14px);
}

.quote-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #001B3A;
    text-decoration: none;
    font-family: var(--font-heading);
    font-weight: 800;
    letter-spacing: -.03em;
}

.quote-brand:hover { color: #001B3A; }
.quote-brand span span { color: #009E83; }
.quote-brand__logo { width: auto; height: 30px; }

.quote-header__nav {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.quote-header__nav a {
    color: #5B6B7D;
    text-decoration: none;
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.quote-shell {
    width: min(1400px, 100%);
    margin: 0 auto;
    padding: clamp(28px, 5vw, 72px) clamp(14px, 3vw, 32px) clamp(52px, 7vw, 96px);
}

.quote-hero {
    max-width: 900px;
    margin-bottom: clamp(24px, 4vw, 44px);
}

.quote-kicker {
    margin: 0 0 14px;
    color: #009E83;
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.quote-hero h1 {
    margin: 0 0 18px;
    font-family: var(--font-heading);
    font-size: clamp(38px, 7vw, 86px);
    line-height: .92;
    letter-spacing: -.045em;
    text-transform: uppercase;
}

.quote-hero p:not(.quote-kicker) {
    max-width: 62ch;
    margin: 0;
    color: #5B6B7D;
    font-size: clamp(15px, 1.8vw, 19px);
    line-height: 1.55;
}

.quote-layout {
    display: grid;
    grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
    align-items: start;
    gap: 1px;
    background: #DDE3E9;
    border: 1px solid #DDE3E9;
}

.quote-progress,
.quote-form {
    background: #FFFFFF;
}

.quote-progress {
    position: sticky;
    top: 70px;
    min-height: 520px;
    padding: clamp(22px, 3vw, 34px);
}

.quote-progress__top {
    display: grid;
    gap: 8px;
    padding-bottom: 24px;
    border-bottom: 1px solid #DDE3E9;
}

.quote-progress__top span,
.quote-progress li span {
    color: #009E83;
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.quote-progress__top strong {
    font-family: var(--font-heading);
    font-size: 24px;
    letter-spacing: -.03em;
}

.quote-progress ol {
    list-style: none;
    display: grid;
    gap: 0;
    padding: 16px 0;
    margin: 0;
}

.quote-progress li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 0;
    color: #5B6B7D;
    border-bottom: 1px solid #DDE3E9;
    font-family: var(--font-heading);
    font-weight: 800;
}

.quote-progress li.is-active,
.quote-progress li.is-complete {
    color: #001B3A;
}

.quote-progress li.is-complete span {
    color: #FCAD13;
}

.quote-note {
    margin-top: 22px;
    padding: 16px;
    background: rgba(252, 173, 19, .16);
    border: 1px solid #FCAD13;
}

.quote-note strong {
    font-family: var(--font-heading);
}

.quote-note p {
    margin: 6px 0 0;
    color: #5B6B7D;
    font-size: 13px;
    line-height: 1.45;
}

.quote-form {
    min-height: 640px;
    padding: clamp(22px, 4vw, 48px);
}

.quote-step {
    display: none;
    border: 0;
    padding: 0;
    margin: 0;
}

.quote-step.is-active {
    display: block;
}

.quote-step legend {
    display: block;
    width: 100%;
    margin: 0 0 12px;
    padding: 0;
    font-family: var(--font-heading);
    font-size: clamp(28px, 4.5vw, 54px);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.quote-step__copy {
    max-width: 62ch;
    margin: 0 0 28px;
    color: #5B6B7D;
    font-size: 16px;
    line-height: 1.6;
}

.quote-grid {
    display: grid;
    gap: 16px;
    margin-bottom: 18px;
}

.quote-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.quote-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.quote-field {
    display: grid;
    gap: 8px;
}

.quote-field span,
.quote-check span {
    color: #001B3A;
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.quote-field input,
.quote-field select,
.quote-field textarea,
.quote-combobox__input {
    width: 100%;
    min-height: 48px;
    padding: 12px 13px;
    border: 1px solid #DDE3E9;
    border-radius: 0;
    background: #F4F6F8;
    color: #001B3A;
    font: inherit;
    outline: none;
}

.quote-field textarea { resize: vertical; }

.quote-field__native-select {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    margin: 0;
    padding: 0 !important;
    opacity: 0;
    pointer-events: none;
}

.quote-combobox {
    position: relative;
    z-index: 1;
}

.quote-combobox.is-open { z-index: 15; }
.quote-combobox.is-disabled { opacity: .58; }

.quote-combobox__input {
    padding-right: 42px;
    background-image: linear-gradient(45deg, transparent 50%, #5B6B7D 50%), linear-gradient(135deg, #5B6B7D 50%, transparent 50%);
    background-position: calc(100% - 20px) 21px, calc(100% - 14px) 21px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.quote-combobox__input::placeholder { color: #7B8896; }

.quote-combobox__menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    display: none;
    max-height: 260px;
    overflow: auto;
    border: 1px solid #DDE3E9;
    background: #FFFFFF;
    box-shadow: 0 18px 42px rgba(0, 27, 58, .14);
}

.quote-combobox.is-open .quote-combobox__menu { display: block; }

.quote-combobox__option,
.quote-combobox__empty {
    width: 100%;
    min-height: 42px;
    padding: 11px 13px;
    border: 0;
    border-bottom: 1px solid #EEF2F5;
    background: #FFFFFF;
    color: #001B3A;
    font: inherit;
    text-align: left;
}

.quote-combobox__option { cursor: pointer; }
.quote-combobox__option:hover,
.quote-combobox__option.is-keyboard-active,
.quote-combobox__option[aria-selected="true"] {
    background: rgba(0, 158, 131, .10);
}

.quote-combobox__empty {
    color: #5B6B7D;
    font-size: 14px;
}

.quote-combobox.has-error .quote-combobox__input {
    border-color: #C0392B;
    box-shadow: 0 0 0 2px rgba(192, 57, 43, .14);
}

.quote-field input:focus,
.quote-field select:focus,
.quote-field textarea:focus,
.quote-combobox__input:focus {
    border-color: #009E83;
    box-shadow: 0 0 0 2px rgba(0, 158, 131, .14);
}

.quote-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0 0 22px;
    background: #DDE3E9;
    border: 1px solid #DDE3E9;
}

.quote-options--coverage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quote-options label {
    cursor: pointer;
    background: #FFFFFF;
}

.quote-options input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.quote-options label > span {
    display: grid;
    min-height: 112px;
    align-content: start;
    gap: 7px;
    padding: 20px;
    color: #001B3A;
    font-family: var(--font-heading);
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -.02em;
    transition: background .16s ease, color .16s ease;
}

.quote-options small {
    color: #5B6B7D;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.45;
}

.quote-options input:checked + span,
.quote-options label:hover > span {
    background: #001B3A;
    color: #FFFFFF;
}

.quote-options input:checked + span small,
.quote-options label:hover small {
    color: rgba(255,255,255,.72);
}

.quote-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border: 1px solid #DDE3E9;
    background: #F4F6F8;
}

.quote-check input {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    accent-color: #009E83;
}

.quote-result-preview {
    margin-top: 22px;
    scroll-margin-top: 96px;
    padding: 18px;
    border-left: 4px solid #009E83;
    background: #F4F6F8;
}

.quote-result-preview strong { font-family: var(--font-heading); }
.quote-result-preview p { margin: 6px 0 0; color: #5B6B7D; }
.quote-inline-help {
    margin: -4px 0 0;
    color: #5B6B7D;
    font-size: 13px;
    line-height: 1.45;
}
.quote-result-preview.is-success {
    border-left-color: #009E83;
    background: rgba(0, 158, 131, .08);
}
.quote-result-preview.is-error {
    border-left-color: #C0392B;
    background: rgba(192, 57, 43, .08);
}
.quote-result-preview.is-loading {
    border-left-color: #FCAD13;
    background: rgba(252, 173, 19, .14);
}
.quote-price-card {
    display: grid;
    gap: 7px;
    margin: 16px 0;
    padding: 18px;
    background: #001B3A;
    color: #FFFFFF;
}
.quote-price-card div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}
.quote-price-card span,
.quote-price-card small {
    color: rgba(255,255,255,.72);
}
.quote-price-card b {
    font-family: var(--font-heading);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1;
    letter-spacing: -.04em;
}
.quote-breakdown {
    display: grid;
    border-top: 1px solid #DDE3E9;
    margin-top: 14px;
}
.quote-breakdown div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #DDE3E9;
}
.quote-breakdown span {
    color: #5B6B7D;
}
.quote-static-zurich {
    margin-top: 16px;
    padding: 14px;
    border: 1px dashed #DDE3E9;
    background: #FFFFFF;
}
.quote-raw-details {
    margin-top: 12px;
}
.quote-raw-details summary {
    cursor: pointer;
    color: #009E83;
    font-family: var(--font-heading);
    font-weight: 800;
}
.quote-raw-details pre {
    max-height: 240px;
    overflow: auto;
    padding: 12px;
    background: #001B3A;
    color: #FFFFFF;
    font-size: 12px;
    white-space: pre-wrap;
}

.quote-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: clamp(28px, 4vw, 46px);
    padding-top: 22px;
    border-top: 1px solid #DDE3E9;
}

.quote-button {
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background: #009E83;
    color: #FFFFFF;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 800;
    padding: 15px 22px;
}

.quote-button:hover { background: #00806A; }
.quote-button:disabled { cursor: not-allowed; opacity: .45; }
.quote-button--ghost {
    border: 2px solid #001B3A;
    background: transparent;
    color: #001B3A;
}
.quote-button--ghost:hover { background: #001B3A; color: #FFFFFF; }
.quote-button--submit { background: #001B3A; }
.quote-button--submit:hover { background: #009E83; }

.quote-toast {
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid #FCAD13;
    background: rgba(252,173,19,.16);
    color: #001B3A;
    font-weight: 600;
}

@media (max-width: 920px) {
    .quote-layout { grid-template-columns: 1fr; }
    .quote-progress { position: static; min-height: auto; }
    .quote-progress ol { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; }
    .quote-progress li { display: grid; gap: 4px; border-bottom: 0; font-size: 12px; }
    .quote-grid--2,
    .quote-grid--3,
    .quote-options,
    .quote-options--coverage { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .quote-header { align-items: flex-start; flex-direction: column; }
    .quote-header__nav { margin-left: 0; justify-content: flex-start; }
    .quote-actions { flex-direction: column-reverse; }
    .quote-button { width: 100%; }
    .quote-progress ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
