/* --- RENK PALETİ --- */
:root {
    --deniz-turkuaz: #00B4D8;
    --koyu-deniz: #023E8A;
    --gunes-sarisi: #FFB703;
    --sicak-turuncu: #FB8500;
    --orman-yesili: #2A9D8F;
    --kum-beyazi: #F8F9FA;
    --metin-koyu: #001D3D;
    --metin-gri: #5C677D;
    --beyaz: #FFFFFF;
}

/* --- SIFIRLAMA (RESET) --- */
* { margin: 0; padding: 0; box-sizing: border-box; }

html, body {
    scroll-behavior: smooth;
    font-family: 'Nunito', sans-serif;
    background-color: var(--kum-beyazi);
    color: var(--metin-gri);
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

h1, h2, h3, h4 { font-family: 'Poppins', sans-serif; color: var(--metin-koyu); font-weight: 800; }
a { text-decoration: none; color: inherit; transition: 0.3s; }

/* --- ANİMASYONLAR --- */
.reveal { opacity: 0; transform: translateY(40px) scale(0.98); transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1); }
.reveal.active { opacity: 1; transform: translateY(0) scale(1); }

/* --- ÜST BİLGİ (TOP BAR) --- */
.top-bar { background: var(--koyu-deniz); color: var(--beyaz); padding: 10px 5%; display: flex; justify-content: space-between; align-items: center; font-size: 0.9rem; font-weight: 700; }
.top-bar-left { display: flex; gap: 20px; align-items: center; }
.top-bar svg { width: 18px; height: 18px; stroke: var(--gunes-sarisi); margin-right: 5px; vertical-align: sub; }
.top-bar-right span { background: var(--sicak-turuncu); padding: 4px 15px; border-radius: 20px; font-weight: 800; }

/* --- HEADER & LOGO --- */
header { position: fixed; top: 45px; left: 5%; width: 90%; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); z-index: 1000; padding: 10px 30px; display: flex; justify-content: space-between; align-items: center; border-radius: 50px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.4s ease; }
header.scrolled { top: 15px; padding: 8px 30px; background: rgba(255, 255, 255, 0.98); box-shadow: 0 10px 25px rgba(0, 180, 216, 0.15); }
.logo-area { display: flex; align-items: center; justify-content: center; gap: 12px; transition: all 0.4s ease; }
.logo-area img { height: 75px; max-height: 75px; width: auto; filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15)); transition: all 0.4s ease; object-fit: contain; }
.logo-area img:hover { transform: scale(1.05); }
.logo-text { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; font-family: 'Poppins', sans-serif; height: 100%; }
.logo-text .baslik { font-size: 1.4rem; font-weight: 900; color: var(--koyu-deniz); letter-spacing: -0.5px; line-height: 1.1; margin-bottom: 2px; }
.logo-text .alt-baslik { font-size: 0.8rem; font-weight: 800; color: var(--sicak-turuncu); letter-spacing: 2.5px; text-transform: uppercase; line-height: 1; }
header.scrolled .logo-area img { height: 55px; }
header.scrolled .logo-text .baslik { font-size: 1.2rem; }
header.scrolled .logo-text .alt-baslik { font-size: 0.7rem; }

/* --- NAVİGASYON VE BUTONLAR --- */
nav ul { list-style: none; display: flex; gap: 20px; align-items: center; }
nav ul li a { font-weight: 800; font-size: 0.9rem; color: var(--metin-koyu); display: flex; align-items: center; gap: 6px; text-transform: uppercase; }
nav ul li a svg { width: 18px; height: 18px; stroke: var(--deniz-turkuaz); transition: 0.3s; }
nav ul li a:hover { color: var(--sicak-turuncu); }
nav ul li a:hover svg { stroke: var(--sicak-turuncu); transform: translateY(-3px); }

.nav-btn-orange { background: var(--sicak-turuncu); color: var(--beyaz) !important; padding: 10px 24px; border-radius: 50px; font-weight: 800; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 5px 15px rgba(251, 133, 0, 0.3); transition: 0.3s; }
.nav-btn-orange svg { stroke: var(--beyaz); width: 18px; height: 18px; }
.nav-btn-orange:hover { background: var(--koyu-deniz); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(2, 62, 138, 0.4); }

/* --- MOBİL MENÜ İKONU --- */
.menu-toggle { display: none; align-items: center; justify-content: center; width: 52px; height: 52px; border: none; border-radius: 50%; background: var(--koyu-deniz); color: var(--beyaz); cursor: pointer; box-shadow: 0 10px 24px rgba(2, 62, 138, 0.2); transition: 0.3s; flex-shrink: 0; }
.menu-toggle:hover { transform: scale(1.05); }
.menu-toggle .menu-line { display: block; width: 22px; height: 2px; background: currentColor; border-radius: 99px; transition: 0.3s; }
.menu-toggle .menu-line + .menu-line { margin-top: 5px; }

/* --- HERO VİDEO BÖLÜMÜ --- */
.hero { position: relative; height: 100vh; min-height: 600px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #000; }
.video-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; }
.bg-video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); object-fit: cover; pointer-events: none; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(2, 62, 138, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 10; text-align: center; color: var(--beyaz); width: 100%; max-width: 1000px; padding: 0 20px; margin-top: 40px; }
.hero-badge { display: inline-block; background: var(--gunes-sarisi); color: var(--metin-koyu); padding: 8px 25px; border-radius: 50px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; box-shadow: 0 10px 20px rgba(255, 183, 3, 0.4); }
.hero-content h1 { font-size: 3.8rem; line-height: 1.1; margin-bottom: 20px; color: var(--beyaz); text-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); font-family: 'Poppins', sans-serif; }
.hero-content p { font-size: 1.4rem; font-weight: 600; margin-bottom: 30px; text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

/* --- STANDART BÖLÜMLER --- */
section { padding: 90px 5%; width: 100%; overflow-x: hidden; }
.container { max-width: 1200px; margin: 0 auto; }
.sec-head { text-align: center; margin-bottom: 60px; }
.sec-head h2 { font-size: 3rem; color: var(--metin-koyu); display: inline-flex; align-items: center; gap: 15px; justify-content: center; margin-bottom: 15px; flex-wrap: wrap; }
.sec-head h2 svg { width: 40px; height: 40px; stroke: var(--sicak-turuncu); }
.sec-head p { font-size: 1.2rem; font-weight: 700; color: var(--metin-gri); }

/* =========================================
   === YENİ PROFESYONEL ÖZELLİKLER BANDI ===
   ========================================= */
.pro-features {
    position: relative;
    padding: 60px 0;
    margin: -50px 0 60px; /* Videonun üzerine taşırır */
    z-index: 20;
    background: url('/images/tesisimiz/tesis2.jpeg') center/cover no-repeat; /* Belirgin deniz manzarası */
    background-attachment: fixed;
    border-radius: 50px; /* Oval köşeler */
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 29, 61, 0.15);
}

/* Koyu-Mavi profesyonel filtre (Arka plan net ama sönük) */
.pro-features-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(2, 62, 138, 0.85), rgba(0, 29, 61, 0.9));
    z-index: 1;
}

.pro-features-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    justify-content: center;
}

/* Profesyonel Kart Tasarımı */
.pro-feature-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.4s ease;
}

.pro-feature-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-8px);
    border-color: rgba(255, 183, 3, 0.4);
}

/* İkon ve Yazı Uyumu */
.pro-feature-icon {
    width: 65px;
    height: 65px;
    border-radius: 18px;
    background: rgba(251, 133, 0, 0.15);
    border: 2px solid rgba(251, 133, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: var(--sicak-turuncu);
    transition: 0.3s;
}

.pro-feature-card:hover .pro-feature-icon {
    background: var(--sicak-turuncu);
    color: var(--beyaz);
    transform: rotate(-10deg) scale(1.05);
}

.pro-feature-icon svg {
    width: 30px;
    height: 30px;
    stroke: currentColor; /* Renk uyumu sağlar */
}

.pro-feature-text {
    display: flex;
    flex-direction: column;
}

/* El Yazısı Başlık */
.pro-feature-text h3 {
    font-family: 'Dancing Script', cursive;
    font-size: 2.1rem;
    color: var(--gunes-sarisi);
    margin: 0 0 5px 0;
    font-weight: 700;
    line-height: 1;
}

/* Crisp Açıklama Yazısı (Nunito ile profesyonel denge) */
.pro-feature-text p {
    font-family: 'Nunito', sans-serif;
    font-size: 0.95rem;
    color: #CAF0F8;
    margin: 0;
    line-height: 1.4;
    font-weight: 600;
}

/* === /PROFESYONEL ÖZELLİKLER === */

/* --- HAKKIMIZDA --- */
.about-wrap { display: flex; align-items: center; gap: 60px; }
.about-content { flex: 1.2; }
.about-content h2 { font-size: 2.8rem; margin-bottom: 25px; line-height: 1.2; color: var(--koyu-deniz); }
.about-content p { font-size: 1.15rem; line-height: 1.8; margin-bottom: 20px; font-weight: 600; }
.about-img-area { flex: 1; position: relative; display: flex; justify-content: center; align-items: center; }
.about-img-area img { width: 100%; max-width: 500px; height: 500px; object-fit: cover; border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; box-shadow: 0 20px 50px rgba(0, 180, 216, 0.2); animation: blobAnim 8s infinite alternate ease-in-out; border: 8px solid var(--beyaz); }
@keyframes blobAnim { 0% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; } 100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; } }

/* --- KAHVALTI AFİŞİ --- */
.breakfast-banner { position: relative; max-width: 1100px; margin: 0 auto 60px; border-radius: 30px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.15); background: url('https://images.unsplash.com/photo-1525648199074-cee30ba79a4a?q=80&w=1200&auto=format&fit=crop') center/cover no-repeat; }
.bf-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(2, 62, 138, 0.85), rgba(0, 180, 216, 0.65)); }
.bf-content { position: relative; z-index: 1; padding: 40px 50px; display: flex; align-items: center; justify-content: center; gap: 25px; text-align: center; }
.bf-content svg { width: 60px; height: 60px; stroke: var(--gunes-sarisi); flex-shrink: 0; }
.bf-content h3 { font-size: 1.8rem; color: var(--beyaz); margin: 0; line-height: 1.3; }

/* --- ODALARIMIZ KARTLARI --- */
.rooms-bg { background: linear-gradient(to bottom, var(--kum-beyazi), #E0FBFC); padding: 100px 5%; border-radius: 50px; margin: 40px 2%; }
.rooms-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; }
.room-card { background: var(--beyaz); border-radius: 30px; overflow: hidden; box-shadow: 0 15px 40px rgba(0, 180, 216, 0.08); transition: 0.4s; display: flex; flex-direction: column; border: 2px solid transparent; }
.room-card:hover { transform: translateY(-15px); border-color: var(--deniz-turkuaz); }
.room-img { position: relative; width: 100%; height: 240px; overflow: hidden; cursor: pointer; }
.room-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.room-card:hover .room-img img { transform: scale(1.1); }
.room-img-overlay { position: absolute; inset: 0; background: rgba(2, 62, 138, 0.3); display: flex; justify-content: center; align-items: center; opacity: 0; transition: 0.4s; }
.room-card:hover .room-img-overlay { opacity: 1; }
.room-img-overlay svg { width: 50px; height: 50px; stroke: var(--beyaz); transform: scale(0); transition: 0.4s; }
.room-card:hover .room-img-overlay svg { transform: scale(1); }
.room-info { padding: 30px; display: flex; flex-direction: column; flex-grow: 1; }
.room-info h3 { font-size: 1.8rem; margin-bottom: 10px; text-align: center; }
.room-info p { font-weight: 600; margin-bottom: 25px; line-height: 1.6; text-align: center; flex-grow: 1; }
.room-features { display: flex; justify-content: space-around; background: var(--kum-beyazi); border-radius: 15px; padding: 15px; margin-bottom: 25px; }
.r-feat { display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 0.85rem; font-weight: 800; color: var(--koyu-deniz); text-align: center; }
.r-feat svg { width: 28px; height: 28px; stroke: var(--sicak-turuncu); }
.room-actions { display: flex; flex-direction: column; gap: 12px; }
.btn-gallery { display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--kum-beyazi); color: var(--metin-koyu); padding: 15px; border-radius: 15px; font-weight: 800; font-size: 1.1rem; transition: 0.3s; width: 100%; border: none; cursor: pointer; }
.btn-gallery:hover { background: var(--koyu-deniz); color: var(--beyaz); }
.btn-gallery svg { width: 20px; height: 20px; stroke: currentColor; }
.btn-site-primary, .btn-rezervasyon { display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--sicak-turuncu); color: var(--beyaz); padding: 15px; border-radius: 15px; font-weight: 800; font-size: 1.1rem; transition: 0.3s; width: 100%; border: none; cursor: pointer; box-shadow: 0 10px 20px rgba(251, 133, 0, 0.2); }
.btn-site-primary:hover, .btn-rezervasyon:hover { background: var(--gunes-sarisi); color: var(--metin-koyu); transform: translateY(-3px); }
.btn-site-primary svg, .btn-rezervasyon svg { width: 20px; height: 20px; stroke: currentColor; }

/* --- LIGHTBOX (AÇILIR GALERİ) --- */
.lightbox { display: none; position: fixed; z-index: 2000; padding-top: 50px; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 29, 61, 0.95); backdrop-filter: blur(10px); }
.lightbox-content { position: relative; margin: auto; max-width: 900px; width: 90%; text-align: center; }
.lightbox-content img { width: 100%; max-height: 80vh; object-fit: contain; border-radius: 15px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5); animation: zoomIn 0.3s; }
@keyframes zoomIn { from { transform: scale(0.9); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.close-btn { position: absolute; top: 15px; right: 35px; color: #fff; font-size: 50px; font-weight: bold; cursor: pointer; transition: 0.3s; z-index: 2001; }
.close-btn:hover { color: var(--sicak-turuncu); }
.lb-nav { display: flex; justify-content: space-between; position: absolute; top: 50%; width: 100%; transform: translateY(-50%); }
.lb-nav button { background: rgba(0, 0, 0, 0.5); color: white; border: none; padding: 20px; font-size: 24px; cursor: pointer; border-radius: 50%; transition: 0.3s; margin: 0 -30px; }
.lb-nav button:hover { background: var(--sicak-turuncu); }

/* --- GALERİ --- */
.photo-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.gallery-item { position: relative; height: 250px; border-radius: 20px; overflow: hidden; cursor: pointer; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.gallery-overlay { position: absolute; inset: 0; background: rgba(2, 62, 138, 0.6); display: flex; justify-content: center; align-items: center; opacity: 0; transition: 0.4s; }
.gallery-overlay svg { width: 50px; height: 50px; stroke: var(--beyaz); transform: scale(0); transition: 0.4s; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-item:hover .gallery-overlay svg { transform: scale(1); }

/* --- İLETİŞİM --- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 40px; width: 100%; }
.contact-left { display: flex; flex-direction: column; gap: 25px; }
.info-card { background: var(--beyaz); padding: 30px; border-radius: 25px; display: flex; align-items: center; gap: 20px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04); transition: 0.3s; width: 100%; }
.info-card:hover { transform: translateX(10px); background: var(--koyu-deniz); color: var(--beyaz); }
.info-card:hover p, .info-card:hover h4 { color: var(--beyaz); }
.i-icon { background: rgba(0, 180, 216, 0.15); width: 65px; height: 65px; border-radius: 18px; display: flex; justify-content: center; align-items: center; color: var(--deniz-turkuaz); flex-shrink: 0; }
.info-card:hover .i-icon { background: var(--beyaz); color: var(--sicak-turuncu); }
.i-icon svg { width: 32px; height: 32px; }
.i-text h4 { font-size: 1.2rem; margin-bottom: 5px; }
.i-text p { font-weight: 700; }
.contact-form { background: var(--beyaz); padding: 45px; border-radius: 25px; box-shadow: 0 15px 40px rgba(0, 180, 216, 0.1); width: 100%; }
.contact-form h3 { font-size: 2rem; margin-bottom: 30px; color: var(--koyu-deniz); }

/* --- SAĞ ALT KAYAN BUTONLAR --- */
.fab-container { position: fixed; bottom: 30px; right: 30px; z-index: 999; display: flex; flex-direction: column; align-items: flex-end; gap: 15px; }
.fab-rezervasyon { background: var(--sicak-turuncu); color: var(--beyaz); padding: 15px 25px; border-radius: 30px; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.1rem; display: flex; align-items: center; gap: 10px; box-shadow: 0 10px 20px rgba(251, 133, 0, 0.4); transition: 0.3s; }
.fab-rezervasyon svg { width: 22px; height: 22px; stroke: var(--beyaz); }
.fab-rezervasyon:hover { transform: scale(1.05); background: var(--gunes-sarisi); color: var(--metin-koyu); }
.fab-row { display: flex; gap: 15px; }
.fab { width: 60px; height: 60px; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: white; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); transition: 0.3s; }
.fab svg { width: 30px; height: 30px; }
.fab-wp { background: #25D366; }
.fab-call { background: var(--deniz-turkuaz); }
.fab:hover { transform: scale(1.1) rotate(10deg); }

/* =========================================
   YENİ KURUMSAL FOOTER TASARIMI
   ========================================= */
footer { 
    background: var(--koyu-deniz); 
    color: #CAF0F8; 
    padding: 60px 5% 20px; 
    border-top: 6px solid var(--gunes-sarisi); 
    font-family: 'Poppins', sans-serif; 
}
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}
.footer-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.footer-logo img {
    height: 65px;
    filter: none;
}
.f-logo-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1.1;
    color: var(--beyaz);
}
.f-logo-text span {
    font-size: 0.9rem;
    color: var(--sicak-turuncu);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.footer-col h4 {
    color: var(--beyaz);
    font-size: 1.3rem;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
}
.footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: var(--sicak-turuncu);
    border-radius: 5px;
}
.footer-col p {
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 500;
}
.footer-links {
    list-style: none;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    color: #CAF0F8;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}
.footer-links a:hover {
    color: var(--gunes-sarisi);
    transform: translateX(5px);
}
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 0.95rem;
    font-weight: 500;
}
.footer-contact-item svg {
    width: 20px;
    height: 20px;
    stroke: var(--sicak-turuncu);
    flex-shrink: 0;
    margin-top: 3px;
}
.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
}

/* --- MOBİL UYUM (RESPONSIVE) --- */
@media (max-width: 992px) {
    .top-bar { display: none; }
    header { top: 15px; width: 92%; left: 4%; padding: 12px 15px; display: flex; justify-content: space-between; align-items: center; border-radius: 28px; background: rgba(255, 255, 255, 0.98); }
    header.scrolled { top: 10px; padding: 8px 15px; }
    .menu-toggle { display: inline-flex; }
    .logo-area { position: relative; left: 0; top: 0; width: auto; max-width: calc(100% - 68px); justify-content: flex-start; gap: 10px; }
    .logo-area img { height: 45px; max-height: 45px; filter: none; width: auto; }
    .logo-area img:hover { transform: none; }
    .logo-text { display: flex; align-items: flex-start; }
    .logo-text .baslik { font-size: 1.1rem; letter-spacing: 0; }
    .logo-text .alt-baslik { font-size: 0.6rem; letter-spacing: 1px; }
    header.scrolled .logo-area img { height: 40px; }
    header.scrolled .logo-text .baslik { font-size: 1rem; }
    header.scrolled .logo-text .alt-baslik { font-size: 0.55rem; }
    nav { display: block; position: absolute; top: calc(100% + 12px); left: 0; right: 0; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: 0.3s; }
    nav ul { flex-direction: column; gap: 0; background: rgba(255, 255, 255, 0.98); border-radius: 24px; padding: 12px; box-shadow: 0 24px 50px rgba(0, 29, 61, 0.16); }
    nav ul li { width: 100%; }
    nav ul li a { justify-content: flex-start; padding: 14px 16px; border-radius: 16px; font-size: 0.95rem; }
    nav ul li a:hover { background: rgba(0, 180, 216, 0.08); }
    header.menu-active nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
    header.menu-active .menu-toggle .menu-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    header.menu-active .menu-toggle .menu-line:nth-child(2) { opacity: 0; }
    header.menu-active .menu-toggle .menu-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    
    .hero-content { margin-top: 60px; padding: 0 15px; width: 100%; box-sizing: border-box; }
    .hero-badge { font-size: 0.75rem; padding: 6px 15px; margin-bottom: 15px; }
    .hero-content h1 { font-size: 2.8rem; margin-bottom: 15px; }
    .hero-content p { font-size: 1.1rem; margin-bottom: 25px; }
    
    .breakfast-banner { border-radius: 20px; margin-bottom: 30px; }
    .bf-content { flex-direction: column; padding: 25px; gap: 15px; }
    .bf-content h3 { font-size: 1.3rem; }

    section { padding: 60px 5%; width: 100%; box-sizing: border-box; }
    .sec-head h2 { font-size: 2.2rem; flex-direction: column; gap: 10px; }
    .sec-head h2 svg { width: 32px; height: 32px; }
    
    /* Mobil Özellikler Bandı Ayarı */
    .pro-features { border-radius: 30px; margin: 20px 0; padding: 40px 0; }
    .pro-features-grid { grid-template-columns: 1fr; gap: 15px; padding: 0 20px; }
    .pro-feature-card { padding: 20px; }
    .pro-feature-text h3 { font-size: 1.9rem; }

    .about-wrap { flex-direction: column; text-align: center; width: 100%; }
    .about-content { width: 100%; }
    .about-content h2 { font-size: 2rem; }
    .about-img-area { width: 100%; }
    .about-img-area img { border: 4px solid var(--beyaz); max-width: 100%; height: auto; animation: none; border-radius: 20px; }
    
    .rooms-bg { border-radius: 30px; margin: 20px 0; padding: 60px 5%; width: 100%; }
    .rooms-grid { grid-template-columns: 1fr; width: 100%; }
    .room-card { padding: 0; width: 100%; box-sizing: border-box; }
    
    .contact-grid { grid-template-columns: 1fr; width: 100%; }
    .contact-form { padding: 25px 20px; width: 100%; box-sizing: border-box; }
    .fab-container { bottom: 15px; right: 15px; transform: scale(0.85); transform-origin: bottom right; }
}

@media (max-width: 480px) {
    header { padding: 10px 12px; }
    .menu-toggle { width: 46px; height: 46px; }
    .hero-content h1 { font-size: 2.2rem; }
    .hero-content p { font-size: 1rem; }
    .logo-area img { height: 35px; }
    .logo-text .baslik { font-size: 1rem; }
    .logo-text .alt-baslik { font-size: 0.55rem; }
    .bf-content h3 { font-size: 1.1rem; }
}

.is-current {
    color: var(--sicak-turuncu) !important;
}

.nav-btn-orange.is-current {
    color: var(--beyaz) !important;
}

.page-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    padding: 140px 5% 80px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(2, 62, 138, 0.95), rgba(0, 29, 61, 0.92));
}

.page-hero-media {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
}

.page-hero-inner {
    position: relative;
    z-index: 1;
    color: var(--beyaz);
}

.page-kicker {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: var(--gunes-sarisi);
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.page-hero h1 {
    color: var(--beyaz);
    font-size: clamp(2.2rem, 5vw, 4rem);
    margin-bottom: 16px;
}

.page-hero p {
    max-width: 700px;
    font-size: 1.15rem;
    line-height: 1.7;
}

.page-content {
    padding-top: 70px;
    padding-bottom: 100px;
}

.page-card {
    background: var(--beyaz);
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 29, 61, 0.08);
}

.page-summary {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--koyu-deniz);
    margin-bottom: 24px;
}

.page-body {
    font-size: 1.05rem;
    line-height: 1.9;
}

.page-body h2,
.page-body h3,
.page-body h4 {
    margin: 28px 0 14px;
}

.page-body p,
.page-body ul,
.page-body ol {
    margin-bottom: 16px;
}

.page-body img {
    margin: 24px 0;
    border-radius: 22px;
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    box-shadow: 0 18px 38px rgba(0, 29, 61, 0.12);
}

.page-body .btn-site-primary,
.page-body .content-button {
    display: inline-flex;
    width: auto;
    margin-top: 10px;
    padding: 14px 24px;
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.page-content .table-wrap {
    overflow-x: auto;
    border: 2px solid #edf2f7;
    border-radius: 20px;
}

.page-content table {
    width: 100%;
    border-collapse: collapse;
}

.page-content th,
.page-content td {
    padding: 14px 16px;
    border-bottom: 1px solid #edf2f7;
    text-align: left;
}

.page-content th {
    background: #f8fbfd;
    color: var(--metin-gri);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.82rem;
}

@media (max-width: 480px) {
    .page-card {
        padding: 24px;
    }
}

