/* Genel Stil Reset ve Font Ayarları */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden; 
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    background: none; 
    
    display: block; 
    min-height: 100vh;
    position: relative; 
    overflow: hidden; 
}

/* Bulanık Arka Plan Katmanı */
.blurred-background {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-image: url('https://www.gatsbyvalet.com/wp-content/uploads/2025/04/gatsby-valet-professional-service-opening-car-door.jpg'); 
    background-size: cover; 
    background-position: center;
    
    filter: blur(1px) brightness(0.75); 
    z-index: 1; 
}

/* Uygulama Konteyneri (TAM EKRAN + ŞEFFAF GÖRÜNÜM) */
.app-container {
    width: 100%; 
    height: 100vh; 
    max-width: none; 
    min-height: 100vh; 
    
    background-color: rgba(255, 255, 255, 0.15); 
    backdrop-filter: none; 
    -webkit-backdrop-filter: none; 
    
    border-radius: 0; 
    box-shadow: none; 
    
    position: relative; 
    z-index: 2; 
    overflow: hidden; 
    animation: fadeIn 0.8s ease-out forwards; 
    display: flex; 
    flex-direction: column;
}

/* Basit Giriş Animasyonu */
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

/* --- Başlık (Header) Stili --- */
header {
    display: flex;
    justify-content: center; 
    align-items: center;
    padding: 25px 30px; 
    background-color: rgba(56, 56, 56, 0.8); 
    color: #ffffff;
    
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
    border-radius: 0; 
    flex-shrink: 0; 
}

header h1 {
    font-size: 1.35em; 
    font-weight: 600;
}

/* İkonları tamamen gizle */
.menu-icon, .profile-icon {
    display: none; 
}

/* --- Ana İçerik ve Buton Konteyneri --- */
.vale-option-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
    justify-content: center; 
    align-items: center;
    padding: 40px 25px; 
    gap: 40px; 
}

/* --- TIKLANABİLİR GÖRSEL (A) STİLİ --- */
.image-link {
    display: inline-block;
    margin-bottom: 0px; 
    cursor: pointer; 
}

/* --- GÖRSEL (IMG) STİLİ --- */
.standalone-vale-image {
    width: 150px; 
    height: auto; 
    display: block; 
    
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.6)); 
    transition: transform 0.2s ease;
}

.image-link:hover .standalone-vale-image {
    transform: scale(1.05);
}

/* --- ESKİ İKON STİLLERİ KALDIRILDI --- */
.service-icon {
    display: none; 
}


/* --- Buton Görünümü (Buzlu Cam ve Gradyan Geçişli) --- */
.service-button {
    display: flex; 
    justify-content: center;
    align-items: center;
    width: 90%; 
    max-width: 300px;
    padding: 18px 30px;
    text-align: center;
    text-decoration: none;
    font-size: 1.3em; 
    font-weight: 700;
    
    /* YENİ DEGRADE ARKA PLAN RENGİ */
    background: linear-gradient(135deg, 
                #0e7488 0%, /* Sizin istediğiniz renk */
                #0a4c59 100%); /* Biraz daha koyu tonu */
    
    color: #ffffff; 
    border: 1px solid rgba(255, 255, 255, 0.5); 
    border-radius: 12px; 
    
    /* GÖLGE RENGİNİ BUTON RENGİNE UYDURDUK */
    box-shadow: 0 10px 25px rgba(14, 116, 136, 0.5); 
    
    transition: all 0.2s ease;
}

.service-button:hover {
    /* ÜZERİNE GELİNCE HAFİF AÇIK TON */
    background: linear-gradient(135deg, 
                #118a9e 0%, /* Biraz daha açık ton */
                #0e7488 100%); /* Sizin istediğiniz renk */
    
    transform: translateY(-2px); 
    box-shadow: 0 12px 30px rgba(14, 116, 136, 0.6); /* Gölge de koyulaştı */
}

.service-button:active {
    background: linear-gradient(135deg, 
                #0a4c59 0%, 
                #0e7488 100%); 
    transform: translateY(0);
    box-shadow: 0 8px 20px rgba(14, 116, 136, 0.4);
}


/* --- Alt Bilgi (Footer) Stili) --- */
footer {
    padding: 20px 15px;
    background-color: rgba(248, 248, 248, 0.8); 
    text-align: center;
    font-size: 0.9em; 
    color: #6c757d;
    font-weight: 500;
    
    border-radius: 0; 
    flex-shrink: 0; 
}
```http://googleusercontent.com/image_generation_content/5