.alc360-quiz {
    --alc-orange: #f4a000;
    --alc-orange-light: #fff4db;
    --alc-ink: #252525;
    --alc-muted: #626262;
    --alc-line: #e2e2e2;
    max-width: 1120px;
    margin: 52px auto;
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid #eadab9;
    border-radius: 22px;
    background: #fffaf0;
    color: var(--alc-ink);
    font-family: Arial, Helvetica, sans-serif;
}

.alc360-quiz * {
    box-sizing: border-box;
}

.alc360-quiz__heading {
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
}

.alc360-quiz__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #8d5a00;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.1px;
}

.alc360-quiz h2 {
    margin: 0 0 15px;
    color: var(--alc-ink);
    font-size: clamp(30px, 4.8vw, 50px);
    line-height: 1.15;
}

.alc360-quiz p {
    color: var(--alc-muted);
    font-size: 17px;
    line-height: 1.55;
}

.alc360-contact,
.alc360-question,
.alc360-result-panel {
    background: #fff;
    border: 1px solid var(--alc-line);
    border-radius: 15px;
}

.alc360-contact {
    padding: 25px;
    margin-bottom: 25px;
}

.alc360-contact h3 {
    margin: 0 0 18px;
    color: var(--alc-ink);
    font-size: 23px;
}

.alc360-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.alc360-fields label {
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 700;
}

.alc360-fields input,
.alc360-fields select {
    width: 100%;
    margin-top: 6px;
    padding: 12px 13px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    background: #fff;
    color: #222;
    font: inherit;
}

.alc360-fields input:focus,
.alc360-fields select:focus {
    outline: 3px solid rgba(244, 160, 0, .22);
    border-color: var(--alc-orange);
}

.alc360-progress {
    position: sticky;
    top: 42px;
    z-index: 5;
    height: 9px;
    margin: 24px 0;
    overflow: hidden;
    border-radius: 10px;
    background: #e9e9e9;
}

.alc360-progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: 10px;
    background: var(--alc-orange);
    transition: width .2s ease;
}

.alc360-question-list {
    display: grid;
    gap: 16px;
}

.alc360-question {
    margin: 0;
    padding: 22px;
}

.alc360-question legend {
    display: flex;
    align-items: flex-start;
    width: 100%;
    color: var(--alc-ink);
    font-size: 17px;
    font-weight: 750;
    line-height: 1.4;
}

.alc360-question legend > span {
    display: inline-flex;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--alc-orange);
    color: #1f1f1f;
    font-weight: 900;
}

.alc360-scale {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
    margin-top: 18px;
}

.alc360-scale label {
    position: relative;
    cursor: pointer;
}

.alc360-scale input {
    position: absolute;
    opacity: 0;
}

.alc360-scale span {
    display: block;
    min-height: 48px;
    padding: 12px 8px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    background: #f7f7f7;
    color: #454545;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}

.alc360-scale input:focus + span {
    outline: 3px solid rgba(244, 160, 0, .25);
}

.alc360-scale input:checked + span {
    border-color: var(--alc-orange);
    background: var(--alc-orange-light);
    color: #3d2900;
    box-shadow: inset 0 0 0 1px var(--alc-orange);
}

.alc360-consent {
    display: flex;
    gap: 10px;
    margin: 24px 0 18px;
    color: #555;
    font-size: 13px;
    line-height: 1.45;
}

.alc360-consent input {
    flex: 0 0 auto;
    margin-top: 3px;
}

.alc360-honeypot {
    position: absolute !important;
    left: -10000px !important;
}

.alc360-submit {
    width: 100%;
    padding: 16px 22px;
    border: 0;
    border-radius: 10px;
    background: var(--alc-orange);
    color: #1d1d1d;
    cursor: pointer;
    font-size: 17px;
    font-weight: 900;
}

.alc360-submit:hover {
    background: #ffb326;
}

.alc360-submit:disabled {
    cursor: wait;
    opacity: .7;
}

.alc360-form-message {
    margin: 12px 0 0;
    text-align: center;
    font-weight: 700;
}

.alc360-form-message.is-error {
    color: #a32121;
}

.alc360-result-panel {
    padding: clamp(24px, 4vw, 44px);
}

.alc360-result-head {
    text-align: center;
}

.alc360-result-head > span,
.alc360-recommendations article > span {
    color: #8d5a00;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
}

.alc360-index {
    margin: 12px 0;
}

.alc360-index strong {
    color: var(--alc-ink);
    font-size: 72px;
    line-height: 1;
}

.alc360-index small {
    color: #777;
    font-size: 21px;
}

.alc360-scores {
    display: grid;
    gap: 14px;
    margin: 34px 0;
}

.alc360-score-row > div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 6px;
    font-size: 14px;
}

.alc360-score-track {
    height: 12px;
    overflow: hidden;
    border-radius: 10px;
    background: #e9e9e9;
}

.alc360-score-track i {
    display: block;
    height: 100%;
    border-radius: 10px;
    background: var(--alc-orange);
}

.alc360-recommendations {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.alc360-recommendations article {
    padding: 22px;
    border: 1px solid #eadab9;
    border-radius: 12px;
    background: #fffaf0;
}

.alc360-recommendations p {
    margin-bottom: 0;
    color: #333;
    font-weight: 700;
}

.alc360-result-cta {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid var(--alc-line);
    text-align: center;
}

.alc360-result-cta a {
    display: inline-block;
    margin-top: 8px;
    padding: 14px 20px;
    border-radius: 9px;
    background: var(--alc-orange);
    color: #1d1d1d !important;
    text-decoration: none !important;
    font-weight: 900;
}

@media (max-width: 700px) {
    .alc360-quiz {
        margin: 30px -8px;
        padding: 28px 16px;
        border-radius: 15px;
    }

    .alc360-fields,
    .alc360-recommendations {
        grid-template-columns: 1fr;
    }

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

    .alc360-question {
        padding: 18px 14px;
    }
}

