#aesthetic-form * {
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    outline: none;
}

#aesthetic-form {
    border: 1px solid #0000001b!important;
    padding: 1.5rem !important;
    color: #545454 !important;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#aesthetic-form .step {
    display: none;
}

#aesthetic-form .step[data-step="1"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#aesthetic-form .step[data-step="1"] p {
    text-align: center !important;
    font-size: 16px !important;
    margin: 0 0 0 20px !important;
}

#aesthetic-form .step[data-step="1"] svg {
    width: 75px;
}

#aesthetic-form .step[data-step="1"] .kvkk-consent {
    margin-bottom: 10px;
    text-align: center;
}

#aesthetic-form .step[data-step="1"] .kvkk-consent label {
    text-align: center;
    font-size: 16px !important;
    cursor: pointer;
    color: #545454 !important;
}

#aesthetic-form .step[data-step="1"] .kvkk-consent span {
    display: block;
    font-size: 14px;
    color: red;
}

#aesthetic-form .step .aesthetic-button {
    border: none !important;
    color: white !important;
    border-radius: 5px !important;
    background: #f2b17b !important;
    padding: 5px 28px !important;
    min-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    flex-shrink: 0;
    width: auto;
    align-self: center;
}

#aesthetic-form .step[data-step="2"] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#aesthetic-form .step[data-step="2"] .aesthetic-options {
    display: flex;
    justify-content: space-around;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 15px;
}

#aesthetic-form .step[data-step="2"] .aesthetic-options label {
    cursor: pointer;
    min-width: 150px;
    max-width: 150px;
}

#aesthetic-form .step[data-step="2"] .aesthetic-options label input {
    position: absolute;
    left: -9999px;
}

#aesthetic-form .step[data-step="2"] .aesthetic-options label input:checked + .option-content {
    background-color: #5e5e5e0d;
    border: 1px solid #f2b17b;
    border-radius: 10px;
    opacity: 1;
}

#aesthetic-form .step[data-step="2"] .aesthetic-options .option-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    border: 1px solid transparent;
    min-width: 100px;
    transition: all 0.6s ease;
    opacity: 0.8;
    flex-wrap: wrap;
}

#aesthetic-form .step[data-step="2"] .aesthetic-options .option-content span {
    margin-top: 4px;
    font-size: 14px;
    text-align: center;
    color: #545454 !important;
}

#aesthetic-form .step[data-step="3"] {
    width: 100%;
    text-align: center;
}

#aesthetic-form .step[data-step="3"] #drop-zone .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#aesthetic-form .step[data-step="3"] #drop-zone .content svg {
    width: 75px;
}

#aesthetic-form .step[data-step="3"] p {
    text-align: center !important;
    font-size: 16px !important;
    margin: 0 0 0 20px !important;
}

#aesthetic-form .step[data-step="3"] .buttons-action {
    margin-top: 10px;
}

#aesthetic-form .step[data-step="3"] #drop-zone {
    border: 2px dashed #ccc;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

#aesthetic-form .step[data-step="3"] #drop-zone.dragover {
    border-color: #4CAF50;
    background: #f8fff8;
}

#aesthetic-form .step[data-step="3"] .preview {
    padding: 2px;
    margin: 10px 0;
    border-radius: 10px;
    border: 1px solid #f2b17b !important;
}

#aesthetic-form .step[data-step="3"] .preview #camera-stream {
    display: block;
}

#aesthetic-form .step[data-step="3"] .preview img {
    display: block;
}

#aesthetic-form .step[data-step="3"] .buttons-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#aesthetic-form .step[data-step="3"] .loading {
    padding: 20px;
    background-color: #b9b9b9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    min-height: 300px;
}

#aesthetic-form .step[data-step="3"] .loading img {
    width: 230px;
    animation: pulse 2s infinite ease-in-out;
}


#aesthetic-form .step[data-step="3"] .loading p {
    color: white;
    font-size: 14px !important;
}

#aesthetic-form .step[data-step="4"] .response-error {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: #dc3737;
}

#aesthetic-form .step[data-step="4"] .response-error i {
    font-size: 50px;
}

#aesthetic-form .step[data-step="4"] .response-error .error-text p {
    text-align: center !important;
    font-size: 16px !important;
    margin: 0 0 0 20px !important;
    font-weight: 500;
}

#aesthetic-form .step[data-step="4"] .action-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
    flex-wrap: wrap;
}

#aesthetic-form .aesthetic-button.action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#aesthetic-form .step[data-step="4"] .action-buttons .aesthetic-button.action:last-child {
    font-weight: 700 !important;
}

#aesthetic-form .step[data-step="4"] .before-after {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 768px) {
    #capture-btn {
        display: none !important;
    }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}