body {
    font-family: "Inter", sans-serif;
}

.font-display {
    font-family: "Playfair Display", serif;
}

/* Header–hero arası logo: giriş animasyonu */
@keyframes luxIntroLogo {
    0% { opacity: 0; transform: scale(0.94); }
    100% { opacity: 1; transform: scale(1); }
}

.lux-intro-logo {
    animation: luxIntroLogo 1s ease-out forwards;
}

.lux-intro-logo img {
    display: block;
    transition: filter 0.4s ease;
}

.lux-intro-logo:hover img {
    filter: drop-shadow(0 0 20px rgba(245, 158, 11, 0.35));
}

.lux-orb {
    filter: blur(40px);
    opacity: 0.7;
}

.lux-card {
    box-shadow: 0 25px 60px -40px rgba(15, 23, 42, 0.45);
}

.lux-glow {
    box-shadow: 0 18px 40px -30px rgba(245, 158, 11, 0.8);
}

.lux-border {
    border-image: linear-gradient(120deg, rgba(245, 158, 11, 0.8), rgba(229, 231, 235, 0.4)) 1;
}

.lux-hero-bg {
    filter: blur(2px);
    transform: scale(1.02);
}

.nav-link {
    position: relative;
    color: #ffffff;
    transition: color 0.3s ease, transform 0.3s ease;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(245, 158, 11, 0.9));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.nav-link:hover {
    color: #fbbf24;
    transform: translateY(-2px);
}

.nav-link:hover::after {
    transform: scaleX(1);
}

.lux-cta {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lux-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 45px -30px rgba(15, 23, 42, 0.85);
}

.lux-btn-primary {
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.lux-btn-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.35), transparent 55%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.lux-btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 20px 50px -25px rgba(15, 23, 42, 0.8);
}

.lux-btn-primary:hover::after {
    opacity: 1;
}

.lux-btn-ghost {
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
}

.lux-btn-ghost::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.15), rgba(245, 158, 11, 0.3));
    opacity: 0;
    transition: opacity 0.35s ease;
}

.lux-btn-ghost:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px -25px rgba(245, 158, 11, 0.6);
    color: #fef3c7;
}

.lux-btn-ghost:hover::after {
    opacity: 1;
}

.lux-hover-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.lux-hover-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px -45px rgba(15, 23, 42, 0.7);
}

.lux-mini-card,
.lux-stat-card,
.lux-micro-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lux-mini-card:hover,
.lux-micro-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px -30px rgba(245, 158, 11, 0.6);
}

.lux-stat-card:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 18px 40px -30px rgba(15, 23, 42, 0.5);
}

.lux-footer-icon {
    transition: transform 0.3s ease, color 0.3s ease;
}

.lux-footer-icon:hover {
    transform: translateY(-3px) scale(1.1);
    color: #f59e0b;
}

.lux-footer-link {
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
}

.lux-footer-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #f59e0b;
    transition: width 0.3s ease;
}

.lux-footer-link:hover {
    color: #f59e0b;
}

.lux-footer-link:hover::after {
    width: 100%;
}

/* Ultra Luxury Services Page Styles */
.lux-hero-gradient {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 25%, #334155 50%, #1e293b 75%, #0f172a 100%);
    background-size: 400% 400%;
    animation: luxGradientShift 15s ease infinite;
}

@keyframes luxGradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.lux-float-animation {
    animation: luxFloat 6s ease-in-out infinite;
}

@keyframes luxFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.lux-service-card {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(245, 158, 11, 0.2);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.lux-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.1), transparent);
    transition: left 0.6s ease;
}

.lux-service-card:hover::before {
    left: 100%;
}

.lux-service-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 40px 80px -30px rgba(245, 158, 11, 0.3);
    border-color: rgba(245, 158, 11, 0.5);
}

.lux-icon-wrapper {
    position: relative;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px -6px rgba(245, 158, 11, 0.5);
    transition: all 0.4s ease;
}

.lux-service-card:hover .lux-icon-wrapper {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 12px 32px -12px rgba(245, 158, 11, 0.7);
}

.lux-process-card {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border: 1px solid rgba(245, 158, 11, 0.3);
    transition: all 0.5s ease;
    overflow: hidden;
}

.lux-process-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.lux-process-card:hover::after {
    opacity: 1;
}

.lux-process-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 32px 64px -20px rgba(245, 158, 11, 0.4);
    border-color: rgba(245, 158, 11, 0.6);
}

.lux-shimmer {
    position: relative;
    overflow: hidden;
}

.lux-shimmer::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: luxShimmer 3s infinite;
}

@keyframes luxShimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.lux-pulse {
    animation: luxPulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes luxPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.lux-slide-in {
    opacity: 0;
    transform: translateY(30px);
    animation: luxSlideIn 0.8s ease forwards;
}

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

.lux-stagger-1 { animation-delay: 0.1s; }
.lux-stagger-2 { animation-delay: 0.2s; }
.lux-stagger-3 { animation-delay: 0.3s; }
.lux-stagger-4 { animation-delay: 0.4s; }
.lux-stagger-5 { animation-delay: 0.5s; }
.lux-stagger-6 { animation-delay: 0.6s; }

/* Advanced Ultra Luxury Effects */
.lux-glass-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        0 8px 32px rgba(31, 38, 135, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.lux-glass-card:hover {
    transform: translateY(-16px) scale(1.03);
    box-shadow: 
        0 20px 60px rgba(31, 38, 135, 0.25),
        0 0 0 1px rgba(245, 158, 11, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    border-color: rgba(245, 158, 11, 0.4);
}

.lux-magnetic-hover {
    position: relative;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.lux-magnetic-hover::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg, #f59e0b, #fbbf24, #f59e0b);
    border-radius: inherit;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    background-size: 200% 200%;
    animation: luxGradientRotate 3s linear infinite;
}

.lux-magnetic-hover:hover::before {
    opacity: 0.7;
}

.lux-magnetic-hover:hover {
    transform: translateY(-8px) rotateX(5deg) rotateY(5deg);
    box-shadow: 
        0 25px 50px rgba(245, 158, 11, 0.4),
        0 0 30px rgba(245, 158, 11, 0.2);
}

@keyframes luxGradientRotate {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.lux-neon-glow {
    position: relative;
    transition: all 0.3s ease;
}

.lux-neon-glow::after {
    content: '';
    position: absolute;
    inset: -4px;
    background: linear-gradient(45deg, #f59e0b, #fbbf24, #f59e0b);
    border-radius: inherit;
    filter: blur(8px);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}

.lux-neon-glow:hover::after {
    opacity: 0.8;
    animation: luxNeonPulse 2s ease-in-out infinite;
}

@keyframes luxNeonPulse {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.1); opacity: 1; }
}

.lux-text-glow {
    text-shadow: 
        0 0 20px rgba(245, 158, 11, 0.5),
        0 0 40px rgba(245, 158, 11, 0.3),
        0 0 60px rgba(245, 158, 11, 0.1);
    transition: all 0.3s ease;
}

.lux-text-glow:hover {
    text-shadow: 
        0 0 30px rgba(245, 158, 11, 0.8),
        0 0 60px rgba(245, 158, 11, 0.5),
        0 0 80px rgba(245, 158, 11, 0.3);
}

.lux-parallax-float {
    animation: luxParallaxFloat 8s ease-in-out infinite;
}

@keyframes luxParallaxFloat {
    0%, 100% { 
        transform: translateY(0px) translateX(0px) rotate(0deg); 
    }
    25% { 
        transform: translateY(-15px) translateX(10px) rotate(1deg); 
    }
    50% { 
        transform: translateY(-8px) translateX(-5px) rotate(-1deg); 
    }
    75% { 
        transform: translateY(-20px) translateX(8px) rotate(0.5deg); 
    }
}

.lux-morphing-bg {
    background: linear-gradient(45deg, #0f172a, #1e293b, #334155, #1e293b, #0f172a);
    background-size: 300% 300%;
    animation: luxMorphingBg 20s ease infinite;
}

@keyframes luxMorphingBg {
    0% { background-position: 0% 50%; }
    25% { background-position: 50% 25%; }
    50% { background-position: 100% 50%; }
    75% { background-position: 50% 75%; }
    100% { background-position: 0% 50%; }
}

.lux-luxury-border {
    position: relative;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border-radius: 24px;
}

.lux-luxury-border::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(135deg, #f59e0b, #fbbf24, #f59e0b, #fbbf24);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    background-size: 200% 200%;
    animation: luxBorderAnimation 4s linear infinite;
}

@keyframes luxBorderAnimation {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

.lux-3d-card {
    transform-style: preserve-3d;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.lux-3d-card:hover {
    transform: perspective(1000px) rotateY(5deg) rotateX(-5deg) translateZ(20px);
}

.lux-particle-field {
    position: relative;
    overflow: hidden;
}

.lux-particle-field::before,
.lux-particle-field::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(245, 158, 11, 0.6);
    border-radius: 50%;
    animation: luxParticleFloat 10s infinite linear;
}

.lux-particle-field::before {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.lux-particle-field::after {
    top: 60%;
    right: 15%;
    animation-delay: 5s;
}

@keyframes luxParticleFloat {
    0% {
        transform: translateY(0px) translateX(0px);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) translateX(50px);
        opacity: 0;
    }
}

.lux-premium-shine {
    position: relative;
    overflow: hidden;
}

.lux-premium-shine::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgba(245, 158, 11, 0.1) 45deg,
        rgba(251, 191, 36, 0.2) 90deg,
        rgba(245, 158, 11, 0.1) 135deg,
        transparent 180deg,
        transparent 360deg
    );
    animation: luxPremiumShine 4s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lux-premium-shine:hover::before {
    opacity: 1;
}

@keyframes luxPremiumShine {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Smooth Card Animations */
.lux-card-hover {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.lux-card-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.15);
}

.lux-card-hover:hover .card-icon {
    transform: scale(1.1);
}

.lux-card-hover:hover .card-number {
    transform: scale(1.05);
}

/* Button Animations */
.lux-btn-animate {
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.lux-btn-animate::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.lux-btn-animate:hover::before {
    width: 300px;
    height: 300px;
}

.lux-btn-animate:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.2);
}

/* Service Card Specific */
.service-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px -12px rgba(0, 0, 0, 0.15);
}

.service-card:hover .service-icon {
    transform: rotate(5deg) scale(1.1);
}

.service-card:hover .service-price {
    transform: scale(1.05);
}

/* Project Card Specific */
.project-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2);
}

.project-card:hover .project-image {
    transform: scale(1.05);
}

.project-card:hover .play-button {
    transform: scale(1.1);
    opacity: 1;
}

/* Team Card Specific */
.team-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.15);
}

.team-card:hover .team-avatar {
    transform: scale(1.05);
}

.team-card:hover .social-icon {
    transform: translateY(-2px);
}

/* Team Card Premium (Ekibimiz – rapçiler, premium kartlar) */
.team-card-premium .team-card-img {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-card-premium:hover .team-card-img {
    transform: scale(1.06);
}

/* Anı kartı: siyah-beyaz fotoğraf (grayscale), hover’da resim büyümesin. ID: team-memorial-ugur-uca */
.team-card-memorial .team-card-img.grayscale {
    filter: grayscale(100%);
}
.team-card-memorial:hover .team-card-img {
    transform: none;
}

.team-card-premium:hover .team-social {
    transform: translateY(-2px);
}

/* Form Input Animations */
.lux-input {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
}

.lux-input:focus {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px -4px rgba(245, 158, 11, 0.2);
}

/* Statistics Counter Animation */
.stat-counter {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.stat-counter:hover {
    transform: scale(1.05);
}

.stat-counter:hover .stat-icon {
    transform: rotate(10deg);
}

/* Navigation Link Animation */
.nav-link-animate {
    position: relative;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link-animate::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #f59e0b;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link-animate:hover::after {
    width: 100%;
}

/* Floating Animation for Icons */
.float-icon {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

/* Pulse Animation for Badges */
.pulse-badge {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}

/* Slide In Animation */
.slide-in {
    animation: slideIn 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

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

/* Stagger Animation for Cards */
.stagger-card {
    opacity: 0;
    animation: staggerIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.stagger-card:nth-child(1) { animation-delay: 0.1s; }
.stagger-card:nth-child(2) { animation-delay: 0.2s; }
.stagger-card:nth-child(3) { animation-delay: 0.3s; }
.stagger-card:nth-child(4) { animation-delay: 0.4s; }
.stagger-card:nth-child(5) { animation-delay: 0.5s; }
.stagger-card:nth-child(6) { animation-delay: 0.6s; }

@keyframes staggerIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
    from {
        opacity: 0;
        transform: translateY(30px);
    }
}

/* Mobil: dokunmatik kaydırma (iOS) ve responsive yardımcılar */
#mobile-menu-overlay nav {
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
    #luxModal .overflow-y-auto {
        -webkit-overflow-scrolling: touch;
    }
}
