/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; color: #1e293b; line-height: 1.6; background: #fff; overflow-x: hidden; }
a { color: #0a3d62; text-decoration: none; transition: color .2s; }
a:hover { color: #e8a020; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 90px 0; }
.section-light { background: #f8f9fb; }
.section-dark { background: #071e36; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-header-light h2, .section-header-light p, .section-header-light .section-eyebrow { color: #fff; }
.section-header-light .section-sub { color: rgba(255,255,255,.65); }
.section-header-light .section-eyebrow { color: #e8a020; }
.section-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #e8a020; margin-bottom: 12px; }
.section-header h2 { font-size: 2.2rem; font-weight: 700; color: #071e36; margin-bottom: 14px; font-family: 'Playfair Display', serif; }
.section-sub { font-size: 1.05rem; color: #64748b; max-width: 600px; margin: 0 auto; }
.section-action { text-align: center; margin-top: 48px; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 30px; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: all .3s; text-decoration: none; letter-spacing: .3px; }
.btn-navy { background: #071e36; color: #fff; }
.btn-navy:hover { background: #0a3d62; color: #fff; }
.btn-gold { background: #e8a020; color: #071e36; }
.btn-gold:hover { background: #d49018; color: #071e36; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(232,160,32,.35); }
.btn-outline { background: transparent; color: #071e36; border: 1.5px solid #cbd5e1; }
.btn-outline:hover { border-color: #071e36; background: #071e36; color: #fff; }
.btn-outline-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.35); }
.btn-outline-light:hover { background: #fff; color: #071e36; }
.btn-lg { padding: 16px 38px; font-size: 15px; }
.btn-block { display: block; width: 100%; text-align: center; margin-bottom: 10px; }

/* ===== HEADER / NAV ===== */
.site-header { position: sticky; top: 0; z-index: 1000; background: #fff; border-bottom: 1px solid #eef1f5; transition: box-shadow .3s; }
.site-header.scrolled { box-shadow: 0 2px 20px rgba(7,30,54,.08); }
.nav-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; height: 72px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-svg { color: #071e36; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-fethiye { font-size: 10px; font-weight: 600; letter-spacing: 3px; color: #64748b; text-transform: uppercase; }
.logo-yacht { font-size: 18px; font-weight: 700; color: #071e36; font-family: 'Playfair Display', serif; letter-spacing: 1px; }
.nav-menu { display: flex; align-items: center; gap: 4px; }
.nav-menu a { display: block; padding: 10px 14px; font-size: 14px; font-weight: 500; color: #334155; border-radius: 6px; transition: all .2s; white-space: nowrap; }
.nav-menu a:hover { color: #071e36; background: #f8f9fb; }
.has-dropdown:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown { position: absolute; top: 100%; left: 0; min-width: 220px; background: #fff; border-radius: 10px; box-shadow: 0 12px 40px rgba(7,30,54,.12); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: all .25s; z-index: 100; border: 1px solid #eef1f5; }
.dropdown a { display: block; padding: 10px 14px; font-size: 13px; color: #334155; border-radius: 6px; }
.dropdown a:hover { background: #f8f9fb; color: #071e36; }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.lang-switcher { display: flex; gap: 6px; }
.lang-link { display: inline-block; padding: 4px 10px; font-size: 12px; font-weight: 600; letter-spacing: .5px; color: #64748b; border: 1px solid #e2e8f0; border-radius: 4px; transition: all .2s; }
.lang-link:hover { color: #071e36; border-color: #071e36; }
.nav-phone { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: #071e36; padding: 8px 14px; border: 1px solid #e2e8f0; border-radius: 6px; transition: all .2s; }
.nav-phone:hover { border-color: #e8a020; color: #e8a020; }
.nav-phone svg { flex-shrink: 0; }
.mobile-toggle { display: none; width: 28px; height: 20px; flex-direction: column; justify-content: space-between; background: none; border: none; cursor: pointer; }
.mobile-toggle span { display: block; height: 2px; background: #071e36; border-radius: 2px; transition: all .3s; }

/* ===== HERO ===== */
.hero { position: relative; min-height: 90vh; display: flex; align-items: center; justify-content: center; background: #071e36; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1544551763-46a013bb70d5?w=1920&q=80') center/cover; opacity: .3; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,30,54,.5) 0%, rgba(7,30,54,.85) 100%); }
.hero-content { position: relative; z-index: 2; text-align: center; color: #fff; padding: 40px 20px; max-width: 850px; }
.hero-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: #e8a020; margin-bottom: 20px; }
.hero h1 { font-size: 3.4rem; font-weight: 700; line-height: 1.15; margin-bottom: 24px; font-family: 'Playfair Display', serif; letter-spacing: -.5px; }
.hero-accent { color: #e8a020; }
.hero-sub { font-size: 1.1rem; color: rgba(255,255,255,.7); margin-bottom: 40px; max-width: 650px; margin-left: auto; margin-right: auto; line-height: 1.8; }
.hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 60px; }
.hero-stats { display: flex; gap: 0; justify-content: center; align-items: center; margin-bottom: 20px; }
.hero-stats .stat { text-align: center; padding: 0 32px; }
.hero-stats .stat strong { display: block; font-size: 2rem; font-weight: 700; font-family: 'Playfair Display', serif; }
.hero-stats .stat span { font-size: 12px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: 1px; }
.stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,.15); }

/* ===== BOAT SEARCH WIDGET ===== */
.boat-search-section { background: #071e36; padding: 0 0 60px; margin-top: -40px; position: relative; z-index: 10; }
.boat-search-box { background: #fff; border-radius: 16px; padding: 32px 36px 36px; box-shadow: 0 20px 60px rgba(7,30,54,.18), 0 4px 12px rgba(7,30,54,.08); position: relative; overflow: hidden; }
.boat-search-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #e8a020, #e8d5a8, #e8a020); }
.search-box-header { text-align: center; margin-bottom: 28px; }
.search-box-header h2 { font-size: 1.5rem; font-weight: 700; color: #071e36; margin-bottom: 6px; font-family: 'Playfair Display', serif; }
.search-box-header p { font-size: 13px; color: #94a3b8; letter-spacing: 1px; text-transform: uppercase; font-weight: 500; }
.boat-search-form { display: grid; grid-template-columns: 1.4fr 1.2fr 1fr 1fr auto; gap: 16px; align-items: end; }
.search-field label { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 8px; }
.search-field label svg { color: #e8a020; flex-shrink: 0; }
.search-field select, .search-field input[type="date"] { width: 100%; padding: 14px 16px; border: 1.5px solid #e2e8f0; border-radius: 10px; font-size: 15px; color: #1e293b; background: #f8fafc; transition: all .2s; font-family: inherit; cursor: pointer; appearance: none; -webkit-appearance: none; }
.search-field select { background: #f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center; padding-right: 36px; }
.search-field select:focus, .search-field input[type="date"]:focus { border-color: #e8a020; outline: none; box-shadow: 0 0 0 3px rgba(232,160,32,.15); background-color: #fff; }
.search-field select:hover, .search-field input[type="date"]:hover { border-color: #e8a020; }
.btn-search { width: 100%; padding: 14px 28px; font-size: 15px; border-radius: 10px; gap: 10px; white-space: nowrap; }
.search-field-btn { align-self: end; }

@media (max-width: 1024px) {
    .boat-search-form { grid-template-columns: 1fr 1fr; }
    .search-field-btn { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
    .boat-search-form { grid-template-columns: 1fr; }
    .boat-search-box { padding: 24px 20px 28px; margin: 0 -10px; }
    .boat-search-section { margin-top: -20px; padding: 0 0 40px; }
}

/* ===== SERVICES ===== */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.service-card { background: #fff; border: 1px solid #eef1f5; border-radius: 12px; padding: 36px 28px; transition: all .3s; }
.service-card:hover { border-color: #e8a020; transform: translateY(-4px); box-shadow: 0 16px 48px rgba(7,30,54,.08); }
.service-icon { color: #e8a020; margin-bottom: 20px; }
.service-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 12px; color: #071e36; }
.service-card p { font-size: 14px; color: #64748b; line-height: 1.7; margin-bottom: 18px; }
.card-link { font-size: 13px; font-weight: 600; color: #e8a020; display: inline-flex; align-items: center; gap: 4px; }
.card-link:hover { color: #071e36; }

/* ===== DESTINATIONS ===== */
.dest-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: auto auto; gap: 12px; }
.dest-card { position: relative; border-radius: 10px; overflow: hidden; min-height: 200px; background: var(--bg) center/cover no-repeat; display: flex; align-items: flex-end; transition: transform .4s; text-decoration: none; }
.dest-card:hover { transform: scale(1.015); }
.dest-large { grid-row: 1 / 3; min-height: 420px; }
.dest-overlay { background: linear-gradient(0deg, rgba(7,30,54,.85) 0%, transparent 100%); padding: 24px; width: 100%; color: #fff; }
.dest-overlay h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 4px; font-family: 'Playfair Display', serif; }
.dest-overlay p { font-size: 13px; color: rgba(255,255,255,.7); }

/* ===== WHY US ===== */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.why-item { text-align: center; padding: 20px; }
.why-icon { color: #e8a020; margin-bottom: 18px; display: flex; justify-content: center; }
.why-item h3 { font-size: 1rem; font-weight: 700; margin-bottom: 10px; color: #071e36; }
.why-item p { font-size: 14px; color: #64748b; line-height: 1.7; }

/* ===== BLOG GRID ===== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { background: #fff; border: 1px solid #eef1f5; border-radius: 10px; overflow: hidden; transition: all .3s; }
.blog-card:hover { border-color: #e8a020; transform: translateY(-3px); box-shadow: 0 10px 30px rgba(7,30,54,.07); }
.blog-card-img { display: block; height: 200px; overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-placeholder { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #071e36, #0a3d62); }
.blog-card-placeholder::after { content: ''; display: block; width: 40px; height: 40px; border: 2px solid rgba(232,160,32,.4); border-radius: 50%; }
.blog-card-body { padding: 22px; }
.blog-card-meta { display: flex; align-items: center; gap: 10px; font-size: 12px; color: #94a3b8; margin-bottom: 10px; flex-wrap: wrap; }
.blog-cat { background: #f0f4f8; color: #0a3d62; padding: 2px 10px; border-radius: 4px; font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: .3px; text-decoration: none; }
.blog-card-body h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; line-height: 1.4; }
.blog-card-body h3 a { color: #071e36; }
.blog-card-body h3 a:hover { color: #e8a020; }
.blog-card-body p { font-size: 14px; color: #64748b; line-height: 1.6; }
.read-more { font-size: 13px; font-weight: 600; color: #e8a020; display: inline-flex; align-items: center; gap: 4px; margin-top: 12px; }
.read-more:hover { color: #071e36; }

/* ===== CTA SECTION ===== */
.cta-section { background: #071e36; padding: 90px 0; }
.cta-content { text-align: center; color: #fff; max-width: 650px; margin: 0 auto; }
.cta-content h2 { font-size: 2rem; font-weight: 700; margin-bottom: 16px; font-family: 'Playfair Display', serif; }
.cta-content p { font-size: 1.05rem; color: rgba(255,255,255,.65); margin-bottom: 36px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===== SEO TEXT ===== */
.seo-text { background: #f8f9fb; }
.seo-content { max-width: 800px; margin: 0 auto; }
.seo-content h2 { font-size: 1.4rem; font-weight: 700; margin-bottom: 16px; color: #071e36; font-family: 'Playfair Display', serif; }
.seo-content p { font-size: 15px; color: #475569; line-height: 1.8; margin-bottom: 16px; }

/* ===== PAGE HERO ===== */
.page-hero { background: #071e36; color: #fff; padding: 56px 0 40px; text-align: center; }
.page-hero-sm { padding: 40px 0 32px; }
.page-hero h1 { font-size: 2rem; font-weight: 700; margin-bottom: 8px; font-family: 'Playfair Display', serif; }
.page-hero p { font-size: 1rem; color: rgba(255,255,255,.65); margin-bottom: 14px; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,.45); margin-bottom: 14px; }
.breadcrumb a { color: rgba(255,255,255,.55); }
.breadcrumb a:hover { color: #e8a020; }
.breadcrumb span { margin: 0 6px; }

/* ===== BLOG PAGE ===== */
.blog-layout { display: grid; grid-template-columns: 1fr 300px; gap: 48px; }
.blog-main { min-width: 0; }
.blog-search { display: flex; margin-bottom: 30px; }
.blog-search input { flex: 1; padding: 12px 16px; border: 1px solid #e2e8f0; border-radius: 6px 0 0 6px; font-size: 14px; outline: none; background: #f8f9fb; transition: border-color .2s; }
.blog-search input:focus { border-color: #071e36; background: #fff; }
.blog-search button { padding: 12px 24px; background: #071e36; color: #fff; border: none; border-radius: 0 6px 6px 0; font-weight: 600; font-size: 13px; cursor: pointer; }
.search-info { margin-bottom: 20px; color: #64748b; font-size: 14px; }
.no-results { text-align: center; padding: 60px 20px; color: #64748b; }
.blog-list-item { display: grid; grid-template-columns: 240px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid #eef1f5; }
.blog-list-item:first-child { padding-top: 0; }
.bli-image { display: block; border-radius: 8px; overflow: hidden; height: 170px; }
.bli-image img { width: 100%; height: 100%; object-fit: cover; }
.bli-placeholder { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #071e36, #0a3d62); }
.bli-placeholder::after { content: ''; display: block; width: 30px; height: 30px; border: 2px solid rgba(232,160,32,.3); border-radius: 50%; }
.bli-content h2 { font-size: 1.15rem; font-weight: 700; margin-bottom: 8px; line-height: 1.4; }
.bli-content h2 a { color: #071e36; }
.bli-content h2 a:hover { color: #e8a020; }
.bli-content p { font-size: 14px; color: #64748b; line-height: 1.7; margin-bottom: 10px; }
.pagination { display: flex; gap: 6px; justify-content: center; margin-top: 40px; flex-wrap: wrap; }
.pagination a { padding: 8px 16px; border-radius: 6px; font-size: 13px; font-weight: 500; color: #475569; background: #f1f5f9; transition: all .2s; border: 1px solid transparent; }
.pagination a:hover, .pagination a.active { background: #071e36; color: #fff; }

/* ===== SIDEBAR ===== */
.blog-sidebar { position: sticky; top: 90px; align-self: start; }
.sidebar-widget { background: #fff; border: 1px solid #eef1f5; border-radius: 10px; padding: 24px; margin-bottom: 20px; }
.sidebar-widget h3 { font-size: .9rem; font-weight: 700; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid #eef1f5; text-transform: uppercase; letter-spacing: .5px; font-size: 12px; color: #64748b; }
.cat-list li { margin-bottom: 4px; }
.cat-list a { display: flex; justify-content: space-between; padding: 8px 12px; border-radius: 6px; font-size: 14px; color: #475569; transition: all .2s; }
.cat-list a:hover, .cat-list .active a { background: #f0f4f8; color: #071e36; }
.cat-list span { color: #94a3b8; font-size: 13px; }
.sidebar-cta { background: #071e36; border: none; color: #fff; }
.sidebar-cta h3 { color: #e8a020; border-bottom-color: rgba(255,255,255,.1); }
.sidebar-cta p { color: rgba(255,255,255,.7); font-size: 14px; margin-bottom: 16px; }

/* ===== SINGLE POST ===== */
.post-hero { background: #f8f9fb; padding: 40px 0 30px; border-bottom: 1px solid #eef1f5; }
.post-hero .breadcrumb { margin-bottom: 16px; }
.post-hero .breadcrumb, .post-hero .breadcrumb a { color: #94a3b8; }
.post-hero .breadcrumb a:hover { color: #e8a020; }
.post-hero h1 { font-size: 2.2rem; font-weight: 700; line-height: 1.3; margin-bottom: 16px; color: #071e36; font-family: 'Playfair Display', serif; }
.post-meta { display: flex; gap: 8px; font-size: 13px; color: #64748b; flex-wrap: wrap; align-items: center; }
.meta-sep { width: 4px; height: 4px; background: #cbd5e1; border-radius: 50%; }
.post-cat { background: #f0f4f8; color: #0a3d62; padding: 2px 10px; border-radius: 4px; font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: .3px; }
.post-translations { margin-top: 14px; padding-top: 14px; border-top: 1px solid #e2e8f0; }
.translation-link { display: inline-block; padding: 6px 14px; background: #f5f3ff; color: #5b21b6; border-radius: 6px; font-size: 13px; font-weight: 500; margin-right: 8px; }
.translation-link:hover { background: #5b21b6; color: #fff; }
.post-featured-img { margin: 0 0 32px; }
.post-featured-img img { width: 100%; max-height: 480px; object-fit: cover; border-radius: 10px; }
.post-layout { display: grid; grid-template-columns: 1fr 280px; gap: 48px; padding-top: 36px; }
.post-content { min-width: 0; font-size: 16px; line-height: 1.9; color: #334155; }
.post-content h2 { font-size: 1.5rem; font-weight: 700; color: #071e36; margin: 40px 0 16px; font-family: 'Playfair Display', serif; }
.post-content h3 { font-size: 1.2rem; font-weight: 700; color: #071e36; margin: 32px 0 12px; }
.post-content p { margin-bottom: 18px; }
.post-content ul, .post-content ol { margin: 16px 0; padding-left: 24px; }
.post-content ul { list-style: disc; }
.post-content ol { list-style: decimal; }
.post-content li { margin-bottom: 8px; }
.post-content blockquote { border-left: 3px solid #e8a020; padding: 16px 20px; margin: 20px 0; background: #f8f9fb; border-radius: 0 8px 8px 0; color: #475569; }
.post-content pre { background: #071e36; color: #e2e8f0; padding: 20px; border-radius: 8px; overflow-x: auto; margin: 20px 0; font-size: 14px; }
.post-content code { background: #f1f5f9; padding: 2px 6px; border-radius: 4px; font-size: 14px; }
.post-content pre code { background: none; padding: 0; }
.post-content img, .content-img { border-radius: 10px; margin: 20px 0; }
.post-content a { color: #e8a020; text-decoration: underline; text-underline-offset: 2px; }
.post-content strong { color: #071e36; }
.post-tags { margin-top: 30px; padding-top: 20px; border-top: 1px solid #eef1f5; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 14px; }
.post-tags a { display: inline-block; padding: 4px 14px; background: #f1f5f9; border-radius: 4px; font-size: 13px; color: #475569; transition: all .2s; }
.post-tags a:hover { background: #071e36; color: #fff; }
.post-share { margin-top: 24px; padding-top: 20px; border-top: 1px solid #eef1f5; display: flex; gap: 10px; align-items: center; font-size: 14px; color: #64748b; }
.post-share a { padding: 6px 16px; background: #f1f5f9; border-radius: 6px; color: #475569; font-weight: 500; font-size: 12px; text-transform: uppercase; letter-spacing: .3px; }
.post-share a:hover { background: #071e36; color: #fff; }
.toc-widget nav { font-size: 13px; }
.toc-widget nav a { display: block; padding: 6px 0; color: #475569; border-left: 2px solid #eef1f5; padding-left: 12px; transition: all .2s; }
.toc-widget nav a:hover { color: #071e36; border-left-color: #e8a020; }
.toc-widget nav a.depth-3 { padding-left: 24px; font-size: 12px; }
.related-posts h2 { font-size: 1.4rem; font-weight: 700; margin-bottom: 24px; font-family: 'Playfair Display', serif; }

/* ===== ABOUT ===== */
.about-content { max-width: 760px; margin: 0 auto; }
.about-content h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 16px; color: #071e36; font-family: 'Playfair Display', serif; }
.about-content h3 { font-size: 1.15rem; font-weight: 700; margin: 28px 0 12px; color: #071e36; }
.about-content p { font-size: 16px; color: #475569; line-height: 1.8; margin-bottom: 16px; }
.about-content ul { margin: 16px 0; padding-left: 20px; list-style: disc; }
.about-content li { font-size: 15px; color: #475569; line-height: 1.7; margin-bottom: 8px; }

/* ===== CONTACT ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.contact-info h2, .contact-form-wrap h2 { font-size: 1.4rem; font-weight: 700; margin-bottom: 12px; font-family: 'Playfair Display', serif; }
.contact-info > p { color: #64748b; margin-bottom: 28px; line-height: 1.7; }
.contact-items { display: flex; flex-direction: column; gap: 20px; margin-bottom: 28px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-item svg { color: #e8a020; flex-shrink: 0; margin-top: 2px; }
.contact-item h3 { font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.contact-item p { font-size: 14px; color: #64748b; }
.contact-item a { color: #071e36; }
.contact-hours h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.contact-hours p { font-size: 14px; color: #64748b; }
.contact-form .form-group { margin-bottom: 16px; }
.contact-form label { display: block; font-size: 13px; font-weight: 500; color: #475569; margin-bottom: 6px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 14px; border: 1px solid #e2e8f0; border-radius: 6px; font-size: 14px; font-family: inherit; transition: border-color .2s; background: #f8f9fb; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: #071e36; background: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.map-section { margin-top: -1px; }

/* ===== FOOTER ===== */
.site-footer { background: #060e1a; color: #7c8ba1; }
.footer-top { padding: 64px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 30px; }
.footer-brand { }
.footer-logo { margin-bottom: 16px; }
.footer-logo .logo-fethiye { color: #7c8ba1; }
.footer-logo .logo-yacht { color: #fff; }
.footer-col p { font-size: 14px; line-height: 1.7; margin-bottom: 18px; }
.footer-social { display: flex; gap: 14px; }
.footer-social a { color: #4a5568; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border: 1px solid #1e293b; border-radius: 6px; transition: all .2s; }
.footer-social a:hover { color: #e8a020; border-color: #e8a020; }
.footer-col h3 { color: #e8a020; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 18px; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul a { color: #7c8ba1; font-size: 14px; }
.footer-col ul a:hover { color: #fff; }
.footer-contact-list li { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; line-height: 1.6; margin-bottom: 10px; }
.footer-contact-list svg { flex-shrink: 0; margin-top: 2px; color: #4a5568; }
.footer-contact-list a { color: #7c8ba1; }
.footer-contact-list a:hover { color: #e8a020; }
.footer-bottom { border-top: 1px solid #111d2e; padding: 20px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: #4a5568; font-size: 13px; }
.footer-links a:hover { color: #e8a020; }

/* ===== WHATSAPP FAB ===== */
.whatsapp-fab { position: fixed; bottom: 24px; right: 24px; background: #25d366; color: #fff; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,.35); z-index: 999; transition: all .3s; }
.whatsapp-fab:hover { transform: translateY(-3px); box-shadow: 0 6px 30px rgba(37,211,102,.45); color: #fff; }

/* ===== ANIMATIONS ===== */
.animate-in { opacity: 0; transform: translateY(16px); transition: opacity .6s, transform .6s; }
.animate-in.visible { opacity: 1; transform: translateY(0); }

/* ===== GYG SEARCH WIDGET ===== */
.gyg-search-widget {
    background: #fff;
    border-radius: 14px;
    padding: 28px 32px;
    box-shadow: 0 4px 24px rgba(7,30,54,.08);
    margin-bottom: 32px;
    border: 1px solid #eef1f5;
}

.gyg-search-form { margin: 0; }

.gyg-search-fields {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1.2fr auto;
    gap: 16px;
    align-items: end;
}

.gyg-field label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.gyg-field input[type="number"],
.gyg-field input[type="date"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    color: #071e36;
    background: #f8fafc;
    transition: border-color .2s, box-shadow .2s;
    font-family: inherit;
}

.gyg-field input:focus {
    outline: none;
    border-color: #e8a020;
    box-shadow: 0 0 0 3px rgba(232,160,32,.12);
}

.gyg-search-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: linear-gradient(135deg, #071e36, #0a3d62);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .2s, transform .15s;
    white-space: nowrap;
    font-family: inherit;
}

.gyg-search-btn:hover {
    opacity: .9;
    transform: translateY(-1px);
}

.gyg-search-btn svg { flex-shrink: 0; }

.gyg-grid-widget {
    min-height: 200px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .gyg-search-fields { grid-template-columns: 1fr 1fr; }
    .gyg-field-btn { grid-column: 1 / -1; }
    .gyg-search-btn { width: 100%; justify-content: center; }
    .nav-menu a { padding: 10px 10px; font-size: 13px; }
    .nav-phone { font-size: 12px; padding: 6px 10px; }
    .hero h1 { font-size: 2.4rem; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .dest-grid { grid-template-columns: 1fr 1fr; }
    .dest-large { grid-row: auto; min-height: 260px; }
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .blog-layout { grid-template-columns: 1fr; }
    .post-layout { grid-template-columns: 1fr; }
    .blog-sidebar { position: static; }
    .post-sidebar { order: -1; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .gyg-search-widget { padding: 20px; }
    .gyg-search-fields { grid-template-columns: 1fr; }
    .section { padding: 56px 0; }
    .hero { min-height: 85vh; }
    .hero h1 { font-size: 1.8rem; }
    .hero-sub { font-size: .95rem; }
    .hero-stats .stat { padding: 0 16px; }
    .hero-stats .stat strong { font-size: 1.5rem; }
    .section-header h2 { font-size: 1.6rem; }
    .services-grid { grid-template-columns: 1fr; }
    .dest-grid { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: 1fr; }
    .blog-list-item { grid-template-columns: 1fr; }
    .bli-image { height: 200px; }
    .post-hero h1 { font-size: 1.6rem; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom-inner { flex-direction: column; gap: 10px; text-align: center; }
    .nav-container { height: 60px; padding: 0 16px; }
    .logo img { height: 34px !important; }
    .nav-menu { position: fixed; top: 60px; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 12px 20px; gap: 0; box-shadow: 0 10px 30px rgba(7,30,54,.1); transform: translateY(-120%); transition: transform .3s; z-index: 999; border-bottom: 1px solid #eef1f5; }
    .nav-menu.open { transform: translateY(0); }
    .nav-menu a { padding: 14px 0; border-bottom: 1px solid #f1f5f9; font-size: 15px; border-radius: 0; }
    .nav-menu a:last-child { border-bottom: none; }
    .mobile-toggle { display: flex; }
    .nav-actions { gap: 10px; }
    .nav-phone { padding: 6px 10px; font-size: 0; border: none; }
    .nav-phone svg { width: 20px; height: 20px; }
    .lang-switcher { gap: 4px; }
    .lang-link { padding: 3px 7px; font-size: 11px; }
    .form-row { grid-template-columns: 1fr; }
    .stat-divider { height: 24px; }
}

/* RTL Support for Arabic */
[dir="rtl"] { text-align: right; }
[dir="rtl"] .nav-menu { direction: rtl; }
[dir="rtl"] .hero-content { text-align: right; }
[dir="rtl"] .blog-card-meta { direction: rtl; }
[dir="rtl"] .post-content { direction: rtl; text-align: right; }
[dir="rtl"] .post-content ul, [dir="rtl"] .post-content ol { padding-right: 24px; padding-left: 0; }
[dir="rtl"] .sidebar { direction: rtl; }
[dir="rtl"] .breadcrumb { direction: rtl; }
[dir="rtl"] .footer-grid { direction: rtl; }
[dir="rtl"] .lang-switcher { direction: ltr; }

/* ===== CONTENT TABLES (SEO comparison tables) ===== */
.table-responsive { overflow-x: auto; margin: 24px 0; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,.08); }
.content-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.content-table th { background: #071e36; color: #fff; padding: 12px 16px; text-align: left; font-weight: 600; white-space: nowrap; }
.content-table td { padding: 10px 16px; border-bottom: 1px solid #e2e8f0; }
.content-table tbody tr:hover { background: #f8fafc; }
.content-table tbody tr:nth-child(even) { background: #f1f5f9; }
.content-table tbody tr:nth-child(even):hover { background: #e8edf3; }
[dir="rtl"] .content-table th, [dir="rtl"] .content-table td { text-align: right; }

/* ===== POST EXCERPT (SEO description under title) ===== */
.post-excerpt { font-size: 1.1rem; color: #64748b; margin-top: 12px; line-height: 1.7; max-width: 700px; font-style: italic; }

/* ===== ENHANCED POST CONTENT ===== */
.post-content blockquote { border-left: 4px solid #e8a020; padding: 16px 20px; margin: 24px 0; background: #fefbf3; border-radius: 0 8px 8px 0; font-style: italic; color: #4a5568; }
[dir="rtl"] .post-content blockquote { border-left: none; border-right: 4px solid #e8a020; border-radius: 8px 0 0 8px; }
.post-content strong { color: #071e36; }
.post-content h2 { margin-top: 40px; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid #f1f5f9; }
.post-content h3 { margin-top: 28px; margin-bottom: 12px; color: #0a3d62; }
