.wzth-stage-one-flow {
    width: 100%;
}

.wzth-flow-shell {
    max-width: 720px;
    margin: 0 auto;
}

.wzth-flow-shell__intro {
    margin: 0 0 18px 0;
}

.wzth-flow-progress {
    margin: 0 0 18px 0;
    color: #5d605a;
    font-size: 14px;
    letter-spacing: 0.02em;
}

.wzth-flow-progress__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.wzth-flow-progress__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.wzth-flow-progress__value {
    color: #6b6b55;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.wzth-flow-progress__track {
    width: 100%;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #e7e3da;
}

.wzth-flow-progress__bar {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #7f8876 0%, #596251 100%);
    transition: width 0.24s ease;
}

.wzth-flow-card {
    background: linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%);
    border: 1px solid #dfddd4;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 14px 42px rgba(32, 34, 29, 0.06);
}

.wzth-flow-card--success {
    border-color: #cfd8c4;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbf2 100%);
}

.wzth-flow-eyebrow {
    display: inline-block;
    margin: 0 0 10px 0;
    color: #6b6b55;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wzth-flow-title {
    margin: 0 0 10px 0;
    color: #1f241d;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
}

.wzth-flow-copy,
.wzth-flow-help {
    margin: 0 0 12px 0;
    color: #474b45;
    font-size: 16px;
    line-height: 1.6;
}

.wzth-flow-help {
    color: #696c65;
    font-size: 14px;
}

.wzth-flow-result-kpis {
    display: grid;
    gap: 10px;
    margin: 18px 0 20px 0;
}

.wzth-flow-result-kpis div {
    border: 1px solid #d9d6ca;
    border-radius: 14px;
    background: #fffdfa;
    padding: 12px 14px;
}

.wzth-flow-result-kpis span {
    display: block;
    margin: 0 0 4px 0;
    color: #696c65;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.wzth-flow-result-kpis strong {
    display: block;
    color: #1f241d;
    font-size: 16px;
    line-height: 1.35;
}

.wzth-flow-result-section,
.wzth-flow-analysis-offer {
    margin: 20px 0 0 0;
    border: 1px solid #dedbd0;
    border-radius: 18px;
    background: #fffdfa;
    padding: 18px;
}

.wzth-flow-result-section h4,
.wzth-flow-analysis-offer h4 {
    margin: 0 0 8px 0;
    color: #1f241d;
    font-size: 18px;
    line-height: 1.35;
}

.wzth-flow-checklist,
.wzth-flow-trust-list {
    display: grid;
    gap: 8px;
    margin: 12px 0 0 0;
    padding: 0;
    list-style: none;
}

.wzth-flow-checklist li,
.wzth-flow-trust-list li {
    position: relative;
    padding-left: 22px;
    color: #474b45;
    line-height: 1.5;
}

.wzth-flow-checklist li::before,
.wzth-flow-trust-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #69735f;
}

.wzth-flow-offer-facts {
    display: grid;
    gap: 8px;
    margin: 14px 0;
}

.wzth-flow-offer-facts span {
    border: 1px solid #d9d6ca;
    border-radius: 999px;
    background: #f7f7f1;
    padding: 8px 12px;
    color: #30392f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}

.wzth-flow-options {
    display: grid;
    gap: 12px;
    margin: 24px 0 0 0;
}

.wzth-flow-option {
    display: block;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    border: 1px solid #d9d6ca;
    background: #fffdfa;
    border-radius: 18px;
    padding: 18px 18px;
    font: inherit;
    color: #1f241d;
    cursor: pointer;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.wzth-flow-option:hover,
.wzth-flow-option:focus {
    border-color: #8a917d;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(40, 45, 35, 0.08);
    transform: translateY(-1px);
    outline: none;
}

.wzth-flow-button.is-disabled,
.wzth-flow-button:disabled,
.wzth-flow-option.is-disabled,
[data-flow-root].is-loading .wzth-flow-button,
[data-flow-root].is-loading .wzth-flow-option {
    cursor: wait;
    opacity: 0.72;
    pointer-events: none;
}

.wzth-flow-button:disabled {
    cursor: not-allowed;
}

.wzth-flow-option.is-active {
    border-color: #69735f;
    background: #f5f7f0;
}

.wzth-flow-option--checkbox {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    column-gap: 12px;
}

.wzth-flow-option--checkbox input[type="checkbox"] {
    margin-top: 5px;
    accent-color: #69735f;
}

.wzth-flow-option--checkbox:has(input[type="checkbox"]:checked) {
    border-color: #69735f;
    background: #f5f7f0;
}

.wzth-flow-option__label {
    display: block;
    font-size: 17px;
    line-height: 1.5;
}

.wzth-flow-loading-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 14px 0 0 0;
    color: #5d605a;
    font-size: 14px;
    line-height: 1.4;
}

.wzth-flow-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #d9d6ca;
    border-top-color: #69735f;
    border-radius: 999px;
    animation: wzth-flow-spin 0.8s linear infinite;
}

@keyframes wzth-flow-spin {
    to {
        transform: rotate(360deg);
    }
}

.wzth-flow-input {
    width: 100%;
    margin-top: 22px;
    border: 1px solid #d5d2c7;
    border-radius: 16px;
    background: #ffffff;
    color: #1f241d;
    padding: 16px 18px;
    font: inherit;
    font-size: 17px;
    line-height: 1.5;
    box-sizing: border-box;
}

.wzth-flow-input:focus {
    outline: none;
    border-color: #7e8773;
    box-shadow: 0 0 0 4px rgba(126, 135, 115, 0.14);
}

.wzth-flow-input--textarea {
    min-height: 160px;
    resize: vertical;
}

.wzth-flow-contact-grid {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.wzth-flow-contact-grid__row {
    display: grid;
    gap: 14px;
}

.wzth-flow-field {
    display: grid;
    gap: 6px;
    margin: 0 0 16px 0;
}

.wzth-flow-field__label {
    color: #2a2f27;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.wzth-flow-field .wzth-flow-input {
    height: 56px;
    margin-top: 0;
}

.wzth-flow-contact-fields {
    display: grid;
    gap: 0;
    margin-top: 18px;
}

.wzth-flow-contact-fields + .wzth-flow-help {
    margin-top: 4px;
    margin-bottom: 0;
}

.wzth-flow-contact-grid .wzth-flow-input {
    margin-top: 0;
}

.wzth-flow-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 22px;
    padding: 16px 18px;
    border: 1px solid #d7d5ca;
    border-radius: 16px;
    background: #fffdfa;
    color: #2a2f27;
    line-height: 1.55;
}

.wzth-flow-consent input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    flex: 0 0 auto;
}

.wzth-flow-consent--contact {
    margin-top: 18px;
}

.wzth-flow-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.wzth-flow-button {
    appearance: none;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 14px 20px;
    font: inherit;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.wzth-flow-button:hover,
.wzth-flow-button:focus {
    transform: translateY(-1px);
    outline: none;
}

.wzth-flow-button:disabled {
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.wzth-flow-button--primary {
    background: #30392f;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(31, 36, 29, 0.16);
}

.wzth-flow-button--primary:hover,
.wzth-flow-button--primary:focus {
    background: #252d24;
}

.wzth-flow-button--primary:disabled,
.wzth-flow-button--primary[aria-disabled="true"] {
    background: #c8cdc3;
    color: rgba(255, 255, 255, 0.92);
    box-shadow: none;
}

.wzth-flow-button--ghost {
    background: #ffffff;
    border-color: #d5d2c7;
    color: #30392f;
}

.wzth-flow-notice {
    margin: 0 0 18px 0;
    border-radius: 16px;
    padding: 14px 16px;
}

.wzth-flow-notice p {
    margin: 0;
}

.wzth-flow-notice--error {
    background: #fff6f4;
    border: 1px solid #e8c0b8;
    color: #8b4235;
}

.wzth-flow-notice--neutral {
    background: #f6f7f4;
    border: 1px solid #d7d8d1;
    color: #4a4d46;
}

@media (min-width: 768px) {
    .wzth-flow-card {
        padding: 32px;
    }

    .wzth-flow-options {
        grid-template-columns: 1fr 1fr;
    }

    .wzth-flow-contact-grid__row--split {
        grid-template-columns: 1fr 1fr;
    }

    .wzth-flow-result-kpis,
    .wzth-flow-offer-facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
