.eq-quiz {
    --eq-accent: #e87826;
    --eq-bg: #fff;
    --eq-heading: #190e2f;
    --eq-text: #625b6b;
    --eq-option-bg: #fcfbfd;
    --eq-border: #ebe8ef;
    --eq-width: 1120px;
    --eq-min-height: 520px;
    --eq-content-width: 60%;
    --eq-padding: 60px;
    --eq-radius: 24px;
    --eq-image-fit: cover;
    --eq-image-position: center center;
    --eq-mobile-image-height: 240px;
    width: min(100%, var(--eq-width));
    max-width: var(--eq-width);
    margin: 36px auto;
    color: var(--eq-text);
    font-family: inherit;
}
.eq-quiz *, .eq-quiz *::before, .eq-quiz *::after { box-sizing: border-box; }
.eq-screen {
    display: none;
    min-height: var(--eq-min-height);
    overflow: hidden;
    background: var(--eq-bg);
    border: 1px solid var(--eq-border);
    border-radius: var(--eq-radius);
    box-shadow: 0 18px 60px rgba(25, 12, 45, .09);
}
.eq-screen.is-active { display: grid; grid-template-columns: minmax(0, var(--eq-content-width)) minmax(0, 1fr); animation: eq-in .3s ease; }
.eq-screen.is-active > .eq-content:only-child { grid-column: 1 / -1; }
.eq-image-left .eq-content { order: 2; }
.eq-image-left .eq-image { order: 1; }
.eq-image-top .eq-screen.is-active { grid-template-columns: 1fr; }
.eq-image-top .eq-content { order: 2; }
.eq-image-top .eq-image { order: 1; height: min(380px, var(--eq-min-height)); min-height: 180px; }
.eq-image-hidden .eq-screen.is-active { grid-template-columns: 1fr; }
.eq-image-hidden .eq-image { display: none; }
@keyframes eq-in { from { opacity: 0; transform: translateY(10px); } }
.eq-content { padding: clamp(20px, 5vw, var(--eq-padding)); align-self: center; }
.eq-image { min-height: 100%; background: #f6f3f8; }
.eq-image img { width: 100%; height: 100%; min-height: var(--eq-min-height); display: block; object-fit: var(--eq-image-fit); object-position: var(--eq-image-position); }
.eq-image-top .eq-image img { min-height: 180px; }
.eq-eyebrow { margin: 0 0 8px; color: var(--eq-accent); font-size: .84rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eq-content h2, .eq-content h3 { margin: 0 0 18px; color: var(--eq-heading); line-height: 1.15; }
.eq-content h2 { font-size: clamp(2rem, 5vw, 3.5rem); }
.eq-content h3 { font-size: clamp(1.45rem, 3vw, 2.15rem); }
.eq-description { max-width: 620px; margin: 0 0 28px; color: var(--eq-text); font-size: 1.08rem; line-height: 1.65; }
.eq-button {
    appearance: none; border: 2px solid var(--eq-accent); border-radius: 999px; padding: 13px 26px;
    background: var(--eq-accent); color: #fff; font: inherit; font-weight: 700; line-height: 1.2; cursor: pointer;
    transition: transform .15s ease, filter .15s ease, opacity .15s ease;
}
.eq-button:hover { filter: brightness(.92); transform: translateY(-1px); }
.eq-button:focus-visible, .eq-option input:focus-visible + .eq-option-card { outline: 3px solid color-mix(in srgb, var(--eq-accent), transparent 65%); outline-offset: 3px; }
.eq-button:disabled { cursor: wait; opacity: .65; }
.eq-button.is-loading::after { content: " …"; }
.eq-button-secondary { background: transparent; color: var(--eq-accent); }
.eq-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.eq-progress { margin-bottom: 30px; color: #77707e; font-size: .88rem; font-weight: 600; }
.eq-progress > div { height: 6px; margin-top: 9px; overflow: hidden; background: #ece9ef; border-radius: 99px; }
.eq-progress i { display: block; height: 100%; background: var(--eq-accent); border-radius: inherit; }
.eq-options { display: grid; gap: 12px; }
.eq-option { display: block; cursor: pointer; }
.eq-option input { position: absolute; opacity: 0; pointer-events: none; }
.eq-option-card {
    display: flex; align-items: center; gap: 14px; min-height: 58px; padding: 13px 16px;
    border: 2px solid var(--eq-border); border-radius: 13px; background: var(--eq-option-bg); transition: .15s ease;
}
.eq-option-card img, .eq-option-card svg { width: 32px; height: 32px; flex: 0 0 32px; object-fit: contain; }
.eq-option:hover .eq-option-card { border-color: #c9c2cf; }
.eq-option input:checked + .eq-option-card { border-color: var(--eq-accent); background: color-mix(in srgb, var(--eq-accent), white 93%); box-shadow: 0 0 0 3px color-mix(in srgb, var(--eq-accent), transparent 85%); }
.eq-inline-error, .eq-form-status { min-height: 20px; margin: 10px 0 0; color: #b42318; font-size: .9rem; }
.eq-field { margin-bottom: 17px; }
.eq-field label { display: block; margin-bottom: 6px; color: var(--eq-heading); font-weight: 700; }
.eq-field label span { color: #b42318; }
.eq-field input { width: 100%; min-height: 48px; padding: 10px 13px; border: 2px solid var(--eq-border); border-radius: 10px; background: var(--eq-bg); color: var(--eq-heading); font: inherit; }
.eq-field input:focus { border-color: var(--eq-accent); outline: none; box-shadow: 0 0 0 3px color-mix(in srgb, var(--eq-accent), transparent 85%); }
.eq-consent { display: flex; align-items: flex-start; gap: 9px; color: var(--eq-text); font-size: .9rem; line-height: 1.45; }
.eq-consent input { margin-top: 3px; }
.eq-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.eq-result-value { color: var(--eq-accent) !important; font-size: clamp(2rem, 5vw, 3.5rem) !important; }
.eq-notice { padding: 12px; border-left: 4px solid #b42318; background: #fff3f1; }
@media (max-width: 760px) {
    .eq-quiz { margin: 20px 0; }
    .eq-screen { min-height: 0; border-radius: min(var(--eq-radius), 16px); }
    .eq-screen.is-active { grid-template-columns: 1fr; }
    .eq-content { padding: min(var(--eq-padding), 30px) 22px; order: 2; }
    .eq-image { order: 1; min-height: var(--eq-mobile-image-height); max-height: var(--eq-mobile-image-height); }
    .eq-image img, .eq-image-top .eq-image img { min-height: var(--eq-mobile-image-height); max-height: var(--eq-mobile-image-height); }
    .eq-actions .eq-button { flex: 1; }
}
