.gradient-bg {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.gradient-button {
    background: linear-gradient(90deg, #639ed4 0%, #5a8ec4 100%);
}

.gradient-button:hover {
    background: linear-gradient(90deg, #5a8ec4 0%, #4e7fb8 100%);
}

.before-after-slider {
    position: relative;
    overflow: hidden;
}

.slider-handle {
    position: absolute;
    width: 4px;
    height: 100%;
    background: white;
    cursor: ew-resize;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.slider-handle::after {
    content: '�';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-items: center;
    font-size: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    margin-left: -20px;
    padding-left: 8px;
    padding-top: 4px;
}

.crop-overlay {
    border: 2px dashed #667eea;
    position: absolute;
}

.hidden-page {
    display: none !important;
}

.page {
    display: none;
}

.page.active {
    display: flex !important;
}

.processing-animation {
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.character-illustration {
    max-width: 100%;
    margin: 0 auto;
}

/* Keep landing page image full size */
#page0 .character-illustration {
    max-width: 100%;
}

/* International telephone input styling */
.iti {
    width: 100%;
}

.iti__flag-container {
    padding: 0;
}

.iti__selected-flag {
    padding: 0 16px;
    background-color: transparent;
}

.iti__country-list {
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    max-height: 200px;
}

#phone {
    padding-left: 90px !important;
}

div#toastContainer {
    z-index: 9999;
}

.agree-text {
    display: block!important;
}

.collapse {
    visibility: visible!important;
}