.container-step-wrapper {
    width: 100%;
    background: white;
    display: flex;
    justify-content: center;
}

.container-step {
    width: 100%;
    max-width: 950px;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    margin-top: 1em;
    margin-bottom: 1em;
}

.container-step input:focus {
    outline-color: #f37227;
}

.progress-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
    padding: 0 40px;
}

.progress-bar::before {
    content: '';
    position: absolute;
    height: 3px;
    width: calc(100% - 80px);
    background: #f0f0f0;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    z-index: 0;
}

.progress-step {
    width: 40px;
    height: 40px;
    background: white;
    border: 3px solid #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.progress-step.active {
    border-color: #f37227;
    background: #f37227;
    color: white;
}

.progress-step.completed {
    border-color: #f37227;
    background: #f37227;
    color: white;
}

.form-step {
    display: none;
    padding: 0 20px;
}

.form-step.active {
    display: block;
    animation: fadeIn 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

h2 {
    font-size: 1.75rem;
    color: #474747;
    margin-bottom: 30px;
    font-weight: 600;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #4b5563;
    font-weight: 500;
    font-size: 0.95rem;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f9fafb;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #f37227;
    background: white;
}

.btn-group {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 40px;
}

.btn {
    padding: 14px 28px;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-prev {
    background: #f3f4f6;
    color: #4b5563;
}

.btn-next, .btn-submit {
    background: #f37227;
    color: white;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(99, 102, 241, 0.15);
}

.course-option {
    border: 2px solid #e5e7eb;
    padding: 2px 15px 8px;
    border-radius: 16px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f9fafb;
}

.course-option:hover {
    border-color: #f37227;
    background: white;
}

.course-option.selected {
    border-color: #f37227;
    background: #eef2ff;
}

.course-option h3 {
    margin: inherit;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.course-option p {
    color: #4b5563;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.payment-option {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f9fafb;
}

.payment-option:hover {
    border-color: #f37227;
    background: white;
}

.payment-option.selected {
    border-color: #f37227;
    background: #eef2ff;
}

.payment-option label {
    font-weight: 500;
    color: #1a1a1a;
    font-size: 1rem;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 2px solid #f3f4f6;
}

.summary-item span:first-child {
    color: #4b5563;
    font-weight: 500;
}

.summary-item span:last-child {
    color: #1a1a1a;
    font-weight: 600;
}

.success-message {
    text-align: center;
    padding: 40px 20px;
}

.success-message h2 {
    color: #f37227;
    margin-bottom: 20px;
}

.success-message p {
    color: #4b5563;
    font-size: 1.1rem;
    line-height: 1.6;
}

.atendimento-opcoes-btns-wrapper {
    display: none;
}

.servicos-selecao-wrapper {
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    background: #f9fafb;
    padding: 16px;
}

.servico-selecao-cabecalho {
    display: flex;
}

.servico-selecao-cabecalho-checkbox input {
    transform: scale(1.2);
}

.sub-servicos {
    accent-color: #df783b;
}

.servico-selecao-cabecalho-checkbox {
    padding-top: 1px;
    padding-right: 8px;
}

.servico-selecao-cabecalho-nome {

}

.servico-selecao-sub-servicos {
    padding: 19px 25px 0;
    display: none;
}

#pj-eu-sou-box, #servicos-pj, #servicos-pf, #servicos-oferecidos-box, #servicos-clinica, #servicos-laboratorio, #servicos-petshop {
    display: none;
}

@media (max-width: 640px) {
    .container-step {
        padding: 20px;
    }

    .progress-bar {
        padding: 0 20px;
    }

    .btn-group {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .container-step-wrapper h2 {
        font-size: 22px;
    }

    .servico-selecao-sub-servicos {
        padding: 15px 5px 0;
    }
}

