/* Yenilenmiş Renk Paleti ve Temel Ayarlar */
:root {
    --primary-color: #db2777;
    /* Gül Kurusu / Canlı Pembe - Butonlar ve Vurgular */
    --secondary-color: #fdf2f8;
    /* Çok Açık Pudra - Arka Planlar */
    --accent-color: #d9a06f;
    /* Yumuşak Altın/Şampanya - Detaylar */
    --text-dark: #831843;
    /* Derin Mürdüm/Kahve - Başlıklar */
    --text-main: #4b5563;
    /* Koyu Gri - Ana Metin */
    --text-light: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* Daha modern bir font */
}

body {
    background-color: #ffffff;
    color: var(--text-main);
    line-height: 1.8;
}

/* Navigasyon (Fixed Şeffaf) */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 8%;
    background-color: #831843;
    box-shadow: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.logo {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    text-decoration: none;
    letter-spacing: 1px;
}

.logo-top {
    font-size: 26px;
    font-weight: 400;
    font-family: 'Bebas Neue', 'Impact', sans-serif;
    color: #ffffff;
    letter-spacing: 3px;
    line-height: 1;
}

.logo .logo-bottom {
    font-size: 9px;
    font-weight: 500;
    color: var(--accent-color);
    letter-spacing: 3px;
    margin-top: 2px;
}

.logo span {
    color: #ffffff;
    font-weight: 300;
}

/* Nav Menüsü İçin Eklenen Flex Ayarları */
.nav-links {
    display: flex;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: rgba(138, 138, 138, 0.9);
    margin: 0 15px;
    font-weight: 500;
    transition: color 0.3s;
    font-size: 0.95rem;
}

.nav-links a:hover {
    color: #ff48e0;
}

/* Hamburger Menü (Mobil İçin) */
.menu-toggle {
    display: none;
    font-size: 1.5rem;
    color: #ffffff;
    cursor: pointer;
}

/* Randevu Butonu */
.btn-randevu {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
    display: inline-block;
    border: 2px solid transparent;
    font-size: 0.9rem;
}

.btn-randevu:hover {
    background-color: var(--text-light);
    color: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(219, 39, 119, 0.2);
}

/* Hero Bölümü */
.hero {
    min-height: 100vh;
    background: linear-gradient(-45deg, #db2777, #831843, #be185d, #4a044e);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--text-light);
    padding: 80px 10% 60px;
    gap: 40px;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.hero h1 {
    font-size: 3.6rem;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: -1px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    line-height: 1.15;
}

.hero h1 em {
    font-style: italic;
    color: #f9a8d4;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-weight: 400;
}

.hero p {
    font-size: 1.15rem;
    margin-bottom: 0;
    max-width: 600px;
    font-weight: 300;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

/* Premium Badge */
.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    padding: 8px 22px;
    border-radius: 50px;
    margin-bottom: 20px;
    backdrop-filter: blur(6px);
}

/* Süslü dot */
.hero-dot {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.2rem;
    margin: 4px 0;
}

/* --- Hero Cam Efekti (Glassmorphism) --- */
.hero-content-glass {
    background: rgba(100, 20, 60, 0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 52px 48px 44px;
    border-radius: 26px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

/* Buton grubu */
.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8px;
}

/* --- Bembeyaz Dikkat Çekici Buton --- */
.hero .white-btn {
    background-color: #ffffff !important;
    color: var(--primary-color) !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2) !important;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 34px;
}

.hero .white-btn:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 14px 32px rgba(255, 255, 255, 0.35) !important;
    background-color: #fdf2f8 !important;
}

/* Outline/şeffaf buton */
.btn-outline-light {
    display: inline-block;
    padding: 14px 34px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.65);
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.08);
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.15);
}

/* --- Hero İstatistik Şeridi --- */
.hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 60px;
    padding: 18px 48px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 0 36px;
}

.hero-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.25);
}

.stat-number {
    font-size: 1.65rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
}

.stat-label {
    font-size: 0.62rem;
    letter-spacing: 1.8px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
}

.stat-link {
    font-size: 1rem;
    letter-spacing: 1.5px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    margin-top: 2px;
    transition: opacity 0.2s;
}

.stat-link:hover {
    color: #ff48e0;
}

/* Ortak Seksiyon Ayarları */
section {
    padding: 100px 10%;
}

.section-title {
    text-align: center;
    font-size: 2.8rem;
    color: var(--text-dark);
    margin-bottom: 15px;
    font-weight: 700;
}

.section-subtitle {
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 60px;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Hakkımızda */
.about {
    background-color: var(--secondary-color);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.about-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 15px 15px 0 var(--accent-color);
}

/* Hizmetler */
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

@keyframes cardFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* === FLIP KARTI === */
.flip-card {
    perspective: 1200px;
    height: 260px;
    animation: cardFadeInUp 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) backwards;
    cursor: pointer;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
    transform-style: preserve-3d;
}

/* Masaüstü: hover'da döner */
@media (min-width: 993px) {
    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }
}

/* Mobil: .flipped sınıfıyla döner */
.flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 24px;
    text-align: center;
}

/* Ön Yüz */
.flip-card-front {
    background: #ffffff;
    border: 1px solid #f3f4f6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.flip-card-front h3 {
    color: var(--text-dark);
    font-size: 1.3rem;
    margin-top: 18px;
}

/* Arka Yüz */
.flip-card-back {
    background: linear-gradient(135deg, #831843, #db2777);
    transform: rotateY(180deg);
    box-shadow: 0 10px 30px rgba(219, 39, 119, 0.25);
}

.flip-card-back h3 {
    color: #ffffff;
    font-size: 1.1rem;
    margin: 10px 0 8px;
}

.flip-card-back p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 18px;
    flex-grow: 1;
}

.flip-card-back .btn-service-randevu {
    display: block;
    background-color: #ffffff !important;
    color: var(--primary-color) !important;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 11px 24px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    letter-spacing: 0.5px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    margin-top: auto;
}

.flip-card-back .btn-service-randevu:hover {
    background-color: #fdf2f8 !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2) !important;
}

/* Servis İkonları */
.service-icon {
    font-size: 2.8rem;
    color: var(--primary-color);
    display: inline-block;
    transition: transform 0.3s ease;
}

.flip-card-front:hover .service-icon {
    transform: scale(1.15) rotate(8deg);
}

.service-icon-back {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.85);
    display: inline-block;
}



/* Galeri (Çok Kritik) */
.gallery {
    background-color: var(--secondary-color);
}

.gallery-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.gallery-track {
    display: flex;
    width: calc((300px + 20px) * 8);
    /* her bir öge için tahmini genişlik (item + margin/gap) */
    animation: scroll-gallery 20s linear infinite;
}

.gallery-track:hover {
    animation-play-state: paused;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 300px;
    min-width: 300px;
    margin: 0 10px;
}

@keyframes scroll-gallery {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-320px * 4));
        /* 300 width + 20 margin = 320 * 4 asıl item sayısı */
    }
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* Yorumlar */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.testi-card {
    background: var(--text-light);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border-left: 5px solid var(--accent-color);
}

.stars {
    color: #fbbf24;
    margin-bottom: 15px;
}

.client-name {
    font-weight: 600;
    color: var(--text-dark);
    margin-top: 20px;
}

/* İletişim & Harita */
.contact {
    background-color: var(--text-dark);
    color: var(--text-light);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact .section-title {
    color: var(--text-light);
    text-align: left;
}

.contact-info p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.contact-info i {
    margin-right: 15px;
    color: var(--accent-color);
    font-size: 1.3rem;
}

.map-container {
    width: 100%;
    height: 350px;
    min-height: 350px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid var(--text-light);
    position: relative;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Footer */
.footer {
    background-color: var(--text-dark);
    color: var(--secondary-color);
    padding: 70px 10% 20px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.footer-brand .social-links {
    margin-top: 25px;
    display: flex;
    gap: 15px;
}

.footer-brand .social-links a {
    color: var(--text-light);
    background-color: rgba(255, 255, 255, 0.1);
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1.3rem;
    transition: all 0.3s;
    text-decoration: none;
}

.footer-brand .social-links a:hover {
    background-color: var(--primary-color);
    color: var(--text-light);
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(219, 39, 119, 0.4);
}

.footer-links h3,
.footer-hours h3 {
    color: var(--text-light);
    font-size: 1.4rem;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
    font-weight: 600;
}

.footer-links h3::after,
.footer-hours h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: var(--accent-color);
    border-radius: 2px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 15px;
}

.footer-links ul li a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s, transform 0.3s;
    display: inline-block;
}

.footer-links ul li a:hover {
    color: var(--accent-color);
    transform: translateX(5px);
}

.footer-hours p {
    color: #cbd5e1;
    margin-bottom: 12px;
    line-height: 1.6;
}

.footer-bottom {
    text-align: center;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.95rem;
    color: #94a3b8;
}

/* --- Sabit WhatsApp Butonu --- */
#floating-whatsapp {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 99999;
    /* Sayfadaki her şeyin üstünde durmasını sağlar */
    text-decoration: none;
    transition: all 0.3s ease;
}

#floating-whatsapp:hover {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
    background-color: #20ba5a;
    color: white;
}

/* Mobil Uyumluluk */
@media (max-width: 992px) {
    header {
        padding: 15px 5%;
    }

    .hero {
        align-items: center;
        text-align: center;
        padding: 10vh 5% 5vh 5%;
        gap: 28px;
    }

    .hero h1 {
        font-size: 2.8rem;
    }

    .hero-stats {
        padding: 14px 24px;
        border-radius: 40px;
    }

    .hero-stat {
        padding: 0 20px;
    }

    .about,
    .contact {
        grid-template-columns: 1fr;
    }

    section {
        padding: 60px 5%;
    }
}

@media (max-width: 768px) {
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .flip-card {
        height: 220px;
    }

    .flip-card-front,
    .flip-card-back {
        padding: 15px 10px;
    }

    .flip-card-front h3 {
        font-size: 0.9rem;
        margin-top: 10px;
    }

    .service-icon {
        font-size: 1.8rem;
    }

    .flip-card-back h3 {
        font-size: 0.85rem;
        margin: 5px 0;
    }

    .flip-card-back p {
        font-size: 0.75rem;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .flip-card-back .btn-service-randevu {
        padding: 6px 10px;
        font-size: 0.75rem;
    }

    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-links h3::after,
    .footer-hours h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-brand .social-links {
        justify-content: center;
    }

    .menu-toggle {
        display: block;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: rgba(67, 6, 34, 0.97);
        padding: 20px 0;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links a {
        margin: 10px 0;
        font-size: 1.1rem;
        color: rgba(255, 255, 255, 0.9);
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: inline-block !important;
        margin-top: 15px !important;
    }

    .hero h1 {
        font-size: 2.2rem;
    }
    /* --- SEO ODAKLI YUMUŞAK GEÇİŞ ANİMASYONLARI (REVEAL) --- */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Galeri kaydırma animasyonu düzeltmesi */
@keyframes scroll-gallery {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.gallery-track:hover { animation-play-state: paused; }
/* --- VİP MÜŞTERİ MIKNATISI: PULSE EFEKTLERİ --- */

/* WhatsApp Butonu Nefes Alma Efekti */
@keyframes pulse-whatsapp {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

#floating-whatsapp {
    animation: pulse-whatsapp 2s infinite;
}

/* Ana Sayfadaki Beyaz 'Randevu Al' Butonu Efekti */
@keyframes pulse-primary {
    0% { box-shadow: 0 0 0 0 rgba(219, 39, 119, 0.6); }
    70% { box-shadow: 0 0 0 12px rgba(219, 39, 119, 0); }
    100% { box-shadow: 0 0 0 0 rgba(219, 39, 119, 0); }
}

.hero .white-btn {
    animation: pulse-primary 2.5s infinite;
}
/* --- ULTRA PEMBE & MODERN HERO --- */
.hero {
    min-height: 100vh;
    /* Canlı pembe ve mürdüm tonlarından oluşan hareketli mesh gradient */
    background: radial-gradient(at 0% 0%, #db2777 0px, transparent 50%),
                radial-gradient(at 50% 0%, #831843 0px, transparent 50%),
                radial-gradient(at 100% 0%, #f472b6 0px, transparent 50%),
                radial-gradient(at 50% 50%, #be185d 0px, transparent 50%),
                radial-gradient(at 0% 100%, #4a044e 0px, transparent 50%),
                radial-gradient(at 100% 100%, #db2777 0px, transparent 50%);
    background-size: 200% 200%;
    animation: meshMovement 12s ease infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

@keyframes meshMovement {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Gelişmiş Glassmorphism Kutusu */
.hero-content-glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 60px;
    border-radius: 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    max-width: 800px;
    width: 90%;
    transform: translateY(20px);
    opacity: 0;
    animation: contentEntrance 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes contentEntrance {
    to { opacity: 1; transform: translateY(0); }
}

/* Başlık ve Yazıların Şık Görünümü */
.hero h1 {
    font-size: 4rem;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 800;
}

.hero h1 span {
    color: #f9a8d4; /* Açık pembe vurgu */
    display: block;
}

.hero p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    margin-bottom: 40px;
}
@keyframes pulse-pink {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 105, 180, 0.7); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(255, 105, 180, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 105, 180, 0); }
}

#floating-whatsapp {
    animation: pulse-pink 2s infinite;
}
.flip-card:hover .flip-card-inner {
    box-shadow: 0 0 25px rgba(255, 105, 180, 0.4); /* Hafif pembe ışıltı */
    border-radius: 15px;
}
}