/* ============================================================
   Lotus Davet Evi — Modern & Animated UI
   ============================================================ */

/* ============================================================
   CSS DEĞİŞKENLERİ
   ============================================================ */
:root {
    --font-baslik:   'Cormorant Garamond', Georgia, serif;
    --font-metin:    'DM Sans', system-ui, sans-serif;

    --renk-birincil: #8B6914;
    --renk-ikincil:  #C9A84C;
    --renk-koyu:     #1a1a2e;
    --renk-acik:     #f8f5f0;
    --renk-metin:    #333333;
    --renk-beyaz:    #ffffff;

    --altin:         #C9A84C;
    --altin-koyu:    #8B6914;
    --altin-parlak:  #e8c96a;
    --gece:          #0d0d1a;
    --gece-2:        #1a1a2e;

    --gecis:         0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --gecis-yay:     0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    --golge:         0 8px 32px rgba(0,0,0,0.08);
    --golge-hover:   0 24px 64px rgba(0,0,0,0.14);
    --golge-altin:   0 12px 40px rgba(201,168,76,0.25);
    --radius:        14px;
    --radius-lg:     22px;
    --radius-xl:     32px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
    font-family: var(--font-metin);
    color: var(--renk-metin);
    background: var(--renk-beyaz);
    line-height: 1.72;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-baslik);
    font-weight: 600;
    line-height: 1.25;
}

a { color: var(--renk-birincil); text-decoration: none; transition: color var(--gecis); }
a:hover { color: var(--renk-ikincil); }
img { max-width: 100%; height: auto; }

.section-padding { padding: 96px 0; }
.bg-light-custom { background: var(--renk-acik); }
.text-gold { color: var(--altin); }
.fw-600 { font-weight: 600; }
.fw-500 { font-weight: 500; }

/* ============================================================
   SCROLL REVEAL ANİMASYONLARI
   ============================================================ */
[data-reveal] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.75s cubic-bezier(0.4,0,0.2,1), transform 0.75s cubic-bezier(0.4,0,0.2,1);
}
[data-reveal="left"]  { transform: translateX(-50px); }
[data-reveal="right"] { transform: translateX(50px); }
[data-reveal="scale"] { transform: scale(0.88); }
[data-reveal="fade"]  { transform: translateY(0); }
[data-reveal].revealed { opacity: 1; transform: translateY(0) translateX(0) scale(1); }
[data-reveal-delay="1"] { transition-delay: 0.1s; }
[data-reveal-delay="2"] { transition-delay: 0.2s; }
[data-reveal-delay="3"] { transition-delay: 0.3s; }
[data-reveal-delay="4"] { transition-delay: 0.4s; }
[data-reveal-delay="5"] { transition-delay: 0.5s; }
[data-reveal-delay="6"] { transition-delay: 0.6s; }

/* ============================================================
   CUSTOM CURSOR
   ============================================================ */
.cursor-dot {
    width: 8px; height: 8px;
    background: var(--altin);
    border-radius: 50%;
    position: fixed; top: 0; left: 0;
    pointer-events: none; z-index: 99999;
    transform: translate(-50%,-50%);
    transition: transform 0.1s;
}
.cursor-ring {
    width: 32px; height: 32px;
    border: 1.5px solid rgba(201,168,76,0.5);
    border-radius: 50%;
    position: fixed; top: 0; left: 0;
    pointer-events: none; z-index: 99998;
    transform: translate(-50%,-50%);
    transition: transform 0.15s ease, width 0.3s ease, height 0.3s ease, border-color 0.3s ease;
}
body.cursor-hover .cursor-ring { width: 54px; height: 54px; border-color: var(--altin); }

/* ============================================================
   ÜST BARI
   ============================================================ */
.top-bar {
    background: var(--gece);
    padding: 9px 0;
    font-size: 12.5px;
    border-bottom: 1px solid rgba(201,168,76,0.1);
    position: relative;
    z-index: 200;
}
.top-bar-link {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    display: inline-flex; align-items: center; gap: 7px;
    transition: color var(--gecis);
    letter-spacing: 0.3px;
}
.top-bar-link:hover { color: var(--altin); }
.top-bar-link i { font-size: 11px; color: var(--altin); }
.social-icon {
    width: 30px; height: 30px;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.65);
    border-radius: 8px; font-size: 12px;
    transition: all var(--gecis);
    border: 1px solid rgba(255,255,255,0.07);
}
.social-icon:hover { background: var(--altin); color: var(--gece); border-color: var(--altin); transform: translateY(-2px); }

/* ============================================================
   NAVİGASYON
   ============================================================ */
.main-navbar {
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    box-shadow: 0 1px 0 rgba(0,0,0,0.06);
    padding: 14px 0;
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    position: sticky; top: 0; z-index: 100;
}
.main-navbar.scrolled {
    padding: 10px 0;
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.97);
}
.logo-text {
    font-family: var(--font-baslik);
    font-size: 24px; font-weight: 700;
    color: var(--altin-koyu); letter-spacing: 0.5px;
}
.logo-img { height: 50px; width: auto; object-fit: contain; transition: transform var(--gecis); }
.logo-link:hover .logo-img { transform: scale(1.04); }

.nav-link {
    font-weight: 500; font-size: 13.5px;
    color: var(--renk-koyu) !important;
    padding: 9px 15px !important;
    border-radius: 10px;
    transition: all var(--gecis);
    letter-spacing: 0.3px;
    position: relative;
}
.nav-link::after {
    content: ''; position: absolute;
    bottom: 4px; left: 50%;
    width: 0; height: 2px;
    background: var(--altin); border-radius: 2px;
    transition: width 0.3s ease, left 0.3s ease;
}
.nav-link:hover::after, .nav-link.active::after { width: 60%; left: 20%; }
.nav-link:hover { color: var(--altin-koyu) !important; background: rgba(139,105,20,0.06); }
.nav-link.active { color: var(--altin-koyu) !important; }

.btn-rezervasyon {
    background: linear-gradient(135deg, var(--altin-koyu), var(--altin)) !important;
    color: var(--renk-beyaz) !important;
    border-radius: 50px !important;
    padding: 10px 22px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 16px rgba(139,105,20,0.3);
    transition: all var(--gecis) !important;
}
.btn-rezervasyon::after { display: none !important; }
.btn-rezervasyon:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 28px rgba(139,105,20,0.45) !important;
    color: var(--gece) !important;
}

/* ============================================================
   HERO
   ============================================================ */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex; align-items: center; justify-content: center;
    background: var(--gece);
    overflow: hidden;
}
.hero-particles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-particle {
    position: absolute; width: 2px; height: 2px;
    background: var(--altin); border-radius: 50%;
    animation: floatParticle linear infinite; opacity: 0;
}
@keyframes floatParticle {
    0%   { transform: translateY(100vh) scale(0); opacity: 0; }
    10%  { opacity: 0.7; }
    90%  { opacity: 0.2; }
    100% { transform: translateY(-10vh) scale(1.5); opacity: 0; }
}
.hero-overlay {
    position: absolute; inset: 0; z-index: 1;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,168,76,0.08) 0%, transparent 70%),
        radial-gradient(ellipse 60% 80% at 20% 100%, rgba(139,105,20,0.12) 0%, transparent 60%),
        linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.55) 100%);
}
.hero-rings { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; z-index: 1; }
.hero-ring {
    position: absolute; border-radius: 50%;
    border: 1px solid rgba(201,168,76,0.06);
    animation: rotateRing linear infinite;
}
.hero-ring:nth-child(1) { width: 500px; height: 500px; animation-duration: 30s; }
.hero-ring:nth-child(2) { width: 720px; height: 720px; animation-duration: 50s; animation-direction: reverse; }
.hero-ring:nth-child(3) { width: 960px; height: 960px; animation-duration: 70s; border-color: rgba(201,168,76,0.03); }
@keyframes rotateRing { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.hero-content { position: relative; z-index: 2; padding: 40px 20px; text-align: center; }

.hero-pre-title {
    font-family: var(--font-metin); font-size: 11px;
    letter-spacing: 6px; text-transform: uppercase;
    color: var(--altin); margin-bottom: 20px;
    display: inline-flex; align-items: center; gap: 12px;
    opacity: 0; animation: heroFadeUp 0.9s cubic-bezier(0.4,0,0.2,1) 0.3s forwards;
}
.hero-pre-title::before, .hero-pre-title::after {
    content: ''; width: 32px; height: 1px; background: var(--altin); opacity: 0.5;
}
.hero-title {
    font-family: var(--font-baslik);
    font-size: clamp(44px, 8vw, 96px);
    font-weight: 700; color: var(--renk-beyaz);
    margin-bottom: 22px; line-height: 1.08; letter-spacing: -1px;
    opacity: 0; animation: heroFadeUp 1s cubic-bezier(0.4,0,0.2,1) 0.55s forwards;
}
.hero-title span {
    background: linear-gradient(135deg, var(--altin) 0%, var(--altin-parlak) 50%, var(--altin) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text; background-size: 200% 100%;
    animation: shimmerText 4s ease infinite 1.5s;
}
@keyframes shimmerText {
    0%,100% { background-position: 0% 50%; }
    50%      { background-position: 100% 50%; }
}
.hero-subtitle {
    font-size: clamp(15px, 2.2vw, 20px); color: rgba(255,255,255,0.7);
    margin-bottom: 48px; font-weight: 300; letter-spacing: 0.3px;
    opacity: 0; animation: heroFadeUp 1s cubic-bezier(0.4,0,0.2,1) 0.75s forwards;
}
.hero-buttons {
    display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
    opacity: 0; animation: heroFadeUp 1s cubic-bezier(0.4,0,0.2,1) 0.95s forwards;
}
@keyframes heroFadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

.btn-hero-primary {
    background: linear-gradient(135deg, var(--altin-koyu), var(--altin));
    color: var(--renk-beyaz); padding: 17px 40px; border-radius: 50px;
    font-weight: 600; font-size: 14.5px; border: none;
    transition: all var(--gecis-yay);
    display: inline-flex; align-items: center; gap: 9px;
    box-shadow: 0 8px 32px rgba(139,105,20,0.4); letter-spacing: 0.3px;
}
.btn-hero-primary:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 16px 48px rgba(139,105,20,0.55); color: var(--renk-beyaz); }
.btn-hero-primary i { transition: transform var(--gecis); }
.btn-hero-primary:hover i { transform: rotate(15deg) scale(1.2); }

.btn-hero-secondary {
    background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.9);
    padding: 17px 40px; border-radius: 50px;
    font-weight: 500; font-size: 14.5px;
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(8px);
    transition: all var(--gecis-yay);
    display: inline-flex; align-items: center; gap: 9px;
}
.btn-hero-secondary:hover { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.4); color: var(--renk-beyaz); transform: translateY(-4px); }

.hero-scroll-indicator {
    position: absolute; bottom: 36px; left: 50%;
    transform: translateX(-50%); z-index: 3; cursor: pointer;
    opacity: 0; animation: heroFadeUp 1s ease 1.4s forwards;
    width: 26px; height: 52px;
}
.hero-scroll-indicator::before {
    content: ''; display: block; width: 26px; height: 44px;
    border: 2px solid rgba(255,255,255,0.22); border-radius: 13px;
}
.hero-scroll-indicator::after {
    content: ''; display: block; width: 4px; height: 8px;
    background: var(--altin); border-radius: 2px;
    position: absolute; top: 7px; left: 50%; transform: translateX(-50%);
    animation: scrollBall 1.8s ease infinite;
}
@keyframes scrollBall {
    0%,100% { top: 7px; opacity: 1; }
    70%      { top: 22px; opacity: 0.2; }
}

/* ============================================================
   İSTATİSTİK BANDI
   ============================================================ */
.stats-band {
    background: linear-gradient(135deg, var(--gece-2) 0%, #0f1520 100%);
    border-bottom: 1px solid rgba(201,168,76,0.1);
    position: relative; overflow: hidden;
}
.stats-band::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse 60% 100% at 50% 50%, rgba(201,168,76,0.05) 0%, transparent 70%);
}
.stat-item {
    padding: 42px 20px; text-align: center; position: relative;
    border-right: 1px solid rgba(255,255,255,0.05);
    transition: background var(--gecis);
}
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: rgba(201,168,76,0.04); }
.stat-number {
    display: block; font-family: var(--font-baslik);
    font-size: clamp(30px, 4vw, 50px); font-weight: 700;
    background: linear-gradient(135deg, var(--altin-parlak), var(--altin));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text; line-height: 1; margin-bottom: 8px;
}
.stat-label {
    font-size: 11.5px; font-weight: 500;
    letter-spacing: 2.5px; text-transform: uppercase;
    color: rgba(255,255,255,0.35);
}

/* ============================================================
   BÖLÜM BAŞLIKLARI
   ============================================================ */
.section-heading { margin-bottom: 56px; }
.section-pre {
    font-size: 11px; letter-spacing: 5px; text-transform: uppercase;
    color: var(--altin); display: flex; align-items: center; gap: 10px;
    margin-bottom: 12px; font-weight: 600;
}
.section-pre::before { content: ''; width: 28px; height: 1px; background: var(--altin); }
.section-title {
    font-family: var(--font-baslik);
    font-size: clamp(28px, 4vw, 50px);
    font-weight: 700; color: var(--renk-koyu);
    line-height: 1.15; letter-spacing: -0.5px;
}
.section-title.light { color: var(--renk-beyaz); }
.section-divider {
    width: 48px; height: 3px;
    background: linear-gradient(90deg, var(--altin), var(--altin-parlak));
    border-radius: 2px; margin: 16px 0;
}
.section-subtitle { font-size: 16px; color: #777; max-width: 560px; line-height: 1.75; }
.section-subtitle.light { color: rgba(255,255,255,0.6); }

/* ============================================================
   HAKKIMIZDA
   ============================================================ */
.about-section { position: relative; }
.about-image-wrap { position: relative; border-radius: var(--radius-xl); overflow: hidden; }
.about-image-wrap img { width: 100%; border-radius: var(--radius-xl); transition: transform 0.7s ease; }
.about-image-wrap:hover img { transform: scale(1.04); }
.about-image-wrap::before {
    content: ''; position: absolute;
    top: -12px; left: -12px; right: 12px; bottom: 12px;
    border: 2px solid rgba(201,168,76,0.18); border-radius: var(--radius-xl);
    z-index: -1; transition: all var(--gecis);
}
.about-image-wrap:hover::before { top: -18px; left: -18px; right: 18px; bottom: 18px; border-color: rgba(201,168,76,0.4); }
.about-badge {
    position: absolute; bottom: 24px; right: -16px;
    background: var(--gece-2); color: var(--renk-beyaz);
    padding: 18px 24px; border-radius: var(--radius-lg);
    text-align: center; box-shadow: 0 16px 48px rgba(0,0,0,0.3);
    border: 1px solid rgba(201,168,76,0.2); backdrop-filter: blur(10px); z-index: 2;
}
.about-badge strong {
    display: block; font-family: var(--font-baslik); font-size: 38px; line-height: 1;
    background: linear-gradient(135deg, var(--altin), var(--altin-parlak));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.about-badge span { font-size: 12px; color: rgba(255,255,255,0.5); letter-spacing: 1px; }
.about-feature {
    display: flex; align-items: flex-start; gap: 16px;
    padding: 16px 0; border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: all var(--gecis);
}
.about-feature:last-child { border-bottom: none; }
.about-feature:hover { padding-left: 6px; }
.af-icon {
    width: 46px; height: 46px;
    background: linear-gradient(135deg, var(--renk-acik), #ede8df);
    border-radius: 12px; display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: var(--altin-koyu); flex-shrink: 0;
    transition: all var(--gecis); border: 1px solid rgba(139,105,20,0.08);
}
.about-feature:hover .af-icon { background: linear-gradient(135deg, var(--altin-koyu), var(--altin)); color: var(--renk-beyaz); transform: rotate(5deg) scale(1.08); }
.af-text strong { display: block; font-weight: 600; color: var(--renk-koyu); margin-bottom: 3px; font-size: 15px; }
.af-text span { font-size: 13.5px; color: #777; }

/* ============================================================
   HİZMET KARTLARI
   ============================================================ */
.service-card {
    background: var(--renk-beyaz); border-radius: var(--radius-lg);
    padding: 36px 28px; box-shadow: 0 2px 20px rgba(0,0,0,0.06);
    height: 100%; transition: all var(--gecis);
    border: 1px solid rgba(0,0,0,0.04); position: relative; overflow: hidden;
}
.service-card::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(201,168,76,0.04) 0%, transparent 60%);
    opacity: 0; transition: opacity var(--gecis);
}
.service-card::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--altin-koyu), var(--altin));
    transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--golge-hover); border-color: rgba(201,168,76,0.15); }
.service-card:hover::before { opacity: 1; }
.service-card:hover::after { transform: scaleX(1); }
.service-icon-wrap {
    width: 72px; height: 72px;
    background: linear-gradient(135deg, var(--renk-acik), #ede8df);
    border-radius: var(--radius); display: flex; align-items: center; justify-content: center;
    font-size: 30px; color: var(--altin-koyu); margin-bottom: 22px;
    transition: all var(--gecis-yay); border: 1px solid rgba(139,105,20,0.08);
}
.service-card:hover .service-icon-wrap {
    background: linear-gradient(135deg, var(--altin-koyu), var(--altin));
    color: var(--renk-beyaz); transform: rotate(-5deg) scale(1.1);
    box-shadow: 0 8px 24px rgba(139,105,20,0.3);
}
.service-card h3 { font-family: var(--font-baslik); font-size: 22px; color: var(--renk-koyu); margin-bottom: 12px; }
.service-card p { font-size: 14.5px; color: #777; line-height: 1.72; }

/* ============================================================
   GALERİ
   ============================================================ */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 220px);
    gap: 10px;
}
.gallery-item { position: relative; overflow: hidden; border-radius: var(--radius); cursor: pointer; }
.gallery-item-large { grid-column: span 2; grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.4,0,0.2,1); }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(26,26,46,0.85) 0%, rgba(139,105,20,0.4) 100%);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.4s ease; color: var(--renk-beyaz); gap: 8px;
}
.gallery-overlay i { font-size: 28px; transform: scale(0.5); transition: transform 0.4s var(--gecis-yay); }
.gallery-overlay span { font-size: 13px; font-weight: 600; letter-spacing: 1px; transform: translateY(10px); transition: transform 0.4s ease; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-item:hover .gallery-overlay i { transform: scale(1); }
.gallery-item:hover .gallery-overlay span { transform: translateY(0); }

.masonry-gallery { columns: 4 220px; column-gap: 12px; }
.masonry-item {
    break-inside: avoid; margin-bottom: 12px; position: relative;
    overflow: hidden; border-radius: var(--radius); cursor: pointer;
}
.masonry-item img { width: 100%; display: block; transition: transform 0.6s ease; }
.masonry-item:hover img { transform: scale(1.06); }
.masonry-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(26,26,46,0.85) 0%, rgba(139,105,20,0.3) 100%);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.4s ease; color: var(--renk-beyaz); gap: 8px; font-size: 28px;
}
.masonry-overlay span { font-size: 13px; font-weight: 600; }
.masonry-item:hover .masonry-overlay { opacity: 1; }

/* ============================================================
   CTA BANDI
   ============================================================ */
.cta-section {
    background: linear-gradient(135deg, var(--gece-2) 0%, #0f1520 50%, #1a1500 100%);
    padding: 100px 20px; text-align: center; position: relative; overflow: hidden;
}
.cta-section::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(201,168,76,0.07) 0%, transparent 70%);
}
.cta-icon {
    font-size: 52px; display: block; margin-bottom: 22px;
    background: linear-gradient(135deg, var(--altin), var(--altin-parlak));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.cta-title {
    font-family: var(--font-baslik); color: var(--renk-beyaz);
    font-size: clamp(26px, 4.5vw, 48px); margin-bottom: 16px;
    letter-spacing: -0.5px; position: relative;
}
.cta-text { color: rgba(255,255,255,0.6); font-size: 16px; margin-bottom: 36px; position: relative; }
.btn-cta {
    background: linear-gradient(135deg, var(--altin-koyu), var(--altin));
    color: var(--gece); padding: 17px 44px; border-radius: 50px;
    font-weight: 700; font-size: 14.5px; border: none;
    transition: all var(--gecis-yay); display: inline-flex; align-items: center; gap: 9px;
    box-shadow: 0 8px 32px rgba(201,168,76,0.3); letter-spacing: 0.3px; position: relative;
}
.btn-cta:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 16px 48px rgba(201,168,76,0.5); color: var(--gece); }
.btn-cta-outline {
    background: transparent; color: rgba(255,255,255,0.8);
    padding: 17px 44px; border-radius: 50px; font-weight: 600; font-size: 14.5px;
    border: 1px solid rgba(255,255,255,0.2); backdrop-filter: blur(8px);
    transition: all var(--gecis-yay); display: inline-flex; align-items: center; gap: 9px; position: relative;
}
.btn-cta-outline:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.4); color: var(--renk-beyaz); transform: translateY(-4px); }

/* ============================================================
   YORUM KARTLARI
   ============================================================ */
.review-card {
    background: var(--renk-beyaz); border-radius: var(--radius-lg);
    padding: 30px; box-shadow: var(--golge); height: 100%;
    transition: all var(--gecis); border: 1px solid rgba(0,0,0,0.04); position: relative; overflow: hidden;
}
.review-card::before {
    content: '\201C'; position: absolute; top: -10px; right: 20px;
    font-family: var(--font-baslik); font-size: 100px; line-height: 1;
    color: rgba(201,168,76,0.07); pointer-events: none;
}
.review-card:hover { transform: translateY(-6px); box-shadow: var(--golge-hover); border-color: rgba(201,168,76,0.15); }
.review-stars { color: #f59e0b; margin-bottom: 14px; font-size: 15px; display: flex; gap: 2px; }
.review-stars .far { color: #e0e0e0; }
.review-text { font-style: italic; color: #555; font-size: 15px; line-height: 1.78; margin-bottom: 22px; }
.review-author { display: flex; align-items: center; gap: 14px; }
.review-avatar {
    width: 46px; height: 46px;
    background: linear-gradient(135deg, var(--altin-koyu), var(--altin));
    color: var(--renk-beyaz); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-baslik); font-size: 20px; font-weight: 700; flex-shrink: 0;
}
.review-author strong { display: block; font-weight: 600; color: var(--renk-koyu); font-size: 15px; }
.review-author small { color: var(--altin); font-size: 12px; }

/* ============================================================
   FORM & INPUT
   ============================================================ */
.form-card {
    background: var(--renk-beyaz); border-radius: var(--radius-xl);
    padding: 40px; box-shadow: var(--golge); border: 1px solid rgba(0,0,0,0.04);
}
.lotus-input {
    border: 1.5px solid #e5e5e5; border-radius: 10px;
    padding: 13px 16px; font-size: 14.5px;
    transition: all var(--gecis); color: var(--renk-metin);
    font-family: var(--font-metin); background: #fafafa;
}
.lotus-input:focus {
    border-color: var(--altin); box-shadow: 0 0 0 3px rgba(201,168,76,0.12);
    outline: none; background: var(--renk-beyaz);
}
.btn-gold {
    background: linear-gradient(135deg, var(--altin-koyu), var(--altin));
    color: var(--renk-beyaz); border: none; border-radius: 50px;
    font-weight: 600; font-size: 14.5px; padding: 13px 32px;
    transition: all var(--gecis-yay); letter-spacing: 0.3px;
    box-shadow: 0 6px 24px rgba(139,105,20,0.3); cursor: pointer;
}
.btn-gold:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 12px 36px rgba(139,105,20,0.45); color: var(--renk-beyaz); }
.star-rating-input { display: flex; gap: 6px; padding: 12px 0; }
.star-input { font-size: 24px; color: #e0e0e0; cursor: pointer; transition: all var(--gecis-yay); }
.star-input.active { color: #f59e0b; transform: scale(1.1); }
.star-input:hover { color: #f59e0b; transform: scale(1.2); }

/* ============================================================
   İLETİŞİM
   ============================================================ */
.contact-band { background: var(--renk-acik); }
.contact-band-item {
    padding: 36px 24px; text-align: center;
    transition: all var(--gecis); border-radius: var(--radius-lg);
}
.contact-band-item:hover { background: var(--renk-beyaz); box-shadow: var(--golge); transform: translateY(-4px); }
.contact-band-item i { font-size: 32px; color: var(--altin-koyu); display: block; margin-bottom: 14px; transition: transform var(--gecis-yay); }
.contact-band-item:hover i { transform: scale(1.15) rotate(5deg); }
.contact-band-item h5 { font-family: var(--font-baslik); margin-bottom: 8px; color: var(--renk-koyu); font-size: 20px; }
.contact-band-item p, .contact-band-item a { color: #777; font-size: 14.5px; }

.contact-info-list { display: flex; flex-direction: column; gap: 18px; }
.contact-info-item { display: flex; gap: 16px; align-items: flex-start; }
.ci-icon {
    width: 50px; height: 50px;
    background: linear-gradient(135deg, var(--renk-acik), #ede8df);
    border-radius: 14px; display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: var(--altin-koyu); flex-shrink: 0;
    border: 1px solid rgba(139,105,20,0.1); transition: all var(--gecis);
}
.contact-info-item:hover .ci-icon { background: linear-gradient(135deg, var(--altin-koyu), var(--altin)); color: var(--renk-beyaz); transform: rotate(5deg); }
.contact-info-item strong { display: block; font-weight: 600; color: var(--renk-koyu); margin-bottom: 4px; }
.contact-info-item p, .contact-info-item a { color: #777; font-size: 14px; margin: 0; }

.social-links { display: flex; flex-direction: column; gap: 10px; }
.social-link-btn {
    padding: 12px 18px; border-radius: 10px; font-weight: 600; font-size: 14px;
    display: inline-flex; align-items: center; gap: 10px;
    transition: all var(--gecis-yay); color: var(--renk-beyaz);
}
.social-link-btn.instagram { background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045); }
.social-link-btn.facebook  { background: #1877f2; }
.social-link-btn.whatsapp  { background: #25d366; }
.social-link-btn:hover { opacity: 0.9; transform: translateX(6px) scale(1.02); color: var(--renk-beyaz); }

.map-wrapper { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--golge-hover); }
.map-wrapper iframe { width: 100%; height: 420px; border: 0; display: block; }

/* ============================================================
   REZERVASYON SAYFASI
   ============================================================ */
.rezervasyon-info-card {
    background: var(--renk-beyaz); border-radius: var(--radius-lg);
    padding: 28px 24px; text-align: center; box-shadow: var(--golge);
    transition: all var(--gecis); position: relative; overflow: hidden;
    border-top: 3px solid var(--altin);
}
.rezervasyon-info-card::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(201,168,76,0.04) 0%, transparent 60%);
    opacity: 0; transition: opacity var(--gecis);
}
.rezervasyon-info-card:hover { transform: translateY(-5px); box-shadow: var(--golge-hover); }
.rezervasyon-info-card:hover::before { opacity: 1; }
.rezervasyon-info-card i {
    font-size: 34px; display: block; margin-bottom: 10px;
    background: linear-gradient(135deg, var(--altin-koyu), var(--altin));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    transition: transform var(--gecis-yay);
}
.rezervasyon-info-card:hover i { transform: scale(1.15) rotate(-5deg); }
.rezervasyon-info-card strong { display: block; font-family: var(--font-baslik); font-size: 22px; color: var(--renk-koyu); }
.rezervasyon-info-card span { font-size: 12px; color: #aaa; letter-spacing: 1px; }
.availability-legend { font-size: 13px; color: #666; }
.legend-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 5px; }
.legend-dot.available { background: #22c55e; }
.legend-dot.reserved  { background: #f59e0b; }
.legend-dot.full      { background: #ef4444; }
.legend-dot.closed    { background: #94a3b8; }

/* ============================================================
   SAYFA HERO (İÇ SAYFALAR)
   ============================================================ */
.page-hero {
    position: relative; background: var(--gece-2);
    padding: 110px 0 64px; text-align: center; overflow: hidden;
}
.page-hero::before {
    content: ''; position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,168,76,0.1) 0%, transparent 60%),
        linear-gradient(135deg, var(--gece) 0%, var(--gece-2) 100%);
}
.page-hero::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.3), transparent);
}
.page-hero-overlay {
    position: absolute; inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle cx="100" cy="100" r="80" fill="none" stroke="rgba(201,168,76,0.04)" stroke-width="1"/><circle cx="100" cy="100" r="55" fill="none" stroke="rgba(201,168,76,0.06)" stroke-width="1"/></svg>') center/contain no-repeat;
    opacity: 0.6;
}
.page-hero-content { position: relative; z-index: 2; }
.page-hero h1 {
    font-family: var(--font-baslik); font-size: clamp(30px, 5.5vw, 60px);
    color: var(--renk-beyaz); margin-bottom: 16px; letter-spacing: -0.5px;
}
.breadcrumb-item a { color: var(--altin); }
.breadcrumb-item.active { color: rgba(255,255,255,0.55); }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.25); }

/* ============================================================
   GALERİ FİLTRE
   ============================================================ */
.gallery-filter { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.filter-btn {
    padding: 9px 22px; border-radius: 50px;
    border: 1.5px solid rgba(139,105,20,0.22); color: var(--altin-koyu);
    font-weight: 600; font-size: 13px; transition: all var(--gecis);
    cursor: pointer; background: transparent;
}
.filter-btn:hover, .filter-btn.active {
    background: linear-gradient(135deg, var(--altin-koyu), var(--altin));
    color: var(--renk-beyaz); border-color: transparent;
    box-shadow: 0 4px 16px rgba(139,105,20,0.3); transform: translateY(-2px);
}

/* ============================================================
   LİGHTBOX
   ============================================================ */
.lightbox-modal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.95); backdrop-filter: blur(8px); cursor: pointer; }
.lightbox-inner { position: relative; z-index: 1; max-width: 90vw; max-height: 90vh; display: flex; flex-direction: column; align-items: center; }
#lightboxImg { max-width: 90vw; max-height: 80vh; object-fit: contain; border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
.lightbox-caption { color: rgba(255,255,255,0.65); margin-top: 14px; font-size: 14px; letter-spacing: 0.5px; }
.lightbox-close, .lightbox-prev, .lightbox-next {
    position: absolute; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
    color: var(--renk-beyaz); width: 46px; height: 46px; border-radius: 50%;
    cursor: pointer; font-size: 15px; transition: all var(--gecis);
    display: flex; align-items: center; justify-content: center; backdrop-filter: blur(8px);
}
.lightbox-close  { top: -56px; right: 0; }
.lightbox-prev   { left: -64px; top: 50%; transform: translateY(-50%); }
.lightbox-next   { right: -64px; top: 50%; transform: translateY(-50%); }
.lightbox-close:hover,
.lightbox-prev:hover  { background: var(--altin-koyu); border-color: var(--altin); transform: translateY(-50%) scale(1.1); }
.lightbox-next:hover  { background: var(--altin-koyu); border-color: var(--altin); transform: translateY(-50%) scale(1.1); }
.lightbox-close:hover { transform: scale(1.1); }

/* ============================================================
   HAKKIMIZDA İÇ SAYFA
   ============================================================ */
.stats-row { display: flex; gap: 32px; flex-wrap: wrap; }
.stat-mini { text-align: center; }
.stat-mini strong {
    display: block; font-family: var(--font-baslik); font-size: 36px;
    background: linear-gradient(135deg, var(--altin-koyu), var(--altin));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.stat-mini span { font-size: 12px; color: #aaa; letter-spacing: 1px; text-transform: uppercase; }

.why-card {
    background: var(--renk-beyaz); border-radius: var(--radius-lg);
    padding: 34px 26px; box-shadow: var(--golge); transition: all var(--gecis);
    height: 100%; border: 1px solid rgba(0,0,0,0.04); position: relative; overflow: hidden;
}
.why-card::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--altin-koyu), var(--altin));
    transform: scaleX(0); transition: transform 0.4s ease; transform-origin: left;
}
.why-card:hover { transform: translateY(-6px); box-shadow: var(--golge-hover); }
.why-card:hover::after { transform: scaleX(1); }
.why-icon {
    width: 72px; height: 72px;
    background: linear-gradient(135deg, var(--renk-acik), #ede8df);
    border-radius: var(--radius); display: flex; align-items: center; justify-content: center;
    font-size: 28px; color: var(--altin-koyu); margin: 0 auto 22px;
    transition: all var(--gecis-yay); border: 1px solid rgba(139,105,20,0.08);
}
.why-card:hover .why-icon {
    background: linear-gradient(135deg, var(--altin-koyu), var(--altin)); color: var(--renk-beyaz);
    transform: rotate(-5deg) scale(1.1); box-shadow: 0 8px 24px rgba(139,105,20,0.3);
}
.why-card h4 { font-family: var(--font-baslik); font-size: 21px; margin-bottom: 12px; color: var(--renk-koyu); }
.why-card p { color: #777; font-size: 14.5px; line-height: 1.72; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
    background: var(--gece);
    color: rgba(255,255,255,0.65);
    position: relative; overflow: hidden;
}
.site-footer::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.3), transparent);
}
.footer-brand {
    font-family: var(--font-baslik); font-size: 26px;
    background: linear-gradient(135deg, var(--altin), var(--altin-parlak));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text; margin-bottom: 16px; display: block;
}
.footer-logo { height: 56px; width: auto; object-fit: contain; }
.footer-desc { font-size: 14px; color: rgba(255,255,255,0.45); line-height: 1.78; }
.footer-heading {
    font-family: var(--font-baslik); font-size: 19px; color: var(--renk-beyaz);
    margin-bottom: 22px; padding-bottom: 12px;
    border-bottom: 1px solid rgba(201,168,76,0.2);
    display: block;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a {
    color: rgba(255,255,255,0.5); font-size: 14px;
    transition: all var(--gecis); display: flex; align-items: center; gap: 8px;
}
.footer-links a::before {
    content: ''; width: 16px; height: 1px;
    background: var(--altin); opacity: 0.35; flex-shrink: 0;
    transition: width var(--gecis), opacity var(--gecis);
}
.footer-links a:hover { color: var(--altin); padding-left: 4px; }
.footer-links a:hover::before { width: 22px; opacity: 1; }
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li {
    display: flex; gap: 12px; margin-bottom: 14px;
    font-size: 14px; color: rgba(255,255,255,0.5); align-items: flex-start;
}
.footer-contact li i { color: var(--altin); margin-top: 3px; flex-shrink: 0; }
.footer-contact a { color: rgba(255,255,255,0.5); }
.footer-contact a:hover { color: var(--altin); }
.footer-social { display: flex; gap: 8px; flex-wrap: wrap; }
.footer-social a {
    width: 40px; height: 40px; background: rgba(255,255,255,0.05);
    color: rgba(255,255,255,0.55); border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; transition: all var(--gecis-yay);
    border: 1px solid rgba(255,255,255,0.06);
}
.footer-social a:hover {
    background: linear-gradient(135deg, var(--altin-koyu), var(--altin));
    color: var(--renk-beyaz); border-color: transparent;
    transform: translateY(-4px) scale(1.1); box-shadow: 0 8px 20px rgba(139,105,20,0.35);
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding: 22px 0; text-align: center;
    font-size: 13px; color: rgba(255,255,255,0.3);
}

/* ============================================================
   WHATSAPP FLOAT
   ============================================================ */
.whatsapp-float {
    position: fixed; bottom: 32px; right: 32px;
    width: 58px; height: 58px;
    background: linear-gradient(135deg, #1ebe5d, #25d366);
    color: var(--renk-beyaz); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px; box-shadow: 0 8px 28px rgba(37,211,102,0.4);
    z-index: 1000; transition: all var(--gecis-yay);
}
.whatsapp-float::before {
    content: ''; position: absolute; inset: -4px; border-radius: 50%;
    border: 2px solid rgba(37,211,102,0.3);
    animation: waPulse 2.5s ease infinite;
}
@keyframes waPulse {
    0%,100% { transform: scale(1); opacity: 0.7; }
    50%      { transform: scale(1.2); opacity: 0; }
}
.whatsapp-float:hover { transform: scale(1.12) translateY(-4px); box-shadow: 0 16px 40px rgba(37,211,102,0.6); color: var(--renk-beyaz); }

/* ============================================================
   LOADING BAR
   ============================================================ */
#pageLoader {
    position: fixed; top: 0; left: 0; width: 0%; height: 3px;
    background: linear-gradient(90deg, var(--altin-koyu), var(--altin), var(--altin-parlak));
    z-index: 99999; transition: width 0.3s ease;
    box-shadow: 0 0 12px rgba(201,168,76,0.6);
}

/* ============================================================
   ADMIN PANELİ
   ============================================================ */
.admin-body { font-family: var(--font-metin); background: #f0f2f5; min-height: 100vh; }
.admin-sidebar {
    width: 260px; background: var(--gece-2); min-height: 100vh;
    position: fixed; left: 0; top: 0; overflow-y: auto; z-index: 100;
    transition: transform var(--gecis); border-right: 1px solid rgba(255,255,255,0.04);
}
.admin-sidebar-brand { padding: 26px 22px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.admin-sidebar-brand h5 {
    font-family: var(--font-baslik);
    background: linear-gradient(135deg, var(--altin), var(--altin-parlak));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    font-size: 20px; margin: 0;
}
.admin-sidebar-brand small { color: rgba(255,255,255,0.28); font-size: 11px; }
.admin-nav { padding: 16px 0; }
.admin-nav-label { padding: 6px 20px; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.2); margin-top: 8px; }
.admin-nav-link {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 20px; color: rgba(255,255,255,0.5); font-size: 14px; font-weight: 500;
    transition: all var(--gecis); border-left: 3px solid transparent; text-decoration: none; margin: 1px 0;
}
.admin-nav-link i { width: 18px; text-align: center; font-size: 15px; flex-shrink: 0; }
.admin-nav-link:hover { color: rgba(255,255,255,0.9); background: rgba(255,255,255,0.05); border-left-color: var(--altin); padding-left: 24px; }
.admin-nav-link.active { color: var(--altin); background: rgba(201,168,76,0.08); border-left-color: var(--altin); }
.admin-main { margin-left: 260px; padding: 30px; min-height: 100vh; }
.admin-topbar {
    background: var(--renk-beyaz); border-radius: var(--radius); padding: 14px 24px;
    margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.admin-topbar h4 { font-family: var(--font-baslik); color: var(--gece-2); margin: 0; font-size: 22px; }
.admin-topbar-actions { display: flex; align-items: center; gap: 12px; }
.admin-card { background: var(--renk-beyaz); border-radius: var(--radius); box-shadow: 0 2px 16px rgba(0,0,0,0.05); overflow: hidden; border: 1px solid rgba(0,0,0,0.03); }
.admin-card-header { padding: 18px 24px; border-bottom: 1px solid #f0f0f0; display: flex; align-items: center; justify-content: space-between; }
.admin-card-header h5 { margin: 0; font-size: 16px; color: var(--gece-2); }
.admin-card-body { padding: 24px; }
.stat-card {
    background: var(--renk-beyaz); border-radius: var(--radius); padding: 24px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05); display: flex; align-items: center; gap: 18px;
    transition: all 0.25s ease; text-decoration: none; color: inherit; border: 1px solid rgba(0,0,0,0.03);
}
.stat-card:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(0,0,0,0.1); color: inherit; }
.stat-card-icon { width: 58px; height: 58px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.stat-card-num { font-size: 28px; font-weight: 700; color: var(--gece-2); line-height: 1; }
.stat-card-label { font-size: 13px; color: #999; margin-top: 4px; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.admin-table th { padding: 12px 16px; background: #f8f9fa; font-weight: 600; color: #555; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.7px; border-bottom: 1px solid #eee; white-space: nowrap; }
.admin-table td { padding: 13px 16px; border-bottom: 1px solid #f2f2f2; color: #333; vertical-align: middle; }
.admin-table tr:last-child td { border-bottom: none; }
.admin-table tr:hover td { background: #fafafa; }
.badge-beklemede { background: #fff3cd; color: #856404; padding: 4px 12px; border-radius: 50px; font-size: 11px; font-weight: 600; }
.badge-onaylandi { background: #d1fae5; color: #065f46; padding: 4px 12px; border-radius: 50px; font-size: 11px; font-weight: 600; }
.badge-iptal     { background: #fee2e2; color: #991b1b; padding: 4px 12px; border-radius: 50px; font-size: 11px; font-weight: 600; }
.btn-admin-sm { padding: 5px 12px; font-size: 12px; border-radius: 8px; border: none; cursor: pointer; font-weight: 600; transition: all 0.2s; display: inline-flex; align-items: center; gap: 5px; }
.btn-admin-edit   { background: #eff6ff; color: #1d4ed8; }
.btn-admin-delete { background: #fef2f2; color: #dc2626; }
.btn-admin-view   { background: #f0fdf4; color: #16a34a; }
.btn-admin-sm:hover { filter: brightness(0.92); transform: translateY(-1px); }
.form-section-title { font-size: 15px; font-weight: 700; color: var(--gece-2); border-bottom: 2px solid #f0f0f0; padding-bottom: 12px; margin-bottom: 20px; }
.color-preview { width: 36px; height: 36px; border-radius: 8px; border: 2px solid #e0e0e0; cursor: pointer; display: inline-block; }
.admin-login-page {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--gece) 0%, var(--gece-2) 60%, #0f1a10 100%);
    display: flex; align-items: center; justify-content: center; padding: 20px;
}
.admin-login-card {
    background: rgba(255,255,255,0.04); backdrop-filter: blur(24px);
    border: 1px solid rgba(255,255,255,0.08); border-radius: 24px;
    padding: 52px 44px; width: 100%; max-width: 420px;
    box-shadow: 0 40px 100px rgba(0,0,0,0.5);
}

/* ============================================================
   RESPONSİF
   ============================================================ */
@media (max-width: 991px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-item-large { grid-column: span 1; grid-row: span 1; }
    .about-badge { right: 10px; bottom: -10px; padding: 14px 18px; }
    .admin-sidebar { transform: translateX(-100%); }
    .admin-sidebar.open { transform: translateX(0); }
    .admin-main { margin-left: 0; }
    .cursor-dot, .cursor-ring { display: none; }
}
@media (max-width: 767px) {
    .section-padding { padding: 64px 0; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; }
    .masonry-gallery { columns: 2; }
    .top-bar .col-md-8 { font-size: 11px; }
    .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
    .stat-item:last-child { border-bottom: none; }
    .lightbox-prev { left: -40px; }
    .lightbox-next { right: -40px; }
    .form-card { padding: 26px 20px; }
    .hero-rings { display: none; }
    .whatsapp-float { bottom: 20px; right: 20px; }
}
@media (max-width: 479px) {
    .masonry-gallery { columns: 1; }
    .gallery-grid { grid-template-columns: 1fr; }
    .hero-title { font-size: clamp(36px, 10vw, 56px); }
}

/* ============================================================
   MOBİL UYUMLULUK — TAM DÜZELTME
   ============================================================ */

/* ── TABLET: 768px – 991px ─────────────────────────────── */
@media (max-width: 991px) {

    /* Navbar collapse menüsü */
    .navbar-collapse {
        background: rgba(255,255,255,0.98);
        backdrop-filter: blur(20px);
        border-radius: var(--radius);
        margin-top: 12px;
        padding: 12px;
        box-shadow: 0 12px 40px rgba(0,0,0,0.12);
        border: 1px solid rgba(0,0,0,0.06);
    }
    .navbar-collapse .navbar-nav {
        gap: 4px !important;
    }
    .navbar-collapse .nav-link {
        padding: 11px 16px !important;
        border-radius: 8px !important;
        font-size: 14px !important;
    }
    .navbar-collapse .btn-rezervasyon {
        margin-top: 6px;
        text-align: center;
        border-radius: 10px !important;
    }
    .navbar-toggler {
        border: 1.5px solid rgba(139,105,20,0.3) !important;
        padding: 6px 10px !important;
        border-radius: 8px !important;
    }
    .navbar-toggler:focus { box-shadow: none !important; }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28139%2C105%2C20%2C0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }

    /* Hero */
    .hero-title { font-size: clamp(38px, 7vw, 64px) !important; }
    .btn-hero-primary, .btn-hero-secondary { padding: 14px 28px !important; font-size: 14px !important; }

    /* Hakkımızda badge */
    .about-badge { position: static; margin-top: 16px; display: inline-block; }
    .about-image-wrap { margin-bottom: 16px; }
    .about-image-wrap::before { display: none; }

    /* Hero rings & particles */
    .hero-rings { display: none; }
}

/* ── MOBİL: max 767px ───────────────────────────────────── */
@media (max-width: 767px) {

    /* === GENEL === */
    .section-padding { padding: 56px 0; }

    /* === TOP BAR === */
    .top-bar { display: none; } /* Mobilde çok yer kaplıyor, gizle */

    /* === HERO === */
    .hero-section { min-height: 100svh; }
    .hero-title {
        font-size: clamp(34px, 9vw, 52px) !important;
        letter-spacing: -0.5px !important;
        margin-bottom: 16px;
    }
    .hero-subtitle { font-size: 15px !important; margin-bottom: 32px; }
    .hero-pre-title { font-size: 10px !important; letter-spacing: 4px !important; }
    .hero-buttons { flex-direction: column; align-items: center; gap: 12px; }
    .btn-hero-primary, .btn-hero-secondary {
        width: 100%; max-width: 300px;
        padding: 15px 24px !important;
        justify-content: center;
    }
    /* Parallax kapat mobilde (performans) */
    .hero-content { transform: none !important; opacity: 1 !important; }
    .hero-scroll-indicator { display: none; }

    /* === İSTATİSTİK BANDI === */
    .stats-band .row { flex-wrap: wrap; }
    .stat-item {
        border-right: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.06) !important;
        padding: 28px 16px;
    }
    .stat-item:last-child { border-bottom: none !important; }
    .stat-number { font-size: clamp(28px, 8vw, 40px); }

    /* === BÖLÜM BAŞLIKLARI === */
    .section-heading { margin-bottom: 36px; }
    .section-title { font-size: clamp(24px, 6vw, 36px); }
    .section-subtitle { font-size: 14.5px; }

    /* === HAKKIMIZDA === */
    .about-badge {
        position: static !important;
        display: flex;
        gap: 16px;
        align-items: center;
        margin-top: 16px;
        text-align: left;
        padding: 16px 20px;
    }
    .about-badge strong { font-size: 28px; }
    .about-image-wrap { border-radius: var(--radius-lg); overflow: hidden; }
    .about-feature { padding: 12px 0; }
    .af-icon { width: 40px; height: 40px; font-size: 15px; border-radius: 10px; flex-shrink: 0; }

    /* === HİZMET KARTLARI === */
    .service-card { padding: 26px 22px; }
    .service-icon-wrap { width: 60px; height: 60px; font-size: 24px; margin-bottom: 16px; }
    .service-card h3 { font-size: 19px; }
    /* Tilt efekti mobilde iptal */
    .service-card, .review-card, .why-card {
        transform: none !important;
    }

    /* === GALERİ === */
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: none !important;
        gap: 8px;
    }
    .gallery-item-large { grid-column: span 2 !important; }
    .gallery-item { border-radius: 10px; }
    .masonry-gallery { columns: 2 !important; column-gap: 8px; }
    .masonry-item { margin-bottom: 8px; border-radius: 10px; }

    /* === CTA === */
    .cta-section { padding: 64px 20px; }
    .cta-title { font-size: clamp(22px, 6vw, 34px); }
    .btn-cta, .btn-cta-outline {
        padding: 14px 28px !important;
        font-size: 14px !important;
        width: 100%; max-width: 280px;
        justify-content: center;
    }
    .cta-section .d-flex { flex-direction: column; align-items: center; gap: 12px !important; }

    /* === YORUM KARTLARI === */
    .review-card { padding: 24px 20px; }
    .review-text { font-size: 14px; }

    /* === FORM === */
    .form-card { padding: 24px 18px; border-radius: var(--radius-lg); }
    .lotus-input { padding: 12px 14px; font-size: 14px; }
    .btn-gold { width: 100%; padding: 14px 24px; }

    /* === REZERVASYON === */
    .rezervasyon-info-card { padding: 20px 16px; }
    .rezervasyon-info-card strong { font-size: 18px; }

    /* === İLETİŞİM === */
    .contact-band-item { padding: 24px 16px; }
    .contact-band-item:hover { transform: none; }
    .social-link-btn:hover { transform: none; }

    /* === LİGHTBOX === */
    .lightbox-prev { left: 8px !important; top: auto !important; bottom: -60px; transform: none !important; }
    .lightbox-next { right: 8px !important; top: auto !important; bottom: -60px; transform: none !important; }
    .lightbox-close { top: -50px; right: 0; }
    #lightboxImg { max-width: 95vw; max-height: 65vh; }
    .lightbox-inner { max-width: 95vw; }

    /* === FOOTER === */
    .footer-brand { font-size: 22px; }
    .footer-heading { font-size: 16px; margin-bottom: 14px; }
    .site-footer .row > div { margin-bottom: 8px; }

    /* === WHATSAPP === */
    .whatsapp-float { width: 52px; height: 52px; font-size: 22px; bottom: 18px; right: 18px; }

    /* === SAYFA HERO (İÇ SAYFALAR) === */
    .page-hero { padding: 80px 0 44px; }
    .page-hero h1 { font-size: clamp(24px, 7vw, 40px); }

    /* === HAKKIMIZDA İÇ === */
    .stats-row { gap: 16px; justify-content: center; }
    .stat-mini strong { font-size: 28px; }
    .why-card { padding: 26px 20px; }
    .why-icon { width: 58px; height: 58px; font-size: 22px; }
    .why-card h4 { font-size: 18px; }

    /* Bootstrap overrides */
    .row.g-5 { --bs-gutter-y: 1.5rem; }
    .row.g-4 { --bs-gutter-y: 1rem; }

    /* Section pre */
    .section-pre { font-size: 10px; letter-spacing: 4px; }
}

/* ── KÜÇÜK MOBİL: max 479px ─────────────────────────────── */
@media (max-width: 479px) {

    body { font-size: 14px; }

    .hero-title { font-size: clamp(30px, 10vw, 44px) !important; }
    .hero-subtitle { font-size: 14px !important; }

    /* Tek sütun galeri */
    .gallery-grid {
        grid-template-columns: 1fr !important;
    }
    .gallery-item-large { grid-column: span 1 !important; }
    .masonry-gallery { columns: 1 !important; }

    /* Navbar brand küçült */
    .logo-text { font-size: 20px; }
    .logo-img  { height: 42px; }

    /* Form daha dar ekran */
    .row.g-3 > .col-md-6 { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; }

    /* Rezervasyon info kartları */
    .rezervasyon-info-card i { font-size: 26px; }

    /* About badge */
    .about-badge strong { font-size: 24px; }

    /* CTA */
    .btn-cta, .btn-cta-outline { max-width: 100%; }

    /* Footer */
    .footer-social a { width: 36px; height: 36px; font-size: 14px; }
}

/* ── TOUCH DEVICE HOVER DÜZELTME ────────────────────────── */
@media (hover: none) {
    /* Touch cihazlarda hover ile kalan state'leri temizle */
    .service-card:hover,
    .review-card:hover,
    .why-card:hover,
    .contact-band-item:hover {
        transform: none !important;
        box-shadow: var(--golge) !important;
    }
    .service-card:hover .service-icon-wrap,
    .why-card:hover .why-icon {
        transform: none !important;
    }
    .service-card::after,
    .why-card::after { transform: scaleX(0) !important; }
    /* Touch'ta overlay her zaman hafif görünsün */
    .gallery-overlay, .masonry-overlay {
        opacity: 0.5 !important;
        background: linear-gradient(to top, rgba(26,26,46,0.6) 0%, transparent 60%) !important;
    }
    .gallery-overlay i { transform: scale(1) !important; }
    .gallery-overlay span { transform: translateY(0) !important; }
}

/* ── NAVBAR SCROLLED MOBİL ──────────────────────────────── */
@media (max-width: 767px) {
    .main-navbar { padding: 10px 0; }
    .main-navbar.scrolled { padding: 8px 0; }
    .navbar-brand { margin-right: 0; }
}

/* ── SAFE AREA (iPhone notch) ───────────────────────────── */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
    .whatsapp-float {
        bottom: calc(18px + env(safe-area-inset-bottom));
    }
    .hero-section {
        min-height: calc(100svh - env(safe-area-inset-top));
    }
}

/* ── ADMİN LOGİN MOBİL ──────────────────────────────────── */
@media (max-width: 479px) {
    .admin-login-card {
        padding: 36px 24px;
        border-radius: 18px;
    }
}

/* ── ADMİN PANEL MOBİL ──────────────────────────────────── */
@media (max-width: 991px) {
    .admin-main { margin-left: 0; padding: 16px; }
    .admin-topbar { padding: 12px 16px; flex-wrap: wrap; gap: 8px; }
    .admin-topbar h4 { font-size: 18px; }
    .admin-card-body { padding: 16px; }
    .admin-card-header { padding: 14px 16px; }
    .stat-card { padding: 16px; gap: 12px; }
    .stat-card-num { font-size: 22px; }
    .stat-card-icon { width: 48px; height: 48px; font-size: 20px; border-radius: 12px; }
    .admin-table { font-size: 12px; }
    .admin-table th, .admin-table td { padding: 10px 12px; }
    /* Tablo yatay scroll */
    .admin-card > div[style*="overflow-x"] { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

/* ============================================================
   FOOTER SOSYAL MEDYA — Platform renkleriyle hover
   ============================================================ */
.footer-social-btn {
    width: 42px; height: 42px;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.55);
    border-radius: 10px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 16px;
    transition: all 0.35s cubic-bezier(0.34,1.56,0.64,1);
    border: 1px solid rgba(255,255,255,0.07);
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.footer-social-btn i {
    position: relative; z-index: 1;
    transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1);
}
.footer-social-btn::before {
    content: '';
    position: absolute; inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 9px;
}
.footer-social-btn:hover {
    color: #fff;
    transform: translateY(-4px) scale(1.12);
    border-color: transparent;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.footer-social-btn:hover i { transform: scale(1.15) rotate(-5deg); }
.footer-social-btn:hover::before { opacity: 1; }

/* Instagram gradient */
.footer-social-btn[data-platform="instagram"]::before {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
/* Facebook mavi */
.footer-social-btn[data-platform="facebook"]::before {
    background: #1877f2;
}
/* WhatsApp yeşil */
.footer-social-btn[data-platform="whatsapp"]::before {
    background: linear-gradient(135deg, #1ebe5d, #25d366);
}
/* YouTube kırmızı */
.footer-social-btn[data-platform="youtube"]::before {
    background: #ff0000;
}
/* TikTok */
.footer-social-btn[data-platform="tiktok"]::before {
    background: linear-gradient(135deg, #010101, #69c9d0);
}
/* Twitter/X */
.footer-social-btn[data-platform="twitter"]::before {
    background: #1da1f2;
}
