/* Child-Friendly Styles for CS 1.6 LEGEND'os Server */

/* Make everything bigger and clearer for children */
body {
    font-size: 16px;
}

/* Bigger headings */
h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

/* Bigger buttons */
.btn {
    font-size: 1.2rem;
    padding: 1.2rem 2.5rem;
    border-radius: 15px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.5px;
    min-width: 150px;
}

/* Bigger service cards */
.service-card {
    padding: 3rem;
    margin-bottom: 2rem;
    border-radius: 25px;
    border: 4px solid transparent;
}

.service-card:hover {
    border-color: #ff6b35;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 107, 53, 0.4);
}

/* Bigger service icons */
.service-icon {
    width: 200px;
    height: 100px;
    font-size: 3rem;
    margin: 0 auto 2rem;
}

/* Bigger service titles */
.service-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.service-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
}

/* Bigger package items */
.package-item {
    padding: 2.5rem;
    margin: 1.5rem 0;
    border-radius: 20px;
    border: 4px solid transparent;
    font-size: 1.2rem;
}

.package-item:hover {
    border-color: #4a9eff;
    transform: scale(1.05);
}

.package-item.selected {
    border-color: #ff6b35;
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(255, 107, 53, 0.5);
}

.package-price {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.package-description {
    font-size: 1.3rem;
    line-height: 1.6;
}

/* Bigger modal content */
.modal-content {
    border-radius: 25px;
    border: 4px solid #ff6b35;
    max-width: 700px;
    width: 95%;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.modal-body {
    font-size: 1.1rem;
    padding: 2rem;
    max-height: 70vh;
    overflow-y: auto;
}

/* Bigger form elements */
.form-control {
    font-size: 1.2rem;
    padding: 1.2rem;
    border-radius: 15px;
    border: 4px solid #4a5568;
    margin-bottom: 1.5rem;
}

.form-control:focus {
    border-color: #ff6b35;
    box-shadow: 0 0 20px rgba(255, 107, 53, 0.4);
}

.form-label {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ff6b35;
}

/* Bigger badges */
.badge {
    font-size: 1.1rem;
    padding: 1rem 2rem;
    border-radius: 30px;
    font-weight: 700;
}

/* Bigger error and success messages */
.error-message {
    font-size: 1.3rem;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 20px;
    border: 4px solid #dc3545;
}

.success-message {
    font-size: 1.3rem;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 20px;
    border: 4px solid #28a745;
}

/* Bigger step numbers */
.step-number {
    width: 80px;
    height: 80px;
    font-size: 2.2rem;
    font-weight: 700;
}

.step-content h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.step-content p {
    font-size: 1.3rem;
    line-height: 1.7;
}

/* Bigger info icons */
.info-icon {
    font-size: 3.5rem;
    width: 200px;
    height: 100px;
}

.info-text h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.info-text p {
    font-size: 1.3rem;
}

/* Bigger welcome section */
.welcome-content h2 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
}

.welcome-content p {
    font-size: 1.6rem;
    margin-bottom: 3rem;
}

/* Bigger section titles */
.services-section h2,
.how-it-works h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
}

/* Bigger service actions */
.service-actions {
    gap: 2rem;
    margin-top: 2rem;
}

/* Bigger user info */
.user-info {
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 20px;
}

.user-info h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

.user-details {
    gap: 1.5rem;
}

/* Bigger service options */
.service-option {
    padding: 3rem 2rem;
    border-radius: 20px;
    border: 4px solid transparent;
    margin-bottom: 1.5rem;
}

.service-option:hover {
    border-color: #4a9eff;
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(74, 158, 255, 0.4);
}

.service-option h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.service-option img {
    width: 80px;
    height: 80px;
    margin: 1.5rem 0;
}

/* Bigger close button */
.close {
    font-size: 3rem;
    color: #4a5568;
    transition: color 0.3s ease;
}

.close:hover {
    color: #ff6b35;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .welcome-content h2 {
        font-size: 2.5rem;
    }
    
    .welcome-content p {
        font-size: 1.3rem;
    }
    
    .service-card {
        padding: 2rem;
    }
    
    .service-title {
        font-size: 1.6rem;
    }
    
    .btn {
        font-size: 1.1rem;
        padding: 1rem 2rem;
    }
    
    .package-item {
        padding: 2rem;
    }
    
    .package-price {
        font-size: 1.6rem;
    }
    
    .modal-title {
        font-size: 1.6rem;
    }
    
    .modal-body {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .welcome-content h2 {
        font-size: 2rem;
    }
    
    .service-card {
        padding: 1.5rem;
    }
    
    .btn {
        font-size: 1rem;
        padding: 0.8rem 1.5rem;
    }
    
    .package-item {
        padding: 1.5rem;
    }
    
    .modal-body {
        padding: 1.5rem;
    }
}

/* Add some fun animations */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.bounce {
    animation: bounce 1s;
}

/* Add some fun hover effects */
.service-card:hover .service-icon {
    animation: bounce 0.6s;
}

.package-item:hover {
    animation: bounce 0.3s;
}

/* Make text more readable */
p, span, div {
    line-height: 1.6;
}

/* Add some fun colors */
.highlight {
    background: linear-gradient(45deg, #ff6b35, #4a9eff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Search results styling */
.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(15, 20, 25, 0.95);
    border: 2px solid #ff6b35;
    border-radius: 10px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    margin-top: 5px;
}

.search-results.show {
    display: block;
}

.search-result-item {
    padding: 1rem;
    cursor: pointer;
    border-bottom: 1px solid #2a3441;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-result-item:hover {
    background: rgba(255, 107, 53, 0.1);
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-nick {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
}

.search-result-id {
    color: #4a9eff;
    font-size: 0.9rem;
    background: rgba(74, 158, 255, 0.1);
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
}

.search-loading {
    padding: 1rem;
    text-align: center;
    color: #4a9eff;
    font-style: italic;
}

.search-no-results {
    padding: 1rem;
    text-align: center;
    color: #c0c0c0;
    font-style: italic;
}

/* Form group with relative positioning for search */
.form-group {
    position: relative;
}

/* Better spacing for modal content */
.welcome-info {
    margin-bottom: 2rem;
}

.welcome-info h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #ff6b35;
}

.welcome-info p {
    font-size: 1.1rem;
    color: #c0c0c0;
    line-height: 1.5;
}

/* Form actions spacing */
.form-actions {
    margin-top: 2rem;
    text-align: center;
}

/* Better modal spacing */
.modal-body {
    padding: 2.5rem;
}

/* Responsive adjustments for search */
@media (max-width: 768px) {
    .search-results {
        max-height: 150px;
    }
    
    .search-result-item {
        padding: 0.8rem;
    }
    
    .search-result-nick {
        font-size: 1rem;
    }
    
    .search-result-id {
        font-size: 0.8rem;
    }
}
