#websiteCostEstimator,
#websiteCostEstimator *,
#websiteCostEstimator *::before,
#websiteCostEstimator *::after {
    box-sizing: border-box;
}

#websiteCostEstimator {
    width: 100%;
    color: var(--zw-text);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

#websiteCostEstimator form,
#websiteCostEstimator .form-step {
    width: 100%;
    max-width: none;
}

#websiteCostEstimator label {
    width: auto;
    max-width: none;
    color: var(--zw-text);
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#websiteCostEstimator input,
#websiteCostEstimator select,
#websiteCostEstimator textarea,
#websiteCostEstimator button {
    min-height: 0;
    max-width: none;
    margin: 0;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: normal;
}

#websiteCostEstimator .form-control,
#websiteCostEstimator .form-select {
    display: block;
    width: 100%;
    min-height: 52px;
    padding: 0.75rem 1rem;
    border: 1px solid var(--zw-border);
    border-radius: 12px;
    background-color: #fff;
    color: var(--zw-text);
    box-shadow: none;
}

#websiteCostEstimator textarea.form-control {
    min-height: 130px;
    resize: vertical;
}

#websiteCostEstimator .form-control:focus,
#websiteCostEstimator .form-select:focus {
    border-color: var(--zw-primary);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(15, 108, 189, 0.14);
}

#websiteCostEstimator .choice-card {
    display: flex !important;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    width: 100%;
    min-height: 64px;
    margin: 0;
    padding: 1rem;
    border: 1px solid var(--zw-border);
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#websiteCostEstimator .choice-card:hover {
    border-color: rgba(15, 108, 189, 0.5);
    transform: translateY(-1px);
}

#websiteCostEstimator .choice-card.active {
    border-color: var(--zw-primary);
    background: var(--zw-primary-soft);
    box-shadow: 0 10px 24px rgba(15, 108, 189, 0.12);
}

#websiteCostEstimator .choice-input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

#websiteCostEstimator .choice-indicator {
    display: inline-flex;
    flex: 0 0 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
    align-items: center;
    justify-content: center;
    border: 2px solid #8da6bc;
    background: #fff;
}

#websiteCostEstimator .choice-indicator-radio {
    border-radius: 50%;
}

#websiteCostEstimator .choice-indicator-checkbox {
    border-radius: 0.3rem;
}

#websiteCostEstimator .choice-input[type="radio"]:checked + .choice-indicator {
    border-color: var(--zw-primary);
    box-shadow: inset 0 0 0 3px #fff;
    background: var(--zw-primary);
}

#websiteCostEstimator .choice-input[type="checkbox"]:checked + .choice-indicator {
    border-color: var(--zw-primary);
    background: var(--zw-primary) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m5 10 3 3 7-7'/%3e%3c/svg%3e") center / 0.82rem no-repeat;
}

#websiteCostEstimator .choice-input:focus-visible + .choice-indicator {
    outline: 3px solid rgba(15, 108, 189, 0.25);
    outline-offset: 3px;
}

#websiteCostEstimator .estimate-preview {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--zw-border);
    border-radius: 20px;
    background: linear-gradient(135deg, #f3f9ff, #fff);
}

#websiteCostEstimator .estimate-preview-value {
    filter: blur(9px);
    user-select: none;
    pointer-events: none;
}

#websiteCostEstimator .estimate-preview-lock {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.44);
    color: var(--zw-text);
    font-weight: 700;
    text-align: center;
}

#websiteCostEstimator .btn {
    width: auto;
    min-height: 48px;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
}

#websiteCostEstimator .iti {
    width: 100%;
}
