/* Ultra Premium Menajerlik Sayfası - Şık, Sade, Kurumsal */

/* Premium Hero Section */
.premium-hero {
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a2e 100%);
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}

.premium-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(0, 219, 222, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    padding: 8px 24px;
    background: rgba(0, 219, 222, 0.1);
    border: 1px solid rgba(0, 219, 222, 0.2);
    border-radius: 50px;
    color: #00dbde;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 300;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    margin-bottom: 60px;
    font-weight: 300;
}

.hero-metrics {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.metric-item {
    text-align: center;
}

.metric-value {
    font-size: 2.5rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 8px;
}

.metric-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    letter-spacing: 0.5px;
}

.metric-divider {
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
}

/* Premium Services Section */
.premium-services {
    padding: 120px 0;
    background: #fff;
}

.section-header-premium {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 80px;
}

.section-label {
    display: inline-block;
    padding: 6px 20px;
    background: rgba(0, 219, 222, 0.05);
    border: 1px solid rgba(0, 219, 222, 0.1);
    border-radius: 50px;
    color: #00dbde;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.section-title-premium {
    font-size: 2.5rem;
    font-weight: 300;
    color: #1a1a2e;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.section-desc-premium {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.7;
    font-weight: 300;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.service-item-premium {
    padding: 50px 40px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    transition: all 0.4s ease;
    position: relative;
}

.service-item-premium:hover {
    border-color: #00dbde;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.service-number {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 3rem;
    font-weight: 200;
    color: rgba(0, 0, 0, 0.03);
}

.service-icon-premium {
    width: 60px;
    height: 60px;
    background: rgba(0, 219, 222, 0.05);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.service-icon-premium i {
    font-size: 1.5rem;
    color: #00dbde;
}

.service-title-premium {
    font-size: 1.4rem;
    font-weight: 400;
    color: #1a1a2e;
    margin-bottom: 15px;
}

.service-desc-premium {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
    font-weight: 300;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-features li {
    padding: 8px 0;
    color: #888;
    font-size: 0.9rem;
    position: relative;
    padding-left: 20px;
}

.service-features li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: #00dbde;
}

/* Why Choose Premium Section */
.why-choose-premium {
    padding: 120px 0;
    background: #f8f9fa;
}

.why-content {
    padding-right: 60px;
}

.why-description {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 50px;
    font-weight: 300;
}

.why-features {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.why-feature-item {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.why-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-icon i {
    font-size: 1.2rem;
    color: #00dbde;
}

.why-text h4 {
    font-size: 1.1rem;
    font-weight: 400;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.why-text p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
    font-weight: 300;
}

.stats-premium {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.stat-card-premium {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 35px 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    transition: all 0.3s ease;
}

.stat-card-premium:hover {
    border-color: #00dbde;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.stat-icon-premium {
    width: 60px;
    height: 60px;
    background: rgba(0, 219, 222, 0.05);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon-premium i {
    font-size: 1.5rem;
    color: #00dbde;
}

.stat-number-premium {
    font-size: 2rem;
    font-weight: 300;
    color: #1a1a2e;
    margin-bottom: 5px;
}

.stat-text-premium {
    font-size: 0.9rem;
    color: #666;
    font-weight: 300;
}

/* Application Premium Section */
.application-premium {
    padding: 120px 0;
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a2e 100%);
}

.application-wrapper {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 60px;
}

.application-info-premium {
    padding-right: 40px;
}

.application-info-premium .section-title-premium {
    color: #fff;
    text-align: left;
}

.application-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    margin-bottom: 50px;
    font-weight: 300;
}

.contact-info-premium {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-item-premium {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-item-premium i {
    width: 45px;
    height: 45px;
    background: rgba(0, 219, 222, 0.1);
    border: 1px solid rgba(0, 219, 222, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00dbde;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.contact-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 5px;
    font-weight: 300;
}

.contact-value {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
}

/* Premium Form */
.form-premium-wrapper {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 50px 40px;
}

.form-group-premium {
    margin-bottom: 0;
}

.form-group-premium label {
    display: block;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
    font-weight: 400;
}

.form-control-premium {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    font-weight: 300;
}

.form-control-premium:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    border-color: #00dbde;
}

.form-control-premium::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

select.form-control-premium {
    cursor: pointer;
}

select.form-control-premium option {
    background: #1a1a2e;
    color: #fff;
}

textarea.form-control-premium {
    resize: vertical;
    min-height: 120px;
}

.youtube-link-group {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.youtube-link-group:last-child {
    margin-bottom: 0;
}

.btn-remove-link {
    width: 45px;
    height: 45px;
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.2);
    border-radius: 8px;
    color: #dc3545;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.btn-remove-link:hover {
    background: rgba(220, 53, 69, 0.2);
}

.btn-add-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(0, 219, 222, 0.1);
    border: 1px solid rgba(0, 219, 222, 0.2);
    border-radius: 8px;
    color: #00dbde;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-add-link:hover {
    background: rgba(0, 219, 222, 0.15);
}

.btn-submit-premium {
    width: 100%;
    padding: 16px 30px;
    background: linear-gradient(135deg, #00dbde, #00a8b5);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.btn-submit-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 219, 222, 0.3);
}

.btn-submit-premium i {
    transition: transform 0.3s ease;
}

.btn-submit-premium:hover i {
    transform: translateX(5px);
}

/* Alert Modern */
.alert-modern {
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: none;
}

.alert-success {
    background: rgba(40, 167, 69, 0.1);
    border: 1px solid rgba(40, 167, 69, 0.2);
    color: #28a745;
}

.alert-danger {
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

.alert-modern i {
    font-size: 1.2rem;
}

.btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.5;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .premium-hero {
        padding: 80px 0 60px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-metrics {
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .metric-divider {
        display: none;
    }
    
    .premium-services,
    .why-choose-premium,
    .application-premium {
        padding: 80px 0;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .why-content {
        padding-right: 0;
        margin-bottom: 50px;
    }
    
    .application-wrapper {
        padding: 40px 30px;
    }
    
    .application-info-premium {
        padding-right: 0;
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .premium-hero {
        padding: 60px 0 40px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .section-title-premium {
        font-size: 2rem;
    }
    
    .service-item-premium {
        padding: 40px 30px;
    }
    
    .form-premium-wrapper {
        padding: 30px 20px;
    }
    
    .application-wrapper {
        padding: 30px 20px;
    }
}
