@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap');

:root {
    --bg-dark: #0a0a0a;
    --bg-section: #141414;
    --gold: #D4AF37;
    --gold-light: #F3E5AB;
    --text-main: #e0e0e0;
    --text-muted: #a0a0a0;
    --white: #ffffff;
    --glass-bg: rgba(20, 20, 20, 0.7);
    --glass-border: rgba(212, 175, 55, 0.2);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { background-color: var(--bg-dark); color: var(--text-main); font-family: 'Montserrat', sans-serif; line-height: 1.7; overflow-x: hidden; }
h1, h2, h3, h4, .logo-text { font-family: 'Playfair Display', serif; }
a { text-decoration: none; color: inherit; transition: 0.3s; }

/* Elit Header & Glassmorphism */
header { position: fixed; width: 100%; top: 0; z-index: 1000; background: var(--glass-bg); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--glass-border); padding: 20px 5%; display: flex; justify-content: space-between; align-items: center; }
.logo-text { font-size: 28px; font-weight: 700; color: var(--white); letter-spacing: 1px; }
.logo-text span { color: var(--gold); font-style: italic; }
nav ul { display: flex; list-style: none; gap: 30px; }
nav ul li a { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; font-weight: 500; color: var(--text-muted); position: relative; }
nav ul li a:hover { color: var(--gold); }
nav ul li a::after { content: ''; position: absolute; width: 0; height: 1px; bottom: -5px; left: 0; background-color: var(--gold); transition: width 0.3s; }
nav ul li a:hover::after { width: 100%; }

/* Hero Section - Sinematik Etki */
.hero { min-height: 100vh; display: flex; align-items: center; padding: 0 5%; background: linear-gradient(rgba(10,10,10,0.8), rgba(10,10,10,0.9)), url('https://images.unsplash.com/photo-1629909613654-28e377c37b09?auto=format&fit=crop&q=80') center/cover no-repeat; position: relative; }
.hero-content { max-width: 800px; position: relative; z-index: 2; margin-top: 50px; }
.hero-subtitle { color: var(--gold); text-transform: uppercase; letter-spacing: 3px; font-size: 14px; margin-bottom: 20px; display: block; }
.hero h1 { font-size: 4.5rem; color: var(--white); line-height: 1.1; margin-bottom: 30px; font-weight: 600; }
.hero h1 span { color: var(--gold); font-style: italic; }
.hero p { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 40px; max-width: 600px; font-weight: 300; }

.btn-gold { border: 1px solid var(--gold); background: transparent; color: var(--gold); padding: 15px 40px; font-family: 'Montserrat', sans-serif; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; cursor: pointer; transition: all 0.4s; }
.btn-gold:hover { background: var(--gold); color: var(--bg-dark); }

/* Premium Services */
.premium-services { padding: 120px 5%; background: var(--bg-section); }
.section-header { text-align: center; margin-bottom: 80px; }
.section-header h2 { font-size: 3rem; color: var(--white); }
.section-header p { color: var(--gold); letter-spacing: 2px; text-transform: uppercase; font-size: 12px; margin-top: 10px; }

.service-luxury-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 40px; }
.service-luxury-card { background: var(--bg-dark); border: 1px solid rgba(255,255,255,0.05); padding: 50px 40px; transition: all 0.5s; position: relative; overflow: hidden; }
.service-luxury-card::before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 0; background: var(--gold); transition: 0.5s; }
.service-luxury-card:hover::before { height: 100%; }
.service-luxury-card:hover { transform: translateY(-10px); border-color: var(--glass-border); box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
.service-number { font-family: 'Playfair Display', serif; font-size: 4rem; color: rgba(212, 175, 55, 0.1); position: absolute; top: 20px; right: 30px; font-style: italic; }
.service-luxury-card h3 { font-size: 1.8rem; margin-bottom: 20px; color: var(--white); position: relative; z-index: 2; }
.service-luxury-card p { font-size: 0.95rem; color: var(--text-muted); font-weight: 300; margin-bottom: 30px; position: relative; z-index: 2; }

/* Elit Footer */
footer { background: #050505; border-top: 1px solid rgba(212,175,55,0.1); padding: 80px 5% 30px; }
.footer-wrap { display: grid; grid-template-columns: 1fr 1fr 2fr; gap: 60px; margin-bottom: 60px; }
.footer-title { font-family: 'Playfair Display', serif; color: var(--white); font-size: 1.5rem; margin-bottom: 30px; display: inline-block; position: relative; }
.footer-title::after { content:''; position:absolute; left:0; bottom:-10px; width:40px; height:2px; background:var(--gold); }
.footer-links li { margin-bottom: 15px; color: var(--text-muted); font-size: 0.9rem; }
.footer-links li a:hover { color: var(--gold); }
.contact-info { margin-top: 20px; }
.contact-item { display: flex; gap: 15px; margin-bottom: 20px; color: var(--text-muted); font-size: 0.9rem; align-items: flex-start; }
.contact-item i { color: var(--gold); font-size: 1.2rem; margin-top: 3px; }
/* Premium Form ve Eklemeler */
.luxury-contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; background: var(--bg-section); padding: 50px; border: 1px solid var(--glass-border); margin-bottom: 50px; }
.luxury-input { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,0.2); color: var(--white); padding: 15px 0; margin-bottom: 30px; font-family: 'Montserrat', sans-serif; transition: 0.3s; font-size: 14px; }
.luxury-input:focus { border-bottom-color: var(--gold); outline: none; }
.luxury-input::placeholder { color: var(--text-muted); }
.btn-gold-solid { background: var(--gold); color: var(--bg-dark); border: none; padding: 15px 40px; font-family: 'Montserrat', sans-serif; text-transform: uppercase; letter-spacing: 2px; font-size: 13px; font-weight: 600; cursor: pointer; transition: 0.3s; width: 100%; }
.btn-gold-solid:hover { background: var(--white); color: var(--bg-dark); box-shadow: 0 10px 20px rgba(212,175,55,0.2); }
.page-header { padding: 150px 5% 80px; text-align: center; background: linear-gradient(rgba(10,10,10,0.9), rgba(10,10,10,0.95)), url('https://images.unsplash.com/photo-1629909613654-28e377c37b09?auto=format&fit=crop&q=80') center/cover; border-bottom: 1px solid var(--glass-border); }
.page-header h1 { font-size: 3.5rem; color: var(--white); margin-bottom: 15px; }
.page-header h1 span { color: var(--gold); font-style: italic; }
@media (max-width: 768px) { .luxury-contact-wrap, .footer-wrap { grid-template-columns: 1fr; } }