/* Butik Marka CSS - Elegant & Minimal */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Butik Marka Renk Paleti */
:root {
    --primary-color: #1a1a1a;
    --primary-light: #2a2a2a;
    --accent-gold: #c9a96e;
    --accent-gold-light: #d4b77a;
    --text-primary: #1a1a1a;
    --text-secondary: #4a4a4a;
    --text-light: #7a7a7a;
    --bg-primary: #ffffff;
    --bg-secondary: #fafafa;
    --bg-light: #f7f7f7;
    --border-color: #e8e8e8;
    --shadow-subtle: 0 1px 20px rgba(0, 0, 0, 0.03);
    --shadow-medium: 0 2px 30px rgba(0, 0, 0, 0.06);
    --shadow-elegant: 0 4px 40px rgba(0, 0, 0, 0.1);
    --border-radius: 0;
    --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --letter-spacing: 0.5px;
}

/* Base Styles */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Playfair Display', 'Georgia', serif;
    line-height: 1.7;
    color: var(--text-primary);
    background-color: var(--bg-primary);
    overflow-x: hidden;
    font-weight: 300;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Elegant Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    letter-spacing: var(--letter-spacing);
}

h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.3rem, 3vw, 1.8rem); }

p {
    margin-bottom: 1.5rem;
    color: var(--text-secondary);
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    line-height: 1.8;
}

/* Header - Minimal & Elegant */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    transition: var(--transition);
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.99);
    box-shadow: var(--shadow-subtle);
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 40px;
}

.logo h1 {
    color: var(--primary-color);
    font-size: 1.6rem;
    font-weight: 300;
    margin: 0;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
}

.logo h1::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 25px;
    height: 1px;
    background: var(--accent-gold);
}

.tagline {
    font-size: 0.7rem;
    color: var(--text-light);
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 2px;
    font-family: 'Inter', sans-serif;
}

.nav {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.nav ul {
    display: flex;
    list-style: none;
    gap: 3rem;
}

/* Language Selector */
.language-selector {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lang-btn {
    background: none;
    border: none;
    color: var(--text-light);
    font-size: 0.9rem;
    font-weight: 400;
    cursor: pointer;
    transition: var(--transition);
    font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.5rem;
}

.lang-btn.active {
    color: var(--accent-gold);
    font-weight: 500;
}

.lang-btn:hover {
    color: var(--accent-gold);
}

.lang-divider {
    color: var(--border-color);
    font-size: 0.8rem;
    opacity: 0.5;
}

.nav a {
    text-decoration: none;
    color: var(--text-secondary);
    font-weight: 300;
    font-size: 0.95rem;
    letter-spacing: 1px;
    transition: var(--transition);
    position: relative;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
}

.nav a:hover {
    color: var(--accent-gold);
}

.nav a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: var(--accent-gold);
    transition: var(--transition);
}

.nav a:hover::after {
    width: 100%;
}

/* Hero Section - Luxury Experience */
.hero {
    min-height: 100vh;
    background: var(--bg-primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10rem 2rem 8rem;
    position: relative;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 30%, rgba(201, 169, 110, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 1;
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><pattern id="luxury-pattern" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M20,0 L40,20 L20,40 L0,20 Z" fill="none" stroke="%23c9a96e" stroke-width="0.5" opacity="0.15"/></pattern></defs><rect width="200" height="200" fill="url(%23luxury-pattern)"/></svg>') repeat;
    animation: float 20s ease-in-out infinite;
    z-index: 0;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-20px, -20px) rotate(1deg); }
}

.hero-badge {
    position: relative;
    z-index: 3;
    margin-bottom: 2rem;
    opacity: 0;
    animation: fadeInDown 1s ease-out 0.5s forwards;
}

.hero-badge span {
    display: inline-block;
    padding: 0.5rem 2rem;
    background: transparent;
    border: 1px solid var(--accent-gold);
    color: var(--accent-gold);
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 1000px;
}

.hero h1 {
    font-size: clamp(3.5rem, 8vw, 6.5rem);
    font-weight: 300;
    margin-bottom: 2rem;
    color: var(--primary-color);
    line-height: 1.1;
    font-family: 'Playfair Display', serif;
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.8s forwards;
}

.hero h2 {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 300;
    margin-bottom: 2.5rem;
    color: var(--accent-gold);
    font-style: italic;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
    opacity: 0;
    animation: fadeInUp 1s ease-out 1.1s forwards;
}

.hero-description {
    font-size: 1.2rem;
    margin-bottom: 3.5rem;
    color: var(--text-secondary);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.9;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    opacity: 0;
    animation: fadeInUp 1s ease-out 1.4s forwards;
}

.hero-buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 6rem;
    opacity: 0;
    animation: fadeInUp 1s ease-out 1.7s forwards;
}

/* Luxury Stats Section */
.hero-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-top: 5rem;
    padding: 3rem 2rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(201, 169, 110, 0.2);
    border-radius: 0;
    position: relative;
    z-index: 3;
    opacity: 0;
    animation: fadeInUp 1s ease-out 2s forwards;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.stat-item {
    text-align: center;
    padding: 1.5rem 2rem;
    flex: 1;
}

.stat-number {
    display: block;
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
    font-family: 'Playfair Display', serif;
    line-height: 1;
    position: relative;
}

.stat-plus {
    font-size: 2rem;
    color: var(--accent-gold);
    font-weight: 300;
}

.stat-label {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: var(--accent-gold);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'Inter', sans-serif;
}

.stat-description {
    font-size: 0.85rem;
    color: var(--text-light);
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-style: italic;
}

.stat-divider {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, transparent, var(--accent-gold), transparent);
    opacity: 0.5;
}

/* Hero Scroll Indicator */
.hero-scroll {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 3;
    opacity: 0;
    animation: fadeIn 1s ease-out 2.5s forwards;
}

.hero-scroll span {
    display: block;
    font-size: 0.8rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    font-family: 'Inter', sans-serif;
}

.scroll-indicator {
    width: 2px;
    height: 30px;
    background: var(--accent-gold);
    margin: 0 auto;
    position: relative;
    opacity: 0.7;
}

.scroll-indicator::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid var(--accent-gold);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-5px); }
    60% { transform: translateX(-50%) translateY(-3px); }
}

/* Animation Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Elegant Buttons */
.btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    border-radius: var(--border-radius);
    text-decoration: none;
    font-weight: 300;
    font-size: 0.9rem;
    transition: var(--transition);
    border: 1px solid transparent;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.btn-primary {
    background: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
}

.btn-primary:hover {
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.btn-secondary {
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--border-color);
}

.btn-secondary:hover {
    background: var(--accent-gold);
    color: white;
    border: 1px solid var(--accent-gold);
}

/* Services Section - Clean & Elegant */
.services {
    padding: 8rem 0;
    background: var(--bg-secondary);
}

.section-header {
    text-align: center;
    margin-bottom: 5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.section-header h2 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.section-header p {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.8;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    margin-top: 4rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.service-card {
    background: var(--bg-primary);
    padding: 3rem 2.5rem;
    border: 1px solid var(--border-color);
    transition: var(--transition);
    position: relative;
    text-align: center;
}

.service-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--accent-gold);
    transform: scaleX(0);
    transition: var(--transition);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-elegant);
}

.service-card:hover::after {
    transform: scaleX(1);
}

.service-icon {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    display: block;
    opacity: 0.8;
}

.service-card h3 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.service-card p {
    margin-bottom: 2rem;
    line-height: 1.8;
    color: var(--text-secondary);
}

.service-features {
    list-style: none;
    padding: 0;
    text-align: left;
}

.service-features li {
    padding: 0.7rem 0;
    color: var(--text-light);
    position: relative;
    padding-left: 2rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
}

.service-features li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--accent-gold);
    font-weight: 300;
}

/* About Section */
.about {
    padding: 8rem 0;
    background: var(--bg-primary);
}

.about-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about h2 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 300;
}

.about h3 {
    color: var(--accent-gold);
    font-weight: 300;
    margin-bottom: 3rem;
    font-style: italic;
}

.about p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    text-align: left;
    line-height: 1.9;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}

.feature {
    text-align: center;
    padding: 2rem 1rem;
}

.feature h4 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 300;
}

.feature p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.7;
}

/* Contact Section */
.contact {
    padding: 8rem 0;
    background: var(--bg-light);
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
}

.contact h2 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.contact-details {
    margin-top: 3rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.5rem;
    gap: 1.5rem;
}

.contact-icon {
    font-size: 1.3rem;
    margin-top: 0.3rem;
    color: var(--accent-gold);
}

.contact-item h4 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.contact-item p {
    color: var(--text-secondary);
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.contact-cta {
    background: var(--bg-primary);
    padding: 3rem;
    border: 1px solid var(--border-color);
    text-align: center;
}

.contact-cta h3 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.contact-cta p {
    margin-bottom: 2.5rem;
    line-height: 1.8;
}

.contact-cta .btn {
    display: block;
    margin: 1.5rem 0;
}

/* Footer - Minimal */
.footer {
    background: var(--primary-color);
    color: rgba(255, 255, 255, 0.8);
    padding: 4rem 0 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    margin-bottom: 3rem;
}

.footer-brand h3 {
    color: white;
    margin-bottom: 1rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
}

.footer-section h4 {
    color: white;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 0.8rem;
}

.footer-section a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: var(--transition);
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
}

.footer-section a:hover {
    color: var(--accent-gold);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
    font-size: 0.85rem;
    font-family: 'Inter', sans-serif;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
    
    .header .container {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1rem 20px;
    }
    
    .nav {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .nav ul {
        gap: 2rem;
    }
    
    .hero {
        padding: 7rem 1rem 5rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 2rem;
        padding: 2rem 1rem;
        margin-top: 3rem;
    }
    
    .stat-divider {
        width: 60px;
        height: 1px;
        background: linear-gradient(to right, transparent, var(--accent-gold), transparent);
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .services, .about, .contact {
        padding: 5rem 0;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .about-features {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    .service-card, .contact-cta {
        padding: 2rem 1.5rem;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 1.5rem;
    }
}

/* Subtle animations */
.service-card, .feature, .contact-item {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card:nth-child(1) { animation-delay: 0.1s; }
.service-card:nth-child(2) { animation-delay: 0.3s; }
.service-card:nth-child(3) { animation-delay: 0.5s; }