.hw-support {
    border: 1px solid #dfe7cf;
    border-radius: 16px;
    padding: 24px;
    background:
        radial-gradient(circle at top right, rgba(149, 193, 31, 0.11), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7faf1 100%);
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 14px 34px rgba(53, 68, 21, 0.08);
}

.hw-support-topbar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 6px;
}

.hw-support-topbar.is-hidden {
    display: none;
}

.hw-support-headline {
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #111111;
    margin-bottom: 14px;
    text-align: center;
}

.hw-support-headline span {
    display: block;
    line-height: 1.05;
}

.hw-support-headline span:first-child {
    font-size: 30px;
    text-transform: uppercase;
}

.hw-support-headline span:last-child {
    font-size: 24px;
    text-transform: none;
}

.hw-support-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}

.hw-support-logo img {
    max-height: 90px;
    width: auto;
}

.hw-support-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 16px;
    text-align: center;
}

.hw-support-action-picker {
    max-width: 360px;
    margin: 0 auto;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(149, 193, 31, 0.12);
}

.hw-support-action-picker .hw-support-select {
    text-align: center;
    text-align-last: center;
    min-height: 56px;
    font-size: 17px;
    font-weight: 600;
}

.hw-support-action-description {
    margin: 12px auto 0;
    max-width: 420px;
    color: #536032;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    min-height: 42px;
}
.hw-support-errors {
    display: none;
    margin: 10px 0 14px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #fdecef;
    color: #8a1f2d;
    border: 1px solid #f5c2cb;
    font-size: 13px;
}
.hw-support-errors.is-visible {
    display: block;
}

.hw-support-step-2 {
    margin-top: 24px;
    display: none;
}

.hw-support-step-2.is-visible {
    display: block;
}

.hw-support-step-1.is-hidden {
    display: none;
}

.hw-support-step-2.is-hidden {
    display: none;
}

.hw-support-step-3 {
    margin-top: 24px;
    display: none;
}

.hw-support-step-3.is-visible {
    display: block;
}

.hw-support-repair {
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.hw-support-repair.is-visible {
    display: grid;
}

.hw-support-services-wrap {
    display: none;
    margin-bottom: 16px;
}

.hw-support-services-wrap.is-visible {
    display: block;
}

.hw-support-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}
.hw-support-text-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 8px 0 6px;
}
.hw-support-text.is-hidden,
.hw-support-text-label.is-hidden {
    display: none;
}
.is-hidden {
    display: none !important;
}

.hw-support-select {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d9e2c8;
    padding: 10px 36px 10px 12px;
    font-size: 14px;
    line-height: 1.4;
    min-height: 44px;
    box-sizing: border-box;
    background: #fcfdf9;
}

.hw-support-question {
    font-weight: 600;
    margin: 0 0 10px;
}

.hw-support-text {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    padding: 12px;
    font-size: 14px;
    resize: vertical;
    min-height: 120px;
}

.hw-support-text.is-hidden {
    display: none;
}

.hw-support-next-step {
    border: none;
    background: #95c11f;
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    margin-left: auto;
}

.hw-support-next-step.is-hidden {
    display: none;
}

.hw-support-step-actions {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.hw-support-step-actions-single {
    justify-content: center;
}

.hw-support-step-actions-single .hw-support-primary {
    margin-left: 0;
}
.hw-support-step-actions-left {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.hw-support-back {
    border: 1px solid #d8d8d8;
    background: #ffffff;
    color: #111111;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}
.hw-support-reset {
    border: 1px solid #d7d7d7;
    background: #f6f6f6;
    color: #444;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 12px;
    cursor: pointer;
}
.hw-support-reset:hover { background: #ededed; }

.hw-support-services {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 12px;
}

.hw-support-service-col h4 {
    margin: 0 0 10px;
}

.hw-support-service-list {
    display: grid;
    gap: 6px;
}

.hw-support-add {
    margin-top: 10px;
    border: 1px dashed #95c11f;
    color: #95c11f;
    background: transparent;
    padding: 4px 8px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    width: fit-content;
    min-height: 44px;
    line-height: 1.1;
}

.hw-support-service-col[data-kind="extras"] .hw-support-add {
    max-width: 170px;
}

.hw-support-device-info.is-hidden {
    display: none;
}

.hw-support-b2b {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hw-support-b2b-global {
    border: 2px solid #95c11f;
    background: #ffffff;
    color: #111111;
    padding: 8px 14px;
    border-radius: 18px;
    cursor: pointer;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hw-support-b2b-global .hw-support-b2b-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #111111;
    mask: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 5c5 0 9 4.5 10 7-1 2.5-5 7-10 7S3 14.5 2 12c1-2.5 5-7 10-7Zm0 3.5A3.5 3.5 0 1 0 12 15a3.5 3.5 0 0 0 0-7Z\"/></svg>') center / contain no-repeat;
}

.hw-support-b2b-global.is-active {
    background: #95c11f;
    color: #ffffff;
}

.hw-support-b2b-global.is-active .hw-support-b2b-icon {
    background: #ffffff;
    mask: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 5c5 0 9 4.5 10 7-1 2.5-5 7-10 7S3 14.5 2 12c1-2.5 5-7 10-7Zm0 3.5A3.5 3.5 0 1 0 12 15a3.5 3.5 0 0 0 0-7Zm9.3-6.8L2.2 21.8\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"/></svg>') center / contain no-repeat;
}


.hw-support-b2b-input {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 8px 12px;
    width: 100%;
    box-sizing: border-box;
}

.hw-support-b2b-confirm,
.hw-support-b2b-cancel {
    border: 1px solid #95c11f;
    background: #95c11f;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}

.hw-support-b2b-cancel {
    border-color: #d8d8d8;
    background: #ffffff;
    color: #333333;
}

.hw-support-b2b-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.hw-support-b2b-modal.is-visible {
    display: flex;
}

.hw-support-b2b-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    width: min(92vw, 360px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.hw-support-b2b-actions {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.hw-support-b2b-error {
    color: #b42318;
    font-size: 13px;
}


.hw-support-hint {
    display: none;
}

.hw-support-select-row {
    display: grid;
    grid-template-columns: 1fr 70px 140px;
    grid-template-areas:
        "select remove add"
        "note note note";
    align-items: center;
    gap: 6px;
}

.hw-support-select {
    grid-area: select;
}

.hw-support-remove {
    grid-area: remove;
}

.hw-support-add,
.hw-support-spacer {
    grid-area: add;
}

.hw-support-item-note {
    grid-area: note;
    font-size: 12px;
    color: #555555;
    margin-top: 4px;
    display: none;
}

.hw-support-item-note.is-visible {
    display: block;
}

.hw-support-combo-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.hw-support-combo-modal.is-visible {
    display: flex;
}

.hw-support-combo-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px;
    width: min(92vw, 360px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.hw-support-combo-ok {
    margin-top: 12px;
    border: none;
    background: #95c11f;
    color: #ffffff;
    padding: 8px 14px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}

.hw-support-select-row .hw-support-add {
    margin-top: 0;
    align-self: center;
}

.hw-support-add {
    width: 140px;
}

.hw-support-service-col[data-kind="extras"] .hw-support-add {
    width: 140px;
}

.hw-support-service-col[data-kind="extras"] .hw-support-select-row {
    grid-template-columns: 1fr 70px 140px;
}

.hw-support-remove,
.hw-support-spacer {
    width: 70px;
}

.hw-support-spacer {
    display: inline-block;
}
.hw-support-remove {
    border: 1px solid #d8d8d8;
    background: #ffffff;
    color: #333333;
    padding: 6px 10px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px;
    flex-shrink: 0;
}

.hw-support-contact-toggle {
    display: inline-flex;
    gap: 8px;
    margin: 4px 0 8px;
}

.hw-support-toggle {
    border: 1px solid #d8d8d8;
    background: #ffffff;
    color: #333333;
    padding: 6px 12px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
}

.hw-support-toggle.is-active {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

.hw-support-field-company.is-hidden {
    display: none;
}

.hw-support-b2b-note {
    display: none;
    color: #b42318;
    font-weight: 600;
}

.hw-support-b2b-note.is-visible {
    display: block;
}
.hw-support-reset {
    display: inline-flex;
    align-items: center;
}

.hw-support-total {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 10px;
    font-size: 15px;
}

.hw-support-primary {
    border: none;
    background: linear-gradient(135deg, #95c11f, #7fa51a);
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    margin-left: auto;
}

.hw-support-primary[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
}

.hw-support-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
}

.hw-support-field-wide {
    grid-column: span 2;
}

.hw-support-input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    padding: 10px 12px;
    font-size: 14px;
    box-sizing: border-box;
}

.hw-support-radio {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 14px;
    flex-wrap: nowrap;
}
.hw-support-radio label {
    white-space: nowrap;
}
.hw-support-radio label { white-space: nowrap; }
.hw-support-radio label { white-space: nowrap; }

.hw-support-radio label,
.hw-support-checkbox {
    display: inline-flex;
    align-items: center;
}

.hw-support-radio input[type="radio"],
.hw-support-checkbox input[type="checkbox"] {
    margin: 0;
    flex: 0 0 auto;
    align-self: center;
}

.hw-support-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin-top: 8px;
}
.hw-support-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.hw-support-inline .hw-support-input {
    flex: 1 1 260px;
    min-width: 200px;
}

.hw-support-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #111111;
    color: #ffffff;
    font-size: 11px;
    margin-left: 6px;
    position: relative;
}
.hw-support-info::after {
    content: attr(title);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    white-space: nowrap;
    background: #111;
    color: #fff;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 11px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease, bottom 0.15s ease;
    z-index: 5;
}
.hw-support-info:hover::after,
.hw-support-info:focus::after {
    opacity: 1;
    bottom: -12px;
}
.hw-support-text-compact {
    min-height: 70px;
}

@media (max-width: 640px) {
    .hw-support {
        --hw-mobile-accent: #95c11f;
        --hw-mobile-accent-dark: #6b8f12;
        --hw-mobile-surface: rgba(255, 255, 255, 0.9);
        --hw-mobile-border: rgba(149, 193, 31, 0.18);
        padding: 18px 14px 20px;
        border-radius: 28px;
        border: 1px solid rgba(255, 255, 255, 0.75);
        background:
            radial-gradient(circle at top right, rgba(149, 193, 31, 0.2), transparent 34%),
            radial-gradient(circle at top left, rgba(17, 17, 17, 0.06), transparent 38%),
            linear-gradient(180deg, #fcfef7 0%, #f4f7ea 100%);
        box-shadow:
            0 22px 46px rgba(50, 65, 19, 0.14),
            inset 0 1px 0 rgba(255, 255, 255, 0.8);
        overflow: hidden;
        position: relative;
    }
    .hw-support::before {
        content: "";
        position: absolute;
        inset: 0 0 auto;
        height: 120px;
        background: linear-gradient(135deg, rgba(149, 193, 31, 0.14), rgba(255, 255, 255, 0));
        pointer-events: none;
    }
    .hw-support-topbar {
        position: sticky;
        top: 8px;
        z-index: 3;
        justify-content: center;
        margin: -2px 0 14px;
    }
    .hw-support-b2b-global {
        width: 100%;
        justify-content: center;
        min-height: 48px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.86);
        backdrop-filter: blur(10px);
        box-shadow: 0 10px 22px rgba(149, 193, 31, 0.15);
    }
    .hw-support-logo,
    .hw-support-headline,
    .hw-support-step-1,
    .hw-support-step-2,
    .hw-support-step-3 {
        position: relative;
        z-index: 1;
    }
    .hw-support-logo {
        margin-bottom: 18px;
    }
    .hw-support-logo img {
        max-height: 72px;
    }
    .hw-support-headline {
        margin-bottom: 18px;
    }
    .hw-support-headline span:first-child {
        font-size: 28px;
        letter-spacing: 0.08em;
    }
    .hw-support-headline span:last-child {
        font-size: 20px;
        opacity: 0.84;
    }
    .hw-support-title {
        font-size: 20px;
        line-height: 1.15;
        margin-bottom: 14px;
    }
    .hw-support-action-picker {
        max-width: none;
        padding: 16px;
        border-radius: 22px;
        background: var(--hw-mobile-surface);
        border: 1px solid var(--hw-mobile-border);
        box-shadow: 0 14px 28px rgba(48, 61, 23, 0.08);
        backdrop-filter: blur(10px);
    }
    .hw-support-action-description {
        max-width: none;
        margin-top: 12px;
        padding: 0 10px;
        min-height: 44px;
        color: #3c4c1a;
        font-size: 13px;
        line-height: 1.55;
    }
    .hw-support-select,
    .hw-support-input,
    .hw-support-text,
    .hw-support-b2b-input {
        min-height: 50px;
        border-radius: 16px;
        border: 1px solid rgba(122, 142, 66, 0.18);
        background: rgba(255, 255, 255, 0.95);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
        font-size: 16px;
    }
    .hw-support-text {
        min-height: 132px;
        padding: 14px;
    }
    .hw-support-field label,
    .hw-support-text-label,
    .hw-support-question {
        font-size: 12px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #5d6f2c;
    }
    .hw-support-question {
        margin-bottom: 12px;
        padding-left: 2px;
    }
    .hw-support-repair {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 14px;
        padding: 16px;
        border-radius: 22px;
        background: var(--hw-mobile-surface);
        border: 1px solid var(--hw-mobile-border);
        box-shadow: 0 14px 28px rgba(48, 61, 23, 0.08);
        backdrop-filter: blur(10px);
    }
    .hw-support-services {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 8px;
    }
    .hw-support-form-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 0;
    }
    .hw-support-field-wide {
        grid-column: span 1;
    }
    .hw-support-services-wrap,
    .hw-support-form,
    .hw-support-device-info {
        padding: 16px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.88);
        border: 1px solid rgba(149, 193, 31, 0.14);
        box-shadow: 0 16px 30px rgba(48, 61, 23, 0.08);
        backdrop-filter: blur(10px);
    }
    .hw-support-service-col {
        padding: 14px;
        border-radius: 18px;
        background: rgba(248, 250, 241, 0.92);
        border: 1px solid rgba(149, 193, 31, 0.14);
    }
    .hw-support-service-col h4 {
        font-size: 13px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #5c6d27;
    }
    .hw-support-select-row {
        grid-template-columns: 1fr;
        grid-template-areas:
            "select"
            "note"
            "remove"
            "add";
        gap: 8px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(149, 193, 31, 0.12);
    }
    .hw-support-service-list .hw-support-select-row:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .hw-support-remove,
    .hw-support-add,
    .hw-support-spacer {
        width: 100%;
    }
    .hw-support-remove,
    .hw-support-add {
        min-height: 44px;
        border-radius: 14px;
        justify-content: center;
    }
    .hw-support-add {
        background: linear-gradient(135deg, rgba(149, 193, 31, 0.14), rgba(149, 193, 31, 0.04));
    }
    .hw-support-item-note {
        margin-top: 0;
        padding: 10px 12px;
        border-radius: 14px;
        background: rgba(149, 193, 31, 0.08);
        color: #42511b;
    }
    .hw-support-total {
        margin-top: 14px;
        padding: 14px 16px;
        border-radius: 18px;
        background: linear-gradient(135deg, rgba(149, 193, 31, 0.16), rgba(149, 193, 31, 0.05));
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
    }
    .hw-support-contact-toggle {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        width: 100%;
        margin: 6px 0 12px;
    }
    .hw-support-toggle {
        min-height: 46px;
        border-radius: 16px;
        font-size: 13px;
        background: rgba(255, 255, 255, 0.82);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }
    .hw-support-toggle.is-active {
        background: linear-gradient(135deg, #111111, #2b2b2b);
        box-shadow: 0 12px 24px rgba(17, 17, 17, 0.16);
    }
    .hw-support-form h4,
    .hw-support-device-info h4 {
        margin-top: 0;
        margin-bottom: 12px;
        font-size: 15px;
    }
    .hw-support-inline {
        gap: 12px;
        padding: 12px;
        border-radius: 16px;
        background: rgba(249, 250, 244, 0.95);
    }
    .hw-support-radio {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .hw-support-radio label,
    .hw-support-checkbox {
        display: flex;
        align-items: center;
        gap: 10px;
        min-height: 44px;
        padding: 0 12px;
        border-radius: 14px;
        background: rgba(249, 250, 244, 0.95);
        white-space: normal;
    }
    .hw-support-radio input[type="radio"],
    .hw-support-checkbox input[type="checkbox"] {
        margin: 0;
        align-self: center;
    }
    .hw-support-info {
        width: 20px;
        height: 20px;
        background: linear-gradient(135deg, #111111, #2c2c2c);
        box-shadow: 0 8px 14px rgba(17, 17, 17, 0.18);
    }
    .hw-support-info::after {
        width: min(240px, calc(100vw - 60px));
        white-space: normal;
        line-height: 1.45;
        padding: 10px 12px;
        border-radius: 12px;
        bottom: calc(100% + 12px);
    }
    .hw-support-info:hover::after,
    .hw-support-info:focus::after {
        bottom: calc(100% + 16px);
    }
    .hw-support-errors {
        padding: 14px 16px;
        font-size: 13px;
        border-radius: 18px;
    }
    .hw-support-step-actions {
        position: sticky;
        bottom: 10px;
        z-index: 2;
        margin-top: 14px;
        padding: 12px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(149, 193, 31, 0.14);
        box-shadow: 0 16px 32px rgba(48, 61, 23, 0.1);
        backdrop-filter: blur(12px);
    }
    .hw-support-next-step,
    .hw-support-primary,
    .hw-support-back,
    .hw-support-reset,
    .hw-support-b2b-confirm,
    .hw-support-b2b-cancel {
        min-height: 48px;
        border-radius: 16px;
    }
    .hw-support-next-step,
    .hw-support-primary {
        background: linear-gradient(135deg, var(--hw-mobile-accent), var(--hw-mobile-accent-dark));
        box-shadow: 0 16px 28px rgba(149, 193, 31, 0.24);
    }
    .hw-support-back {
        background: rgba(255, 255, 255, 0.92);
    }
    .hw-support-reset {
        background: rgba(17, 17, 17, 0.05);
    }
    .hw-support-b2b-card,
    .hw-support-combo-card {
        border-radius: 24px;
        padding: 22px 18px;
        background: linear-gradient(180deg, #ffffff, #f8fbef);
    }
    .hw-support-b2b-actions {
        flex-direction: column;
    }
    .hw-support-b2b-error {
        margin-top: 10px;
        font-size: 13px;
    }
}

/* Extra mobile polish for small phones (iPhone widths) */
@media (max-width: 480px) {
    .hw-support {
        padding: 16px 12px 18px;
        border-radius: 24px;
    }
    .hw-support-headline span:first-child {
        font-size: 24px;
    }
    .hw-support-headline span:last-child {
        font-size: 18px;
    }
    .hw-support-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .hw-support-action-description {
        min-height: 32px;
        font-size: 13px;
    }
    .hw-support-step-actions {
        flex-direction: column;
        align-items: stretch;
        bottom: 8px;
        padding: 10px;
    }
    .hw-support-step-actions-left {
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
    }
    .hw-support-next-step,
    .hw-support-primary,
    .hw-support-back,
    .hw-support-reset {
        width: 100%;
        text-align: center;
    }
    .hw-support-toggle {
        text-align: center;
    }
    .hw-support-inline {
        flex-direction: column;
        align-items: flex-start;
    }
    .hw-support-inline .hw-support-input {
        width: 100%;
        min-width: 0;
    }
    .hw-support-radio {
        flex-wrap: wrap;
        gap: 8px 12px;
    }
    .hw-support-action-picker,
    .hw-support-repair,
    .hw-support-services-wrap,
    .hw-support-form,
    .hw-support-device-info {
        padding: 14px;
        border-radius: 18px;
    }
    .hw-support-service-col {
        padding: 12px;
        border-radius: 16px;
    }
    .hw-support-total {
        padding: 12px 14px;
        border-radius: 16px;
        font-size: 15px;
    }
}
.hw-support-services-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hw-support-progress {
    display: none;
    gap: 8px;
    justify-content: center;
    margin: 6px 0 18px;
}

.hw-support-progress-step {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f3f4ef;
    color: #5d6551;
    font-size: 12px;
    font-weight: 700;
}

.hw-support-progress-step.is-active {
    background: #111111;
    color: #ffffff;
}

.hw-support-progress-step.is-complete {
    background: rgba(149, 193, 31, 0.16);
    color: #5c7712;
}

.hw-support-progress-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    color: inherit;
    font-size: 11px;
    font-weight: 800;
}

.hw-support-progress-step.is-active .hw-support-progress-dot {
    background: rgba(255, 255, 255, 0.14);
}

.hw-support-section-intro {
    margin: -4px 0 12px;
    color: #5a5f55;
    font-size: 14px;
    line-height: 1.45;
}

.hw-support-section-card {
    margin-bottom: 12px;
    padding: 14px;
    border-radius: 18px;
    background: #f8f8f5;
    border: 1px solid #eceee6;
}

.hw-support-section-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: baseline;
    margin-bottom: 12px;
}

.hw-support-section-head h5 {
    margin: 0;
    font-size: 15px;
}

.hw-support-section-head span {
    color: #66705d;
    font-size: 12px;
    font-weight: 600;
}

.hw-support-disclosure {
    margin: 0 0 12px;
    border: 1px solid #eceee6;
    border-radius: 18px;
    background: #fbfbf8;
    overflow: hidden;
}

.hw-support-disclosure summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hw-support-disclosure summary::-webkit-details-marker {
    display: none;
}

.hw-support-disclosure-title {
    font-size: 15px;
    font-weight: 700;
    color: #141414;
}

.hw-support-disclosure-meta {
    color: #66705d;
    font-size: 12px;
}

.hw-support-disclosure-body {
    padding: 0 16px 16px;
}

@media (max-width: 640px) {
    .hw-support {
        background: linear-gradient(180deg, #fafbf7 0%, #f3f5ee 100%);
        border-radius: 24px;
        padding: 14px 12px 18px;
        box-shadow: 0 16px 34px rgba(37, 45, 18, 0.1);
    }
    .hw-support::before {
        display: none;
    }
    .hw-support-topbar {
        position: static;
        margin: 0 0 10px;
    }
    .hw-support-b2b-global {
        min-height: 44px;
        box-shadow: none;
        background: #ffffff;
    }
    .hw-support-progress {
        justify-content: stretch;
        gap: 6px;
        margin-bottom: 14px;
    }
    .hw-support-progress-step {
        flex: 1 1 0;
        justify-content: center;
        padding: 10px 8px;
    }
    .hw-support-progress-label {
        white-space: nowrap;
    }
    .hw-support-action-picker,
    .hw-support-repair,
    .hw-support-services-wrap,
    .hw-support-form {
        background: #ffffff;
        border: 1px solid #e8ebdf;
        box-shadow: 0 10px 24px rgba(48, 61, 23, 0.06);
        border-radius: 20px;
        padding: 14px;
    }
    .hw-support-action-description {
        color: #545d4c;
        min-height: 0;
        padding: 0 2px;
        text-align: left;
    }
    .hw-support-question,
    .hw-support-field label,
    .hw-support-text-label {
        letter-spacing: normal;
        text-transform: none;
        font-size: 14px;
        color: #141414;
    }
    .hw-support-question {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 12px;
        padding-left: 0;
    }
    .hw-support-select,
    .hw-support-input,
    .hw-support-text,
    .hw-support-b2b-input {
        min-height: 48px;
        font-size: 16px;
        border-radius: 14px;
        background: #fcfcfa;
        border: 1px solid #dfe5d1;
        box-shadow: none;
    }
    .hw-support-section-card,
    .hw-support-disclosure,
    .hw-support-device-info {
        background: #f8f9f4;
        border: 1px solid #e4e9d8;
        border-radius: 18px;
        box-shadow: none;
    }
    .hw-support-disclosure summary {
        padding: 14px;
    }
    .hw-support-disclosure-body {
        padding: 0 14px 14px;
    }
    .hw-support-device-info {
        margin-bottom: 12px;
    }
    .hw-support-service-col {
        background: #f7f9f1;
        border-radius: 16px;
        border: 1px solid #e4e9d8;
        box-shadow: none;
    }
    .hw-support-select-row {
        grid-template-columns: 1fr;
        grid-template-areas:
            "select"
            "note"
            "add"
            "remove";
    }
    .hw-support-add,
    .hw-support-remove {
        width: 100%;
        min-height: 44px;
        justify-content: center;
    }
    .hw-support-total {
        background: #f0f5e4;
        border-radius: 16px;
        padding: 12px 14px;
        justify-content: space-between;
    }
    .hw-support-inline {
        padding: 0;
        background: transparent;
    }
    .hw-support-radio {
        display: grid;
        gap: 8px;
    }
    .hw-support-radio label,
    .hw-support-checkbox {
        min-height: 44px;
        padding: 0 12px;
        border-radius: 14px;
        background: #ffffff;
        border: 1px solid #e1e5d8;
    }
    .hw-support-info::after {
        white-space: normal;
        width: min(240px, calc(100vw - 48px));
        bottom: calc(100% + 8px);
    }
    .hw-support-info:hover::after,
    .hw-support-info:focus::after {
        bottom: calc(100% + 10px);
    }
    .hw-support-step-actions {
        position: sticky;
        bottom: 8px;
        padding: 10px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid #e2e7d7;
        box-shadow: 0 14px 28px rgba(48, 61, 23, 0.1);
    }
    .hw-support-step-actions-left {
        width: 100%;
        flex-direction: column;
    }
    .hw-support-next-step,
    .hw-support-primary,
    .hw-support-back,
    .hw-support-reset {
        width: 100%;
        min-height: 46px;
        border-radius: 14px;
        text-align: center;
    }
    .hw-support-next-step,
    .hw-support-primary {
        background: linear-gradient(135deg, #95c11f, #789b18);
        box-shadow: none;
    }
}

@media (max-width: 480px) {
    .hw-support-progress-label {
        font-size: 11px;
    }
    .hw-support-section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .hw-support-action-picker,
    .hw-support-repair,
    .hw-support-services-wrap,
    .hw-support-form,
    .hw-support-section-card,
    .hw-support-disclosure {
        border-radius: 16px;
        padding: 12px;
    }
    .hw-support-disclosure-body {
        padding: 0 12px 12px;
    }
}

.hw-support-version-badge {
    display: none;
}

@media (max-width: 640px) {
    .hw-support *,
    .hw-support *::before,
    .hw-support *::after {
        box-sizing: border-box;
    }

    .hw-support {
        background:
            radial-gradient(circle at top right, rgba(149, 193, 31, 0.16), transparent 32%),
            linear-gradient(180deg, #f7f9f1 0%, #eff3e5 100%);
        border-radius: 26px;
        padding: 14px 12px 18px;
        border: 1px solid #e3e9d5;
        box-shadow: 0 16px 36px rgba(43, 54, 20, 0.1);
        overflow: hidden;
    }

    .hw-support-progress {
        display: flex;
        margin: 2px 0 14px;
        gap: 8px;
    }

    .hw-support-progress-step {
        flex: 1 1 0;
        justify-content: center;
        padding: 10px 8px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.82);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(149, 193, 31, 0.12);
    }

    .hw-support-progress-step.is-active {
        background: linear-gradient(135deg, #111111, #2d2d2d);
        box-shadow: 0 12px 22px rgba(17, 17, 17, 0.16);
    }

    .hw-support-progress-step.is-complete {
        background: linear-gradient(135deg, rgba(149, 193, 31, 0.22), rgba(149, 193, 31, 0.1));
    }

    .hw-support-step-1,
    .hw-support-step-2 {
        position: relative;
        margin-top: 0;
        padding: 18px;
        border-radius: 24px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 241, 0.96));
        border: 1px solid rgba(149, 193, 31, 0.14);
        box-shadow: 0 18px 34px rgba(48, 61, 23, 0.08);
        overflow: hidden;
    }

    .hw-support-step-1::before,
    .hw-support-step-2::before {
        content: "";
        position: absolute;
        inset: 0 auto auto 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg, #95c11f, #c8dd78, #95c11f);
        opacity: 0.95;
    }

    .hw-support-title {
        margin: 4px 0 14px;
        font-size: 24px;
        line-height: 1.05;
        text-align: left;
        letter-spacing: -0.03em;
    }

    .hw-support-question {
        margin: 4px 0 14px;
        font-size: 22px;
        line-height: 1.08;
        font-weight: 800;
        color: #111111;
    }

    .hw-support-action-picker {
        max-width: 300px;
        margin: 0 auto;
        padding: 16px;
        border-radius: 20px;
        background: linear-gradient(160deg, #ffffff, #f8fbf2);
        border: 1px solid rgba(149, 193, 31, 0.16);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
    }

    .hw-support-action-picker .hw-support-select {
        min-height: 64px;
        font-size: 19px;
        font-weight: 700;
        line-height: 1.2;
    }

    .hw-support-action-description {
        margin-top: 12px;
        min-height: 0;
        max-width: none;
        padding: 12px 14px;
        text-align: left;
        color: #48572a;
        font-size: 13px;
        line-height: 1.55;
        border-radius: 16px;
        background: rgba(149, 193, 31, 0.09);
        border: 1px solid rgba(149, 193, 31, 0.12);
    }

    .hw-support-field label,
    .hw-support-text-label {
        font-size: 12px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #64763a;
        margin-bottom: 8px;
    }

    .hw-support-repair {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 14px;
        padding: 16px;
        border-radius: 20px;
        background: linear-gradient(180deg, #ffffff, #f9fbf4);
        border: 1px solid rgba(149, 193, 31, 0.12);
    }

    .hw-support-services-wrap {
        margin-top: 12px;
        width: 100%;
        max-width: 100%;
        padding: 12px;
        border-radius: 22px;
        background:
            radial-gradient(circle at top left, rgba(149, 193, 31, 0.08), transparent 35%),
            linear-gradient(180deg, #ffffff 0%, #f8fbf1 100%);
        border: 1px solid rgba(149, 193, 31, 0.12);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    }

    .hw-support-services-header {
        align-items: flex-start;
        margin-bottom: 12px;
    }

    .hw-support-select,
    .hw-support-input,
    .hw-support-text,
    .hw-support-b2b-input,
    .hw-support-next-step,
    .hw-support-primary,
    .hw-support-back,
    .hw-support-add,
    .hw-support-remove,
    .hw-support-b2b-confirm,
    .hw-support-b2b-cancel {
        width: 100%;
        max-width: 100%;
    }

    .hw-support-service-list .hw-support-select {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        min-height: 54px;
        padding-right: 42px;
        font-size: 15px;
    }

    .hw-support-total {
        margin-top: 16px;
        padding: 14px 16px;
        border-radius: 18px;
        background: linear-gradient(135deg, #111111, #2e2e2e);
        color: #ffffff;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0 14px 24px rgba(17, 17, 17, 0.14);
    }

    .hw-support-service-col {
        padding: 10px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.92);
        border: 1px solid rgba(149, 193, 31, 0.12);
    }

    .hw-support-service-col h4 {
        margin-bottom: 10px;
        font-size: 12px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #64763a;
    }

    .hw-support-select-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px;
        padding: 8px 0;
        border-bottom: 1px solid rgba(149, 193, 31, 0.1);
        width: 100%;
        min-width: 0;
    }

    .hw-support-service-col[data-kind="extras"] .hw-support-select-row,
    .hw-support-service-col[data-kind="repairs"] .hw-support-select-row {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    .hw-support-service-list {
        gap: 4px;
        width: 100%;
        min-width: 0;
    }

    .hw-support-service-list .hw-support-select-row:first-child {
        padding-top: 0;
    }

    .hw-support-select-row > * {
        min-width: 0;
        max-width: 100%;
    }

    .hw-support-add,
    .hw-support-remove,
    .hw-support-spacer {
        width: 100% !important;
        max-width: 100% !important;
    }

    .hw-support-item-note {
        margin-top: 0;
        padding: 10px 12px;
        border-radius: 14px;
        background: rgba(149, 193, 31, 0.09);
        color: #455525;
    }

    .hw-support-step-actions {
        position: sticky;
        bottom: 8px;
        z-index: 2;
        margin-top: 14px;
        padding: 10px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.92);
        border: 1px solid rgba(149, 193, 31, 0.12);
        box-shadow: 0 14px 26px rgba(48, 61, 23, 0.12);
        backdrop-filter: blur(12px);
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .hw-support-step-actions-left,
    .hw-support-b2b-actions {
        display: grid;
        grid-template-columns: 0.82fr 1.18fr;
        gap: 10px;
    }

    .hw-support-step-actions .hw-support-next-step,
    .hw-support-step-actions .hw-support-primary {
        order: 1;
        margin-left: 0;
    }

    .hw-support-step-actions .hw-support-step-actions-left {
        order: 2;
    }

    .hw-support-step-actions .hw-support-back {
        order: 2;
    }

    .hw-support-step-actions .hw-support-reset {
        order: 1;
        width: 100%;
        min-height: 42px;
        padding: 8px 10px;
        border: 1px solid rgba(95, 109, 67, 0.08);
        border-radius: 16px;
        background: rgba(95, 109, 67, 0.05);
        color: #6f7b58;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        box-shadow: none;
        align-self: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .hw-support-next-step,
    .hw-support-primary,
    .hw-support-back,
    .hw-support-reset,
    .hw-support-toggle,
    .hw-support-add,
    .hw-support-remove,
    .hw-support-b2b-confirm,
    .hw-support-b2b-cancel {
        width: 100%;
        min-height: 48px;
        border-radius: 16px;
        font-size: 16px;
    }

    .hw-support-form h4 {
        margin-bottom: 12px;
    }

    .hw-support-section-intro,
    .hw-support-section-head,
    .hw-support-disclosure-contact > summary {
        display: none;
    }

    .hw-support-contact-toggle {
        display: inline-flex;
        gap: 8px;
        width: auto;
        margin: 4px 0 12px;
    }

    .hw-support-toggle {
        width: auto;
        min-width: 110px;
    }

    .hw-support-section-card,
    .hw-support-disclosure-contact,
    .hw-support-disclosure-contact[open] {
        margin-bottom: 12px;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .hw-support-disclosure-contact .hw-support-disclosure-body {
        padding: 0;
    }

    .hw-support-form-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hw-support-field-wide,
    .hw-support-field-company {
        grid-column: span 1;
    }

    .hw-support-device-info [data-imei] {
        min-height: 48px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .hw-support-device-info [data-notes] {
        min-height: 92px;
    }

    .hw-support-device-info .hw-support-inline {
        align-items: center;
        gap: 8px;
    }

    .hw-support-device-info .hw-support-inline .hw-support-input {
        flex: 1 1 0;
        min-width: 0;
    }

    .hw-support-device-info .hw-support-checkbox {
        min-height: 48px;
        margin-top: 0;
        padding: 0 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1.2;
    }
}

@media (max-width: 480px) {
    .hw-support {
        border-radius: 22px;
        padding: 12px 10px 16px;
    }

    .hw-support-step-1,
    .hw-support-step-2 {
        padding: 16px 14px;
        border-radius: 20px;
    }

    .hw-support-title,
    .hw-support-question {
        font-size: 20px;
    }

    .hw-support-action-picker,
    .hw-support-repair,
    .hw-support-services-wrap {
        padding: 14px;
        border-radius: 18px;
    }

    .hw-support-action-picker {
        max-width: 280px;
    }

    .hw-support-action-picker .hw-support-select {
        min-height: 62px;
        font-size: 18px;
    }

    .hw-support-progress-label {
        font-size: 11px;
    }

    .hw-support-service-list .hw-support-select {
        font-size: 14px;
    }

    .hw-support-contact-toggle {
        width: 100%;
        display: flex;
    }

    .hw-support-toggle {
        flex: 1 1 0;
        min-width: 0;
    }

    .hw-support-device-info [data-imei] {
        min-height: 46px;
    }

    .hw-support-device-info [data-notes] {
        min-height: 88px;
    }

    .hw-support-device-info .hw-support-checkbox {
        min-height: 46px;
    }
}
