﻿/*
Theme Name: Europatrans 2026
Theme URI: https://www.europatrans.com.tr
Author: Europatrans
Author URI: https://www.europatrans.com.tr
Description: Europatrans kurumsal nakliyat ve depolama WordPress temasÄ±. YurtiÃ§i nakliyat, uluslararasÄ± nakliyat ve eÅŸya depolama hizmetleri.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: europatrans2026
Tags: nakliyat, depolama, kurumsal, one-column, custom-menu
*/

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESET & BASE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

/* WordPress admin bar reset korumasÄ± */
#wpadminbar, #wpadminbar *, #wpadminbar *::before, #wpadminbar *::after {
    box-sizing: content-box;
}
#wpadminbar { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

html { font-size: 16px; scroll-behavior: smooth; background: #f5f5f5; }
body {
    font-family: 'Roboto', Arial, sans-serif;
    color: #333;
    background: #f5f5f5;
    max-width: 420px;
    margin: 0 auto;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HEADER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 3px solid #ea9c00;
}

body.single-post .header,
body.category .header,
body.page .header {
    border-bottom: 0;
}
.header-left .hamburger {
    font-size: 22px;
    color: #03438b;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}
.header-center { display: flex; align-items: center; }
.logo { text-decoration: none; display: flex; align-items: center; }
.logo img { height: 46px; width: auto; }
.header-right { display: flex; align-items: center; }
.branch-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 22px;
    color: #03438b;
    padding: 4px;
    position: relative;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BRANCH DROPDOWN
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.branch-dropdown {
    position: fixed;
    top: 57px;
    left: 50%;
    transform: translateX(-50%) translateY(calc(-100% - 60px));
    width: 100%;
    max-width: 420px;
    background: #fff;
    z-index: 200;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 6px 24px rgba(3,67,139,0.15);
    padding: 20px 20px 24px;
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
}
.branch-dropdown.open { transform: translateX(-50%) translateY(0); }
.branch-dropdown-title {
    font-size: 13px; font-weight: 700; color: #999;
    text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px;
}
.branch-item { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid #f0f0f0; }
.branch-item:last-child { border-bottom: none; }
.branch-icon {
    width: 40px; height: 40px; border-radius: 10px;
    background: linear-gradient(135deg,#03438b,#0558b3);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 16px; flex-shrink: 0;
}
.branch-info strong { display: block; font-size: 14px; font-weight: 700; color: #03438b; margin-bottom: 2px; }
.branch-info span { font-size: 13px; color: #666; line-height: 1.5; display: block; }
.branch-info a { font-size: 13px; color: #ea9c00; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; margin-top: 4px; }
.branch-overlay { display: none; position: fixed; inset: 0; z-index: 199; background: rgba(0,0,0,0.35); }
.branch-overlay.open { display: block; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HAMBURGER MENU
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.hmenu-dropdown {
    position: fixed;
    top: 57px;
    left: 50%;
    transform: translateX(-50%) translateY(calc(-100% - 60px));
    width: 100%;
    max-width: 420px;
    background: #fff;
    z-index: 200;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 8px 28px rgba(3,67,139,0.15);
    padding: 16px 20px 24px;
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}
.hmenu-dropdown.open { transform: translateX(-50%) translateY(0); }
.hmenu-phone {
    display: flex; align-items: center; gap: 12px;
    background: linear-gradient(135deg,#03438b,#0558b3);
    border-radius: 12px; padding: 12px 14px; margin-bottom: 16px; color: #fff;
}
.hmenu-phone i { font-size: 20px; flex-shrink: 0; }
.hmenu-phone span { display: block; font-size: 13px; color: rgba(255,255,255,0.75); }
.hmenu-phone a { display: block; font-size: 16px; font-weight: 700; color: #fff; text-decoration: none; letter-spacing: 1px; }
.hmenu-list { list-style: none; }
.hmenu-list > li { border-bottom: 1px solid #f0f0f0; }
.hmenu-list > li:last-child { border-bottom: none; }
.hmenu-list > li > a { display: block; padding: 13px 4px; font-size: 14px; font-weight: 600; color: #1a1a1a; text-decoration: none; }
.hmenu-list > li > a:hover { color: #03438b; }
.hmenu-parent {
    width: 100%; display: flex; align-items: center; justify-content: space-between;
    padding: 13px 4px; background: none; border: none;
    font-size: 14px; font-weight: 600; color: #1a1a1a;
    cursor: pointer; font-family: inherit; text-align: left;
}
.hmenu-parent i { font-size: 12px; color: #03438b; transition: transform 0.25s; }
.hmenu-parent[aria-expanded="true"] i { transform: rotate(180deg); }
.hmenu-sub { list-style: none; display: none; padding: 4px 0 10px 16px; }
.hmenu-sub.open { display: block; }
.hmenu-sub li a { display: block; padding: 8px 4px; font-size: 13px; color: #555; text-decoration: none; border-left: 2px solid #e0e8f5; padding-left: 10px; }
.hmenu-sub li a:hover { color: #03438b; border-left-color: #03438b; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BOTTOM NAVIGATION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.bottom-nav {
    position: fixed; bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 100%; max-width: 420px; background: #fff;
    display: flex; justify-content: space-around; align-items: center;
    padding: 14px 0 calc(16px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -4px 14px rgba(0,0,0,0.07);
    z-index: 100; border-radius: 18px 18px 0 0; overflow: hidden;
}
.nav-item {
    display: flex; flex-direction: column; align-items: center; gap: 3px;
    text-decoration: none; color: #595959; font-size: 13px; font-weight: 500;
    cursor: pointer; padding: 2px 6px; min-width: 0;
}
.nav-item span { white-space: nowrap; }
.nav-item i { font-size: 22px; }
.nav-item.active { color: #03438b; }
.nav-item--teklif { color: #595959; }
.nav-item--teklif i { font-size: 22px; }
.nav-item--whatsapp { color: #595959; }
.nav-item--whatsapp i { font-size: 22px; }
button.nav-item { background: none; border: none; outline: none; appearance: none; -webkit-appearance: none; }
.nav-spacer { height: calc(72px + env(safe-area-inset-bottom, 0px)); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BREADCRUMB (shared across pages)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.page-breadcrumb {
    background: #fff;
    border-bottom: 1px solid #eaeef5;
    padding: 0;
    font-size: 13px;
    color: #888;
}
.breadcrumb-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 11px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.page-breadcrumb a {
    color: #03438b;
    text-decoration: none;
    font-weight: 500;
    transition: color .2s;
}
.page-breadcrumb a:hover { color: #ea9c00; }
.page-breadcrumb i.fa-chevron-right { font-size: 10px; color: #ccc; }
.page-breadcrumb i.fa-home { font-size: 13px; color: #03438b; }
.page-breadcrumb span { color: #555; font-weight: 500; }

/* RankMath breadcrumb uyumu */
.page-breadcrumb .rank-math-breadcrumb { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.page-breadcrumb .rank-math-breadcrumb a { color: #03438b; text-decoration: none; font-weight: 500; }
.page-breadcrumb .rank-math-breadcrumb a:hover { color: #ea9c00; }
.page-breadcrumb .rank-math-breadcrumb span:last-child { color: #555; font-weight: 500; }
.page-breadcrumb .rank-math-breadcrumb .separator { color: #ccc; font-size: 10px; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HOMEPAGE: HERO
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.hero {
    position: relative; width: 100%; height: 280px;
    overflow: hidden; background: #0a0a0a; border-radius: 0 0 16px 16px;
}
.hero-video { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-overlay {
    position: absolute; bottom: 50px; left: 0; right: 0;
    text-align: center; z-index: 2;
}
.hero-title {
    font-family: 'Roboto', Arial, sans-serif; font-weight: 700;
    font-size: 22px; color: #fff; letter-spacing: 2px;
    text-transform: uppercase; text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HOMEPAGE: ACTION BUTTONS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.action-buttons-wrapper { position: relative; width: 100%; z-index: 10; }
.action-buttons {
    display: flex; justify-content: center; gap: 20px;
    padding: 0 16px; position: relative; top: -35px; margin-bottom: -35px;
}
.action-btn {
    display: flex; flex-direction: column; align-items: center;
    gap: 10px; text-decoration: none; cursor: pointer; flex: 1; max-width: 110px;
}
.action-icon {
    width: 64px; height: 64px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 24px; position: relative;
}
.action-label {
    font-size: 13px; font-weight: 700; letter-spacing: 0.5px;
    color: #03438b; text-transform: uppercase; text-align: center; line-height: 1.3;
}

/* ══════════════════════════════════════════════
   HOMEPAGE: ABOUT SECTION
   ══════════════════════════════════════════════ */
.about {
    background: #fff;
    padding: 24px 16px 28px;
    margin-top: 20px;
    border-radius: 16px;
}
.about-image-wrapper { position: relative; margin-top: 20px; }
.about-image-wrapper img { width: 100%; height: auto; aspect-ratio: 380/280; border-radius: 12px; display: block; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.about-cta {
    display: flex; align-items: center; gap: 14px; margin-top: 18px;
    background: linear-gradient(135deg, #012d5e 0%, #03438b 50%, #0558b3 100%);
    border-radius: 16px; padding: 16px 16px 16px 14px; text-decoration: none;
    position: relative; overflow: hidden; box-shadow: 0 6px 24px rgba(3,67,139,0.35);
    transition: transform 0.2s, box-shadow 0.2s;
}
.about-cta::before { content: ''; position: absolute; top: -40px; right: -40px; width: 120px; height: 120px; background: rgba(255,255,255,0.04); border-radius: 50%; }
.about-cta::after { content: ''; position: absolute; bottom: -30px; left: 40px; width: 80px; height: 80px; background: rgba(255,255,255,0.03); border-radius: 50%; }
.about-cta:active { transform: scale(0.98); box-shadow: 0 3px 12px rgba(3,67,139,0.3); }
.about-cta-pulse { position: relative; flex-shrink: 0; }
.about-cta-pulse::before,
.about-cta-pulse::after { content: ''; position: absolute; inset: -6px; border-radius: 50%; background: rgba(255,255,255,0.15); animation: pulse-ring 2s ease-out infinite; }
.about-cta-pulse::after { inset: -12px; animation-delay: 0.4s; }
@keyframes pulse-ring { 0% { transform: scale(0.85); opacity: 0.6; } 100% { transform: scale(1.4); opacity: 0; } }
.about-cta-icon { width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,0.18); border: 1.5px solid rgba(255,255,255,0.25); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; position: relative; z-index: 1; }
.about-cta-text { flex: 1; display: flex; flex-direction: column; gap: 1px; z-index: 1; }
.about-cta-label { font-size: 13px; font-weight: 600; color: #ea9c00; letter-spacing: 0.8px; text-transform: uppercase; }
.about-cta-number { font-size: 24px; font-weight: 700; color: #fff; letter-spacing: 3px; line-height: 1.2; }
.about-cta-sub { font-size: 13px; color: rgba(255,255,255,0.65); margin-top: 1px; }
.about-cta-badge { background: #ea9c00; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: 0.8px; padding: 4px 8px; border-radius: 6px; align-self: flex-start; flex-shrink: 0; z-index: 1; }
.award-badge { position: absolute; top: -12px; right: -6px; width: 60px; height: 60px; background: #ea9c00; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 3px 12px rgba(234,156,0,0.4); border: 3px dashed rgba(3,67,139,0.4); outline: 3px solid #fff; }
.award-badge i { font-size: 25px; margin-bottom: 2px; }
.award-text { font-size: 13px; font-weight: 700; text-align: center; line-height: 1.2; letter-spacing: 0.3px; }
.about-content { padding: 0 4px; }
.about-title { font-size: 22px; font-weight: 700; color: #03438b; margin-bottom: 14px; position: relative; padding-bottom: 10px; }
.about-title span { color: #ea9c00; }
.about-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 3px; background: #ea9c00; border-radius: 2px; }
.about-lead { font-size: 14px; line-height: 1.7; color: #555; margin-bottom: 16px; }
.about-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.about-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #444; }
.about-list li i { color: #ea9c00; font-size: 13px; flex-shrink: 0; }

/* About — Eyebrow */
.about-eyebrow {
    display: inline-flex; align-items: center; gap: 7px;
    background: linear-gradient(135deg, rgba(3,67,139,0.09), rgba(234,156,0,0.09));
    border: 1px solid rgba(3,67,139,0.15);
    color: #03438b; font-size: 13px; font-weight: 700;
    letter-spacing: 0.5px; padding: 5px 12px; border-radius: 20px;
    margin-bottom: 12px;
}
.about-eyebrow i { color: #ea9c00; font-size: 13px; }

/* About — Stats Grid */
.about-stats {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 10px; margin-top: 18px;
}
.about-stat {
    display: flex; flex-direction: column; align-items: center; gap: 2px;
    background: linear-gradient(135deg, #f5f8ff, #fffbf0);
    border: 1px solid rgba(3,67,139,0.1);
    border-radius: 12px; padding: 12px 6px; text-align: center;
    position: relative; overflow: hidden;
}
.about-stat::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(3,67,139,0.04), rgba(234,156,0,0.04));
    border-radius: inherit;
}
.about-stat-num {
    font-size: 20px; font-weight: 800; color: #03438b; line-height: 1;
    position: relative; z-index: 1;
}
.about-stat-sup {
    font-size: 11px; color: #ea9c00; font-weight: 800; vertical-align: super;
}
.about-stat-sup i { font-size: 10px; color: #ea9c00; }
.about-stat-lbl {
    font-size: 13px; color: #666; font-weight: 500; line-height: 1.2;
    position: relative; z-index: 1;
}
.about-stat--google .about-stat-num { color: #1a1a1a; }

/* About — Google Badge on image */
.about-google-badge {
    position: absolute; bottom: 10px; left: 10px;
    display: flex; align-items: center; gap: 6px;
    background: #fff; border-radius: 10px;
    padding: 6px 10px;
    box-shadow: 0 3px 14px rgba(0,0,0,0.14);
    font-size: 13px; font-weight: 700; color: #1a1a1a;
}
.about-google-badge .fa-google { color: #4285F4; font-size: 15px; }
.about-google-stars { display: flex; gap: 1px; }
.about-google-stars i { font-size: 11px; color: #FBBC05; }

/* Quality Section */
.quality {
    background: linear-gradient(135deg, rgba(3,67,139,0.05) 0%, rgba(234,156,0,0.05) 100%);
    border-top: 3px solid #ea9c00;
    padding: 22px 16px; border-radius: 16px;
}
.quality-header { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
.quality-icon { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, #ea9c00, #f0b429); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; flex-shrink: 0; }
.quality-title-wrap h2 { font-size: 18px; font-weight: 700; color: #03438b; line-height: 1.4; margin-bottom: 4px; }
.quality-title-wrap h2 span { color: #ea9c00; }
.quality-title-wrap p { font-size: 13px; color: #777; line-height: 1.5; }
.quality-steps { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }
.quality-step { display: flex; align-items: flex-start; gap: 12px; }
.quality-step-icon { width: 26px; height: 26px; border-radius: 8px; background: linear-gradient(135deg, #ea9c00, #f0b429); color: #fff; font-size: 13px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.quality-step-body strong { display: block; font-size: 13.5px; font-weight: 700; color: #1a1a1a; margin-bottom: 2px; }
.quality-step-body span { font-size: 13px; color: #666; line-height: 1.6; }
.quality-badge-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.quality-badge-item { display: inline-flex; align-items: center; gap: 5px; background: rgba(234,156,0,0.1); border: 1px solid rgba(234,156,0,0.28); color: #a06b00; font-size: 13px; font-weight: 600; padding: 4px 10px; border-radius: 20px; }
.quality-badge-item i { font-size: 10px; }

/* Eco Digital Section */
.eco-digital {
    background: linear-gradient(135deg, rgba(39,174,96,0.06) 0%, rgba(3,67,139,0.04) 100%);
    border-top: 3px solid #27ae60;
    padding: 22px 16px; margin-top: 16px; border-radius: 16px;
}
.eco-digital-header { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
.eco-digital-icon { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, #27ae60, #2ecc71); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; flex-shrink: 0; }
.eco-digital-title-wrap h2 { font-size: 18px; font-weight: 700; color: #03438b; line-height: 1.4; margin-bottom: 4px; }
.eco-digital-title-wrap h2 span { color: #27ae60; }
.eco-digital-title-wrap p { font-size: 13px; color: #777; line-height: 1.5; }
.eco-steps { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }
.eco-step { display: flex; align-items: flex-start; gap: 12px; }
.eco-step-num { width: 26px; height: 26px; border-radius: 50%; background: linear-gradient(135deg, #27ae60, #2ecc71); color: #fff; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.eco-step-body strong { display: block; font-size: 13.5px; font-weight: 700; color: #1a1a1a; margin-bottom: 2px; }
.eco-step-body span { font-size: 13px; color: #666; line-height: 1.6; }
.eco-badge-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.eco-badge { display: inline-flex; align-items: center; gap: 5px; background: rgba(39,174,96,0.1); border: 1px solid rgba(39,174,96,0.25); color: #1a7a4a; font-size: 13px; font-weight: 600; padding: 4px 10px; border-radius: 20px; }
.eco-badge i { font-size: 10px; }

/* Quality + Eco yan yana wrapper */
.quality-eco-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}
.quality-eco-row .quality,
.quality-eco-row .eco-digital {
    margin-top: 0;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CONTACT PAGE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.contact-hero {
    position: relative;
    background: linear-gradient(150deg, #03438b 0%, #022d61 60%, #011e40 100%);
    padding: 28px 20px 82px; overflow: hidden;
}
.contact-hero::before {
    content: ''; position: absolute; top: -60px; right: -60px;
    width: 220px; height: 220px; border-radius: 50%;
    background: rgba(255,255,255,0.04);
}
.contact-hero::after {
    content: ''; position: absolute; bottom: 20px; left: -30px;
    width: 150px; height: 150px; border-radius: 50%;
    background: rgba(234,156,0,0.08);
}
.hero-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(234,156,0,0.2); border: 1px solid rgba(234,156,0,0.4);
    color: #f0b429; font-size: 13px; font-weight: 700;
    letter-spacing: 0.8px; text-transform: uppercase;
    border-radius: 20px; padding: 4px 12px; margin-bottom: 12px;
}
.contact-hero h1 {
    font-size: 26px; font-weight: 700; color: #fff;
    line-height: 1.2; margin-bottom: 8px; position: relative; z-index: 1;
}
.contact-hero h1 span { color: #ea9c00; }
.contact-hero p {
    font-size: 14px; color: rgba(255,255,255,0.7);
    line-height: 1.6; position: relative; z-index: 1;
}

/* Quick Contact Card */
.quick-contact-card {
    background: #fff; border-radius: 16px; margin: -42px 16px 0;
    position: relative; z-index: 10;
    box-shadow: 0 4px 24px rgba(3,67,139,0.12);
    display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden;
}
.qc-item {
    display: flex; flex-direction: column; align-items: center;
    padding: 16px 8px; text-align: center; text-decoration: none;
    color: inherit; border-right: 1px solid #f0f0f0; transition: background 0.15s;
}
.qc-item:last-child { border-right: none; }
.qc-item:active { background: #f5f9ff; }
.qc-icon {
    width: 40px; height: 40px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 17px; color: #fff; margin-bottom: 7px;
}
.qc-label { font-size: 13px; font-weight: 700; color: #1a1a1a; margin-bottom: 2px; }
.qc-sub { font-size: 13px; color: #999; }

/* Contact Sections */
.ct-section { padding: 24px 16px 8px; }
.ct-section-title {
    display: flex; align-items: center; gap: 10px;
    font-size: 17px; font-weight: 700; color: #1a1a1a; margin-bottom: 14px;
}
.ct-section-title .ds-icon {
    width: 34px; height: 34px; border-radius: 10px;
    background: linear-gradient(135deg,#03438b,#0558b3);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 15px; flex-shrink: 0;
}

/* Branch Tabs */
.branch-tab-row { display: flex; gap: 8px; margin-bottom: 14px; }
.br-tab {
    flex: 1; padding: 9px 0; border-radius: 12px;
    font-size: 13px; font-weight: 700; text-align: center;
    border: 1.5px solid #e0e8f5; background: #fff; color: #03438b;
    cursor: pointer; font-family: inherit; transition: all 0.15s;
}
.br-tab.active {
    background: linear-gradient(135deg,#03438b,#0558b3);
    color: #fff; border-color: transparent;
}
.br-panel { display: none; }
.br-panel.active { display: block; }

/* Branch Card */
.branch-card {
    background: #fff; border-radius: 16px;
    box-shadow: 0 2px 14px rgba(3,67,139,0.07); overflow: hidden; margin-bottom: 10px;
}
.branch-card-header {
    background: linear-gradient(135deg,#03438b,#0558b3);
    padding: 14px 16px; display: flex; align-items: center; gap: 12px;
}
.branch-card-header-icon {
    width: 40px; height: 40px; border-radius: 12px;
    background: rgba(255,255,255,0.15);
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: #fff; flex-shrink: 0;
}
.branch-card-header strong { font-size: 15px; font-weight: 700; color: #fff; display: block; }
.branch-card-header span { font-size: 13px; color: rgba(255,255,255,0.7); margin-top: 1px; display: block; }
.branch-info-list { list-style: none; padding: 4px 0; }
.branch-info-list li {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 12px 16px; border-bottom: 1px solid #f5f5f5;
}
.branch-info-list li:last-child { border-bottom: none; }
.bi-icon {
    width: 34px; height: 34px; border-radius: 10px; flex-shrink: 0;
    background: rgba(3,67,139,0.07);
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; color: #03438b; margin-top: 1px;
}
.bi-body { flex: 1; }
.bi-body strong { display: block; font-size: 13px; color: #888; font-weight: 500; margin-bottom: 2px; }
.bi-body a, .bi-body span { font-size: 13.5px; font-weight: 600; color: #1a1a1a; text-decoration: none; display: block; line-height: 1.4; }
.bi-body a:hover { color: #03438b; }

/* Maps Badge */
.maps-badge {
    display: flex; align-items: center; gap: 12px;
    background: #fff; border-radius: 14px; padding: 14px 16px;
    text-decoration: none; border: 1.5px solid #e8e8e8;
    box-shadow: 0 1px 8px rgba(0,0,0,0.07); transition: box-shadow 0.2s; margin-top: 8px;
}
.maps-badge:active { box-shadow: 0 1px 4px rgba(0,0,0,0.05); }
.maps-badge-icon {
    width: 40px; height: 40px; border-radius: 10px;
    background: linear-gradient(135deg,#34a853,#1a7a4a);
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: #fff; flex-shrink: 0;
}
.maps-badge-body { flex: 1; }
.maps-badge-body strong { display: block; font-size: 13px; font-weight: 700; color: #1a1a1a; margin-bottom: 1px; }
.maps-badge-body span { font-size: 13px; color: #888; }
.maps-badge-arrow { font-size: 11px; color: #bbb; }

/* Contact Form */
.contact-form-wrap {
    background: #fff; border-radius: 16px;
    box-shadow: 0 2px 14px rgba(3,67,139,0.07);
    padding: 20px 16px; margin-bottom: 12px;
}
.cf-row { margin-bottom: 12px; }
.cf-label { font-size: 13px; font-weight: 600; color: #555; margin-bottom: 5px; display: block; }
.cf-input, .cf-select, .cf-textarea {
    width: 100%; background: #f7f9fc;
    border: 1.5px solid #e0e8f5; border-radius: 12px;
    padding: 12px 14px; font-size: 14px; color: #1a1a1a;
    font-family: inherit; outline: none; transition: border-color 0.2s;
    appearance: none; -webkit-appearance: none;
}
.cf-input:focus, .cf-select:focus, .cf-textarea:focus { border-color: #03438b; background: #fff; }
.cf-textarea { resize: none; height: 110px; line-height: 1.5; }
.cf-select-wrap { position: relative; }
.cf-select-wrap::after {
    content: '\f078'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
    position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
    font-size: 11px; color: #03438b; pointer-events: none;
}
.cf-row-half { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cf-submit {
    width: 100%; background: linear-gradient(135deg,#03438b,#0558b3);
    color: #fff; border: none; border-radius: 14px;
    padding: 15px; font-size: 15px; font-weight: 700;
    font-family: inherit; cursor: pointer; display: flex;
    align-items: center; justify-content: center; gap: 8px; margin-top: 4px;
}
.cf-submit:active { opacity: 0.9; }
.cf-note { font-size: 13px; color: #aaa; text-align: center; margin-top: 10px; line-height: 1.5; }

/* Working Hours */
.hours-card {
    background: #fff; border-radius: 16px;
    box-shadow: 0 2px 14px rgba(3,67,139,0.07); overflow: hidden;
}
.hours-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 13px 16px; border-bottom: 1px solid #f5f5f5; font-size: 13px;
}
.hours-row:last-child { border-bottom: none; }
.hours-day { color: #555; font-weight: 500; display: flex; align-items: center; gap: 8px; }
.hours-day i { font-size: 12px; color: #03438b; width: 14px; }
.hours-val { font-weight: 700; color: #1a1a1a; }
.hours-val.closed { color: #e74c3c; }
.hours-badge-open {
    display: inline-flex; align-items: center; gap: 5px;
    background: #edfbf3; color: #1a7a4a; font-size: 13px;
    font-weight: 700; padding: 3px 8px; border-radius: 20px;
}
.hours-badge-open::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #27ae60; display: inline-block; }

/* Social */
.social-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.social-badge {
    display: flex; flex-direction: column; align-items: center;
    gap: 8px; background: #fff; border-radius: 14px; padding: 16px 8px;
    text-decoration: none; box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    border: 1.5px solid #f0f0f0; transition: transform 0.15s;
}
.social-badge:active { transform: scale(0.97); }
.social-badge i { font-size: 22px; }
.social-badge span { font-size: 13px; font-weight: 600; color: #555; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SERVICES LISTING PAGE (hizmetler)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.svc-hero {
    background: linear-gradient(135deg, #03438b 0%, #022d61 55%, #01204a 100%);
    padding: 32px 20px 28px; position: relative; overflow: hidden;
}
.svc-hero::before {
    content: ''; position: absolute; top: -40px; right: -40px;
    width: 180px; height: 180px; border-radius: 50%; background: rgba(255,255,255,0.04);
}
.svc-hero::after {
    content: ''; position: absolute; bottom: -30px; left: -30px;
    width: 130px; height: 130px; border-radius: 50%; background: rgba(234,156,0,0.12);
}
.svc-hero-eyebrow {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(234,156,0,0.18); border: 1px solid rgba(234,156,0,0.35);
    color: #f0b429; font-size: 13px; font-weight: 700;
    letter-spacing: 1px; text-transform: uppercase;
    border-radius: 20px; padding: 4px 12px; margin-bottom: 12px;
}
.svc-hero h1 {
    font-size: 24px; font-weight: 700; color: #fff;
    line-height: 1.25; margin-bottom: 10px; position: relative; z-index: 1;
}
.svc-hero h1 span { color: #ea9c00; }
.svc-hero p {
    font-size: 14px; color: rgba(255,255,255,0.75);
    line-height: 1.6; position: relative; z-index: 1;
}

/* Stats Strip */
.svc-stats {
    display: grid; grid-template-columns: repeat(4, 1fr);
    background: #fff; border-bottom: 2px solid #f0f0f0;
}
.svc-stat {
    display: flex; flex-direction: column; align-items: center;
    padding: 14px 4px; text-align: center; border-right: 1px solid #f0f0f0;
}
.svc-stat:last-child { border-right: none; }
.svc-stat-num { font-size: 18px; font-weight: 700; color: #03438b; line-height: 1; }
.svc-stat-lbl { font-size: 13px; color: #888; margin-top: 3px; line-height: 1.3; }

/* Service Cards */
.svc-section { padding: 20px 16px 8px; }
.svc-section-title {
    font-size: 13px; font-weight: 700; color: #03438b;
    text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px;
    display: flex; align-items: center; gap: 8px;
}
.svc-section-title::after { content: ''; flex: 1; height: 1px; background: #e0e8f5; }
.svc-card {
    background: #fff; border-radius: 16px; margin-bottom: 14px;
    overflow: hidden; box-shadow: 0 2px 10px rgba(3,67,139,0.07);
}
.svc-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 16px 14px;
    border-bottom: 1px solid #f5f7fc;
}
.svc-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    flex-shrink: 0;
}
.svc-card-hdr-text { flex: 1; min-width: 0; }
.svc-card-num {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #ea9c00;
    background: rgba(234,156,0,0.1);
    border-radius: 6px;
    padding: 2px 7px;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}
.svc-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.25;
}
.svc-card-body { padding: 14px 16px; }
.svc-card-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.65;
    margin-bottom: 12px;
}
.svc-card-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 16px;
}
.svc-card-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #444;
    line-height: 1.4;
}
.svc-card-features li i {
    font-size: 11px;
    color: #03438b;
    margin-top: 2px;
    flex-shrink: 0;
}
.svc-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #f8fafd;
    border-top: 1px solid #f0f0f0;
}
.svc-card-tag {
    font-size: 13px;
    color: #03438b;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}
.svc-card-tag i { font-size: 12px; }
.svc-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #03438b, #0558b3);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    letter-spacing: 0.3px;
}
.svc-card-cta i { font-size: 11px; }

/* Main Service Cards (hizmetler page) */
.svc-main-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 16px;
}
.svc-main-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(3,67,139,0.08);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, box-shadow 0.2s;
}
.svc-main-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(3,67,139,0.14);
}
.svc-main-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 16px;
    position: relative;
}
.svc-main-card__header--blue { background: linear-gradient(135deg, #03438b, #0558b3); }
.svc-main-card__header--green { background: linear-gradient(135deg, #1a7a4a, #27ae60); }
.svc-main-card__header--gold { background: linear-gradient(135deg, #c87800, #ea9c00); }
.svc-main-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}
.svc-main-card__badge {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    border-radius: 20px;
    padding: 5px 12px;
}
.svc-main-card__body {
    padding: 20px 20px 12px;
    flex: 1;
}
.svc-main-card__title {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.2;
}
.svc-main-card__desc {
    font-size: 14px;
    color: #555;
    line-height: 1.65;
    margin-bottom: 14px;
}
.svc-main-card__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.svc-main-card__list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #444;
    line-height: 1.4;
}
.svc-main-card__list li i {
    font-size: 10px;
    color: #1a7a4a;
    flex-shrink: 0;
}
.svc-main-card__footer {
    padding: 14px 20px;
    border-top: 1px solid #f0f0f0;
}
.svc-main-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #03438b;
}
.svc-main-card__cta i { font-size: 12px; transition: transform 0.2s; }
.svc-main-card:hover .svc-main-card__cta i { transform: translateX(4px); }

/* CTA Banner (hizmetler page) */
.svc-cta-banner {
    margin: 8px 16px 20px;
    background: linear-gradient(135deg, #03438b 0%, #022d61 100%);
    border-radius: 16px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.svc-cta-banner::before {
    content: '';
    position: absolute;
    top: -20px; right: -20px;
    width: 100px; height: 100px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
}
.svc-cta-banner::after {
    content: '';
    position: absolute;
    bottom: -15px; left: 20px;
    width: 80px; height: 80px;
    border-radius: 50%;
    background: rgba(234,156,0,0.1);
}
.svc-cta-banner-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.svc-cta-banner-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(234,156,0,0.2);
    border: 1px solid rgba(234,156,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ea9c00;
    font-size: 18px;
    flex-shrink: 0;
}
.svc-cta-banner-text strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}
.svc-cta-banner-text span {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
}
.svc-cta-banner-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.svc-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 12px 8px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}
.svc-cta-btn--call {
    background: #ea9c00;
    color: #fff;
}
.svc-cta-btn--wa {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
}

/* Certificates strip */
.svc-certs {
    background: #fff;
    padding: 18px 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 4px;
}
.svc-cert-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0f5ff;
    border: 1px solid #d0e0f7;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #03438b;
}
.svc-cert-pill i { font-size: 13px; color: #ea9c00; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SERVICE DETAIL PAGE (hizmet-detay)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.svc-detail-hero {
    position: relative;
    background: linear-gradient(150deg, #03438b 0%, #022d61 60%, #011e40 100%);
    padding: 28px 20px 80px;
    overflow: hidden;
}
.svc-detail-hero::before {
    content: '';
    position: absolute;
    top: -50px; right: -50px;
    width: 200px; height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
}
.svc-detail-hero::after {
    content: '';
    position: absolute;
    bottom: 30px; left: -30px;
    width: 140px; height: 140px;
    border-radius: 50%;
    background: rgba(234,156,0,0.1);
}
.svc-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(234,156,0,0.2);
    border: 1px solid rgba(234,156,0,0.4);
    color: #f0b429;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 4px 12px;
    margin-bottom: 12px;
}
.svc-detail-hero h1 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.svc-detail-hero h1 span { color: #ea9c00; }
.svc-detail-hero p {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    line-height: 1.65;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.svc-hero-btns {
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 1;
}
.svc-hero-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 12px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}
.svc-hero-btn--primary { background: #ea9c00; color: #fff; }
.svc-hero-btn--outline { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.25); color: #fff; }

/* Floating info card */
.svc-info-card {
    background: #fff;
    border-radius: 16px;
    margin: -40px 16px 0;
    position: relative;
    z-index: 10;
    box-shadow: 0 4px 24px rgba(3,67,139,0.12);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
}
.svc-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 8px;
    text-align: center;
    border-right: 1px solid #f0f0f0;
}
.svc-info-item:last-child { border-right: none; }
.svc-info-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(3,67,139,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #03438b;
    font-size: 15px;
    margin-bottom: 6px;
}
.svc-info-val {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 2px;
}
.svc-info-lbl {
    font-size: 13px;
    color: #888;
    line-height: 1.2;
}

/* Content sections */
.detail-section { padding: 24px 16px 4px; }
.detail-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 14px;
}
.detail-section-title .ds-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, #03438b, #0558b3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    flex-shrink: 0;
}
.detail-desc {
    font-size: 13.5px;
    color: #444;
    line-height: 1.75;
    margin-bottom: 16px;
}

/* Feature list */
.feature-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}
.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #fff;
    border-radius: 12px;
    padding: 12px 14px;
    box-shadow: 0 1px 6px rgba(3,67,139,0.06);
}
.feature-list li .fl-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(3,67,139,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #03438b;
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 1px;
}
.feature-list li .fl-text strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2px;
}
.feature-list li .fl-text span {
    font-size: 13px;
    color: #666;
    line-height: 1.45;
}

/* Process timeline */
.mini-process { display: flex; flex-direction: column; margin-bottom: 8px; }
.step-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fff;
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: 0 2px 12px rgba(3,67,139,0.07);
    margin-bottom: 10px;
    position: relative;
}
.step-card:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 38px;
    bottom: -10px;
    height: 10px;
    width: 2px;
    background: repeating-linear-gradient(to bottom, #c8d8f0 0, #c8d8f0 4px, transparent 4px, transparent 8px);
}
.step-icon-wrap { position: relative; flex-shrink: 0; }
.step-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}
.step-num {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    font-size: 9px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    color: #333;
}
.step-body { flex: 1; padding-top: 4px; }
.step-body h4 { font-size: 14px; font-weight: 700; color: #1a1a1a; margin-bottom: 5px; }
.step-body p { font-size: 13px; color: #55657a; line-height: 1.6; }
.step-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    background: #f0f4fb;
    color: #03438b;
}

/* Gallery media badges */
.detail-gallery { padding: 24px 16px 10px; }
.detail-gallery-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.detail-gallery-title .ds-icon {
    width: 34px; height: 34px; border-radius: 10px;
    background: linear-gradient(135deg,#03438b,#0558b3);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 15px; flex-shrink: 0;
}
.media-link-badge {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.09);
    text-decoration: none;
    border: 1.5px solid #e8e8e8;
    margin-bottom: 10px;
    transition: box-shadow 0.2s, transform 0.15s;
}
.media-link-badge:active { box-shadow: 0 1px 6px rgba(0,0,0,0.07); transform: scale(0.99); }
.media-link-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 22px;
    color: #fff;
}
.media-link-center { flex: 1; min-width: 0; }
.media-link-platform { font-size: 13px; color: #888; font-weight: 500; margin-bottom: 3px; }
.media-link-title { font-size: 15px; font-weight: 700; color: #1a1a1a; margin-bottom: 2px; }
.media-link-sub { font-size: 13px; color: #888; }
.media-link-arrow {
    width: 32px;
    height: 32px;
    background: #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 11px;
    flex-shrink: 0;
}

/* Pricing card */
.price-card {
    background: #fff;
    border-radius: 16px;
    margin: 0 16px 6px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(3,67,139,0.08);
}
.price-card-header {
    background: linear-gradient(135deg, #03438b, #0558b3);
    padding: 16px 20px;
}
.price-card-header p { font-size: 13px; color: rgba(255,255,255,0.75); margin-bottom: 2px; }
.price-card-header strong { font-size: 22px; color: #fff; font-weight: 700; }
.price-card-header span { font-size: 13px; color: rgba(255,255,255,0.65); }
.price-card-body { padding: 16px 20px; }
.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 13px;
}
.price-row:last-child { border-bottom: none; }
.price-row-label { color: #555; display: flex; align-items: center; gap: 7px; }
.price-row-label i { font-size: 13px; color: #03438b; width: 16px; }
.price-row-val { font-weight: 700; color: #1a1a1a; }
.price-row-val.included { color: #1a7a4a; }
.price-card-cta {
    display: block;
    margin: 0 20px 20px;
    background: linear-gradient(135deg, #ea9c00, #f0b429);
    color: #fff;
    text-align: center;
    border-radius: 12px;
    padding: 14px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    width: calc(100% - 40px);
}

/* Reviews */
.review-card {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 12px;
    box-shadow: 0 1px 8px rgba(3,67,139,0.06);
}
.review-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.review-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #03438b, #0558b3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}
.review-name { font-size: 13.5px; font-weight: 700; color: #1a1a1a; }
.review-meta { font-size: 13px; color: #999; margin-top: 1px; }
.review-stars { margin-left: auto; display: flex; gap: 2px; }
.review-stars i { font-size: 12px; color: #ea9c00; }
.review-text { font-size: 13px; color: #555; line-height: 1.6; }
.review-verified {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #1a7a4a;
    font-weight: 600;
    margin-top: 8px;
}
.review-verified i { font-size: 10px; }

/* Google Maps badge */
.gmaps-badge {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border-radius: 16px;
    padding: 18px 16px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.09);
    text-decoration: none;
    border: 1.5px solid #e8e8e8;
    transition: box-shadow 0.2s, transform 0.15s;
}
.gmaps-badge:active { box-shadow: 0 1px 6px rgba(0,0,0,0.07); transform: scale(0.99); }
.gmaps-g-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #fff;
    border: 1.5px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}
.gmaps-center { flex: 1; min-width: 0; }
.gmaps-platform { font-size: 13px; color: #888; font-weight: 500; margin-bottom: 4px; }
.gmaps-score-row { display: flex; align-items: center; gap: 8px; margin-bottom: 3px; }
.gmaps-score-num { font-size: 24px; font-weight: 700; color: #1a1a1a; line-height: 1; }
.gmaps-stars { display: flex; gap: 2px; }
.gmaps-stars i { font-size: 14px; color: #FBBC05; }
.gmaps-count { font-size: 13px; color: #888; }
.gmaps-arrow {
    width: 32px;
    height: 32px;
    background: #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 11px;
    flex-shrink: 0;
}

/* FAQ mini */
.mini-faq { display: flex; flex-direction: column; gap: 8px; }
.mini-faq-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(3,67,139,0.06);
}
.mini-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: none;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    gap: 10px;
}
.mini-faq-q i { font-size: 12px; color: #03438b; transition: transform 0.25s; flex-shrink: 0; }
.mini-faq-q[aria-expanded="true"] i { transform: rotate(180deg); }
.mini-faq-a {
    display: none;
    padding: 0 16px 14px;
    font-size: 13px;
    color: #555;
    line-height: 1.65;
    border-top: 1px solid #f5f5f5;
}
.mini-faq-a.open { display: block; }

/* Related services */
.related-scroll {
    display: flex;
    gap: 12px;
    padding: 0 16px 4px;
    overflow-x: auto;
    scrollbar-width: none;
}
.related-scroll::-webkit-scrollbar { display: none; }
.related-card {
    flex-shrink: 0;
    width: 140px;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(3,67,139,0.07);
    text-decoration: none;
}
.related-card-top {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
}
.related-card-body { padding: 10px 12px 12px; }
.related-card-body strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
    line-height: 1.3;
}
.related-card-body span {
    font-size: 13px;
    color: #03438b;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 3px;
}

/* CTA strip */
.cta-strip {
    margin: 8px 16px 20px;
    background: linear-gradient(135deg, #03438b 0%, #011e40 100%);
    border-radius: 16px;
    padding: 20px;
    overflow: hidden;
    position: relative;
}
.cta-strip::after {
    content: '';
    position: absolute;
    top: -20px; right: -20px;
    width: 110px; height: 110px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
}
.cta-strip-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.cta-strip-ico {
    width: 44px; height: 44px; border-radius: 12px;
    background: rgba(234,156,0,0.2);
    border: 1px solid rgba(234,156,0,0.4);
    display: flex; align-items: center; justify-content: center;
    color: #ea9c00; font-size: 18px; flex-shrink: 0;
}
.cta-strip-top strong { display: block; font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.cta-strip-top span { font-size: 13px; color: rgba(255,255,255,0.65); }
.cta-strip-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cta-btn {
    display: flex; align-items: center; justify-content: center; gap: 7px;
    padding: 12px 8px; border-radius: 10px;
    font-size: 13px; font-weight: 700; text-decoration: none;
    border: none; cursor: pointer; font-family: inherit;
}
.cta-btn--call { background: #ea9c00; color: #fff; }
.cta-btn--wa { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: #fff; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CATEGORY PAGES â€” Base (YurtiÃ§i Nakliyat)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.cat-hero {
    background: linear-gradient(135deg, #03438b 0%, #022d61 55%, #01204a 100%);
    padding: 36px 20px 32px; position: relative; overflow: hidden;
}
.cat-hero::before { content: ''; position: absolute; top: -50px; right: -50px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,0.03); }
.cat-hero::after { content: ''; position: absolute; bottom: -40px; left: -30px; width: 140px; height: 140px; border-radius: 50%; background: rgba(234,156,0,0.08); }
.cat-hero-eyebrow { display: inline-flex; align-items: center; gap: 6px; background: rgba(234,156,0,0.15); border: 1px solid rgba(234,156,0,0.3); color: #f0b429; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border-radius: 20px; padding: 5px 14px; margin-bottom: 14px; }
.cat-hero h1 { font-size: 24px; font-weight: 800; color: #fff; line-height: 1.3; margin-bottom: 12px; position: relative; z-index: 1; }
.cat-hero h1 span { color: #ea9c00; }
.cat-hero-lead { font-size: 14px; color: rgba(255,255,255,0.7) !important; line-height: 1.65; position: relative; z-index: 1; }

.cat-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-bottom: 2px solid #f0f0f0; }
.cat-stat { display: flex; flex-direction: column; align-items: center; padding: 14px 4px; text-align: center; border-right: 1px solid #f0f0f0; }
.cat-stat:last-child { border-right: none; }
.cat-stat-num { font-size: 20px; font-weight: 800; color: #03438b; line-height: 1; }
.cat-stat-lbl { font-size: 13px; color: #888; margin-top: 4px; line-height: 1.3; }

.cat-section { padding: 22px 16px 8px; }
.cat-section-title { font-size: 13px; font-weight: 700; color: #03438b; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.cat-section-title::after { content: ''; flex: 1; height: 1px; background: #e0e8f5; }

.cat-cards-grid { display: flex; flex-direction: column; gap: 12px; }

.cat-card {
    background: #fff; border-radius: 14px;
    border: 1px solid #eef2fa; border-left: 4px solid #03438b;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex; flex-direction: column;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    color: inherit;
}
.cat-card:hover { box-shadow: 0 4px 20px rgba(3,67,139,0.1); transform: translateY(-2px); }
.cat-card-inner { display: grid; grid-template-columns: 48px 1fr; gap: 4px 14px; padding: 18px 16px; align-items: start; }
.cat-card-icon { grid-column: 1; grid-row: 1; width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; background: linear-gradient(135deg, #03438b, #0558b3); }
.cat-card-body { display: contents; }
.cat-card-num { grid-column: 1; grid-row: 2; justify-self: center; font-size: 13px; font-weight: 700; color: #ea9c00; background: rgba(234,156,0,0.08); border-radius: 4px; padding: 2px 7px; letter-spacing: 0.5px; }
.cat-card h3 { grid-column: 2; grid-row: 1; font-size: 18px; font-weight: 700; color: #0a1f44; line-height: 1.3; align-self: center; }
.cat-card-title-link { color: inherit; transition: color 0.2s ease; }
.cat-card:hover .cat-card-title-link { color: #ea9c00; }
.cat-card:focus-visible .cat-card-title-link,
.cat-card:focus-within .cat-card-title-link { color: #ea9c00; }
.cat-card-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    text-indent: -9999px;
    overflow: hidden;
}
.cat-card p { grid-column: 2; grid-row: 2; font-size: 14px; color: #000; line-height: 1.6; }
.cat-card-link {
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 16px; border-top: 1px solid #f5f7fc; background: #fafbfe;
    border-radius: 0 0 14px 10px;
    gap: 10px;
}
.cat-card-tag { font-size: 13px; color: #03438b; font-weight: 600; display: flex; align-items: center; gap: 5px; }
.cat-card-tag i { font-size: 11px; color: #ea9c00; }
.cat-card-cta {
    display: inline-flex; align-items: center; gap: 5px;
    background: linear-gradient(135deg, #03438b, #0558b3); color: #fff;
    font-size: 13px; font-weight: 700; border: none; border-radius: 20px;
    padding: 7px 14px; text-decoration: none; cursor: pointer; font-family: inherit;
}
.cat-card-cta i { font-size: 10px; }
.cat-card-link .cat-card-cta { display: none; }
.cat-card-link { justify-content: flex-start; }
.cat-card:focus-within {
    outline: 2px solid rgba(3,67,139,0.25);
    outline-offset: 2px;
}


.cat-cta-banner {
    margin: 12px 16px 20px; background: linear-gradient(135deg, #03438b 0%, #022d61 100%);
    border-radius: 16px; padding: 22px 20px; position: relative; overflow: hidden;
}
.cat-cta-banner::before { content: ''; position: absolute; top: -20px; right: -20px; width: 100px; height: 100px; border-radius: 50%; background: rgba(255,255,255,0.04); }
.cat-cta-banner-top { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.cat-cta-banner-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(234,156,0,0.2); border: 1px solid rgba(234,156,0,0.4); display: flex; align-items: center; justify-content: center; color: #ea9c00; font-size: 18px; flex-shrink: 0; }
.cat-cta-banner-text strong { display: block; font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.cat-cta-banner-text span { font-size: 13px; color: rgba(255,255,255,0.65); }
.cat-cta-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cat-cta-btn { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 12px 8px; border-radius: 10px; font-size: 13px; font-weight: 700; text-decoration: none; border: none; cursor: pointer; font-family: inherit; }
.cat-cta-btn--call { background: #ea9c00; color: #fff; }
.cat-cta-btn--wa { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: #fff; }

.cat-certs { background: #fff; padding: 18px 16px; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 4px; }
.cat-cert { display: inline-flex; align-items: center; gap: 6px; background: #f0f5ff; border: 1px solid #d0e0f7; border-radius: 20px; padding: 6px 12px; font-size: 13px; font-weight: 600; color: #03438b; }
.cat-cert i { font-size: 12px; color: #ea9c00; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CATEGORY THEME: UluslararasÄ± Nakliyat (Gold)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.page-uluslararasi-nakliyat .cat-hero { background: linear-gradient(135deg, #5c3d0e 0%, #7a5518 40%, #a06e1d 100%); }
.page-uluslararasi-nakliyat .cat-hero::before { background: rgba(255,255,255,0.04); }
.page-uluslararasi-nakliyat .cat-hero::after { background: rgba(234,156,0,0.12); }
.page-uluslararasi-nakliyat .cat-hero-eyebrow { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.2); color: #fff; }
.page-uluslararasi-nakliyat .cat-hero h1 span { color: #ffd166; }
.page-uluslararasi-nakliyat .cat-hero-lead { color: rgba(255,255,255,0.75); }
.page-uluslararasi-nakliyat .cat-stat-num { color: #7a5518; }
.page-uluslararasi-nakliyat .cat-section-title { color: #7a5518; }
.page-uluslararasi-nakliyat .cat-section-title::after { background: #e8dcc8; }
.page-uluslararasi-nakliyat .cat-card { border-color: #f0e8d8; border-left-color: #ea9c00; }
.page-uluslararasi-nakliyat .cat-card:hover { box-shadow: 0 4px 20px rgba(234,156,0,0.12); }
.page-uluslararasi-nakliyat .cat-card-icon { background: linear-gradient(135deg, #ea9c00, #d4880a); }
.page-uluslararasi-nakliyat .cat-card-link { border-top-color: #f5f0e6; background: #fefbf5; }
.page-uluslararasi-nakliyat .cat-card-tag { color: #7a5518; }
.page-uluslararasi-nakliyat .cat-card-cta { background: linear-gradient(135deg, #ea9c00, #d4880a); }
.page-uluslararasi-nakliyat .cat-cta-banner { background: linear-gradient(135deg, #5c3d0e 0%, #7a5518 100%); }
.page-uluslararasi-nakliyat .cat-cta-banner-icon { background: rgba(255,215,102,0.2); border-color: rgba(255,215,102,0.35); color: #ffd166; }
.page-uluslararasi-nakliyat .cat-cert { background: #fef8eb; border-color: #f0ddb0; color: #7a5518; }
.page-uluslararasi-nakliyat .bs-submit { background: linear-gradient(135deg, #ea9c00, #d4880a); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CATEGORY THEME: EÅŸya Depolama (Dark Navy)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.page-esya-depolama .cat-hero { background: linear-gradient(135deg, #02131f 0%, #04233a 48%, #0b3858 100%); }
.page-esya-depolama .cat-hero::before { background: rgba(255,255,255,0.06); }
.page-esya-depolama .cat-hero::after { background: rgba(180, 216, 247, 0.12); }
.page-esya-depolama .cat-hero-eyebrow { background: rgba(255,255,255,0.12); border-color: rgba(197,219,238,0.22); color: #e4eff9; }
.page-esya-depolama .cat-hero h1 span { color: #d5e8fa; }
.page-esya-depolama .cat-hero-lead { color: rgba(233,242,250,0.84); }
.page-esya-depolama .cat-section-title::after { background: #d5e3f5; }
.page-esya-depolama .cat-card { border-color: #d8e4ee; border-left-color: #04233a; }
.page-esya-depolama .cat-card:hover { box-shadow: 0 4px 20px rgba(4,35,58,0.12); }
.page-esya-depolama .cat-card-num { color: #04233a; background: rgba(4,35,58,0.08); }
.page-esya-depolama .cat-card-link { border-top-color: #e3edf5; background: #f7fafc; }
.page-esya-depolama .cat-card-tag { color: #04233a; }
.page-esya-depolama .cat-card-tag i { color: #04233a; }
.page-esya-depolama .cat-cta-banner { background: linear-gradient(135deg, #02131f 0%, #04233a 100%); }
.page-esya-depolama .cat-cta-banner-icon { background: rgba(255,255,255,0.12); border-color: rgba(213,232,250,0.22); color: #d5e8fa; }
.page-esya-depolama .cat-cta-btn--call { background: linear-gradient(135deg, #04233a, #0b3858); }
.page-esya-depolama .cat-cert { background: #f1f6fb; border-color: #d8e4ee; color: #04233a; }
.page-esya-depolama .cat-cert i { color: #04233a; }

.depo-cta-banner {
    margin: 18px 16px 8px;
    padding: 24px 24px;
    border-radius: 22px;
    background:
        radial-gradient(circle at top left, rgba(24, 74, 112, 0.12), transparent 26%),
        linear-gradient(135deg, #f8fbfd 0%, #eef4f8 54%, #e7eef4 100%);
    color: #12343a;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.72fr);
    align-items: center;
    gap: 18px;
    box-shadow: 0 14px 34px rgba(18, 78, 84, 0.09);
    border: 1px solid rgba(4, 35, 58, 0.10);
}

.depo-cta-banner::before,
.depo-cta-banner::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.depo-cta-banner::before {
    width: 200px;
    height: 200px;
    top: -92px;
    right: -62px;
    background: rgba(11, 56, 88, 0.08);
}

.depo-cta-banner::after {
    width: 140px;
    height: 140px;
    left: -38px;
    bottom: -72px;
    background: rgba(255,255,255,0.55);
}

.depo-cta-banner__content,
.depo-cta-banner__aside {
    position: relative;
    z-index: 1;
}

.depo-cta-banner__content {
    max-width: 620px;
}

.depo-cta-banner__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(4,35,58,0.08);
    border: 1px solid rgba(4,35,58,0.14);
    color: #04233a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.depo-cta-banner h2 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.22;
    color: #113238;
    max-width: 560px;
    letter-spacing: -0.4px;
}

.depo-cta-banner .depo-cta-banner__content p {
    margin: 0;
    max-width: 560px;
    font-size: 14px;
    line-height: 1.68;
    color: #537277;
}

.depo-cta-banner__feature-row {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.depo-cta-banner__feature-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,0.68);
    border: 1px solid rgba(4,35,58,0.10);
    color: #17364d;
    font-size: 12.5px;
    font-weight: 600;
}

.depo-cta-banner__feature-row i {
    color: #04233a;
}

.depo-cta-banner__actions {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.depo-cta-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.depo-cta-banner__btn:hover {
    transform: translateY(-1px);
}

.depo-cta-banner__btn--primary {
    background: linear-gradient(135deg, #04233a, #0b3858);
    color: #fff;
    box-shadow: 0 10px 22px rgba(4,35,58,0.18);
}

.depo-cta-banner__btn--ghost {
    background: rgba(255,255,255,0.72);
    color: #04233a;
    border: 1px solid rgba(4,35,58,0.14);
}

.depo-cta-banner__aside {
    align-self: center;
    display: flex;
    justify-content: center;
}

.depo-cta-banner__panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255,255,255,0.46);
    border: 1px solid rgba(4,35,58,0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
    backdrop-filter: blur(8px);
}

.depo-cta-banner__info-card {
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(4,35,58,0.08);
    border-radius: 18px;
    padding: 16px 18px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.48);
}

.depo-cta-banner__info-card strong {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    color: #113238;
    margin-bottom: 6px;
}

.depo-cta-banner__info-card span {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    color: #5a7579;
}

.depo-cta-banner__stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.depo-cta-banner__stat-card {
    background: rgba(255,255,255,0.84);
    border: 1px solid rgba(4,35,58,0.08);
    border-radius: 16px;
    padding: 14px 15px;
}

.depo-cta-banner__stat-label {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: #729094;
    margin-bottom: 8px;
}

.depo-cta-banner__stat-card strong {
    display: block;
    font-size: 20px;
    line-height: 1.1;
    color: #12343a;
    letter-spacing: -0.3px;
}

.depo-cta-banner__note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(4,35,58,0.05);
    border: 1px solid rgba(4,35,58,0.08);
    color: #4c6a6f;
    font-size: 12.5px;
    line-height: 1.55;
}

.depo-cta-banner__note i {
    color: #04233a;
    margin-top: 2px;
}

@media (max-width: 991px) {
    .depo-cta-banner {
        grid-template-columns: 1fr;
        padding: 22px 20px;
    }

    .depo-cta-banner h2 {
        font-size: 22px;
    }

    .depo-cta-banner__content,
    .depo-cta-banner .depo-cta-banner__content p {
        max-width: none;
    }
}

@media (max-width: 600px) {
    .depo-cta-banner {
        margin: 16px 14px 4px;
        padding: 18px 16px;
        border-radius: 18px;
    }

    .depo-cta-banner h2 {
        font-size: 20px;
    }

    .depo-cta-banner .depo-cta-banner__content p {
        font-size: 13.5px;
    }

    .depo-cta-banner__stat-grid {
        grid-template-columns: 1fr;
    }

    .depo-cta-banner__feature-row {
        gap: 8px;
    }

    .depo-cta-banner__feature-row span,
    .depo-cta-banner__note {
        width: 100%;
    }

    .depo-cta-banner__actions {
        flex-direction: column;
    }

    .depo-cta-banner__btn {
        width: 100%;
    }

    .depo-cta-banner__panel {
        padding: 10px;
    }
}

.service-grid-card--link {
    text-decoration: none;
    color: inherit;
    display: flex;
}

.service-grid-card--link:hover {
    text-decoration: none;
}

.service-grid-card--link .sgc-name,
.service-grid-card--link .sgc-desc,
.service-grid-card--link .sgc-link,
.service-grid-card--link .sgc-icon {
    pointer-events: none;
}

@media (min-width: 993px) {
    .cat-hero-lead,
    .page-uluslararasi-nakliyat .cat-hero-lead,
    .page-esya-depolama .cat-hero-lead {
        max-width: 760px;
        color: rgba(255,255,255,0.85) !important;
    }

    .cat-card {
        position: relative;
        overflow: hidden;
    }

    .cat-card-inner {
        display: block;
        min-height: 248px;
        padding: 26px 180px 24px 24px;
        position: relative;
        isolation: isolate;
    }

    .cat-card-icon {
        position: absolute;
        top: -18px;
        right: -12px;
        width: 172px;
        height: 172px;
        border-radius: 42px;
        font-size: 72px;
        transform: rotate(8deg) scale(1);
        transform-origin: top right;
        opacity: 0.72;
        border: 1px solid rgba(255,255,255,0.22);
        z-index: 0;
        transition: opacity 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
        box-shadow: 0 26px 44px rgba(7,37,78,0.10), inset 1px 1px 0 rgba(255,255,255,0.42), inset -18px -22px 36px rgba(4,45,97,0.10);
        background: linear-gradient(145deg, rgba(232,240,250,0.88), rgba(197,218,244,0.52) 42%, rgba(96,145,204,0.24) 100%) !important;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .cat-card-icon::before {
        content: '';
        position: absolute;
        inset: 16px;
        border-radius: 34px;
        background: linear-gradient(160deg, rgba(255,255,255,0.52), rgba(255,255,255,0.08));
    }

    .cat-card-icon::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0));
        pointer-events: none;
    }

    .cat-card-icon i {
        position: relative;
        z-index: 1;
        color: rgba(11,58,119,0.82);
        filter: drop-shadow(0 12px 24px rgba(11,58,119,0.14));
    }

    .cat-card:hover .cat-card-icon {
        opacity: 0.98;
        transform: rotate(8deg) scale(1.22);
        box-shadow: 0 30px 52px rgba(7,37,78,0.14), inset 1px 1px 0 rgba(255,255,255,0.54), inset -18px -22px 36px rgba(4,45,97,0.13);
        filter: saturate(1.08);
    }

    .cat-card:hover .cat-card-icon i {
        color: rgba(4,45,97,0.96);
        filter: drop-shadow(0 14px 28px rgba(4,45,97,0.18));
    }

    .cat-card-num {
        display: inline-flex;
        justify-self: auto;
        margin-bottom: 12px;
        position: relative;
        z-index: 2;
    }

    .cat-card h3 {
        display: block;
        margin-bottom: 12px;
        max-width: 64%;
        position: relative;
        z-index: 2;
    }

    .cat-card p {
        display: block;
        max-width: 64%;
        position: relative;
        z-index: 2;
    }

    .cat-card-link {
        position: relative;
        z-index: 2;
    }

    .page-uluslararasi-nakliyat .cat-card-icon {
        background: linear-gradient(145deg, rgba(255,247,227,0.92), rgba(248,220,161,0.62) 44%, rgba(212,136,10,0.26) 100%) !important;
        box-shadow: 0 26px 44px rgba(122,85,24,0.14), inset 1px 1px 0 rgba(255,250,238,0.52), inset -18px -22px 36px rgba(122,85,24,0.12);
    }

    .page-uluslararasi-nakliyat .cat-card-icon i {
        color: rgba(122,85,24,0.84);
        filter: drop-shadow(0 12px 24px rgba(122,85,24,0.16));
    }

    .page-esya-depolama .cat-card-icon {
        background: linear-gradient(145deg, rgba(232,239,247,0.90), rgba(177,200,224,0.58) 44%, rgba(20,66,110,0.24) 100%) !important;
        box-shadow: 0 26px 44px rgba(10,22,40,0.14), inset 1px 1px 0 rgba(255,255,255,0.46), inset -18px -22px 36px rgba(20,66,110,0.14);
    }

    .page-esya-depolama .cat-card-icon i {
        color: rgba(20,66,110,0.84);
        filter: drop-shadow(0 12px 24px rgba(20,66,110,0.16));
    }
}

@media (min-width: 1280px) {
    .cat-card-inner {
        min-height: 216px;
        padding: 24px 132px 22px 24px;
    }

    .cat-card-icon {
        top: -10px;
        right: 10px;
        width: 100px !important;
        height: 100px !important;
        font-size: 35px !important;
        border-radius: 16px;
        margin-bottom: 12px;
    }

    .cat-card-icon::before {
        inset: 10px;
        border-radius: 12px;
    }

    .cat-card h3,
    .cat-card p {
        max-width: 72%;
    }

    .cat-card:hover .cat-card-icon {
        transform: rotate(8deg) scale(1.12);
    }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BOTTOM SHEET (shared across pages)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.bs-overlay { display: none; position: fixed; inset: 0; z-index: 300; background: rgba(0,0,0,0.4); }
.bs-overlay.open { display: block; }
.bottom-sheet { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%) translateY(100%); width: 100%; max-width: 420px; background: #fff; border-radius: 20px 20px 0 0; z-index: 301; padding: 12px 20px 28px; transition: transform 0.3s cubic-bezier(0.4,0,0.2,1); box-shadow: 0 -8px 30px rgba(0,0,0,0.15); }
.bottom-sheet.open { transform: translateX(-50%) translateY(0); }
.bs-handle { width: 36px; height: 4px; background: #ddd; border-radius: 2px; margin: 0 auto 14px; }
.bs-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.bs-header h3 { font-size: 16px; font-weight: 700; color: #1a1a1a; }
.bs-close { background: none; border: none; font-size: 18px; color: #999; cursor: pointer; padding: 4px; }
.bs-list { list-style: none; }
.bs-list li { border-bottom: 1px solid #f5f5f5; }
.bs-list li:last-child { border-bottom: none; }
.bs-item { display: flex; align-items: center; gap: 14px; padding: 14px 0; text-decoration: none; color: inherit; cursor: pointer; background: none; border: none; width: 100%; font-family: inherit; text-align: left; }
.bs-item-icon { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.bs-item-icon--wa { background: #dcfce7; color: #16a34a; }
.bs-item-icon--phone { background: #dbeafe; color: #2563eb; }
.bs-item-icon--teklif { background: #fef3c7; color: #d97706; }
.bs-item-icon--callback { background: #ede9fe; color: #7c3aed; }
.bs-item-body strong { display: block; font-size: 14px; font-weight: 700; color: #1a1a1a; }
.bs-item-body span { display: block; font-size: 12px; color: #555; margin-top: 1px; }
.bs-item-arrow { font-size: 12px; color: #ccc; margin-left: auto; }
.bs-callback-form h4 { font-size: 15px; font-weight: 700; color: #1a1a1a; margin-bottom: 14px; }
.bs-back { background: none; border: none; font-size: 13px; color: #03438b; font-weight: 600; cursor: pointer; margin-bottom: 10px; font-family: inherit; display: flex; align-items: center; gap: 5px; }
.bs-field { display: flex; align-items: center; gap: 10px; background: #f8f9fc; border: 1px solid #e8eef5; border-radius: 10px; padding: 12px; margin-bottom: 10px; }
.bs-field i { color: #03438b; font-size: 16px; flex-shrink: 0; }
.bs-field input { flex: 1; border: none; background: none; font-size: 14px; font-family: inherit; color: #333; outline: none; }
.bs-submit { width: 100%; padding: 13px; background: linear-gradient(135deg, #03438b, #0558b3); color: #fff; border: none; border-radius: 10px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 4px; transition: opacity .2s; }
.bs-submit:disabled { opacity: .7; cursor: not-allowed; }

/* Callback success panel */
.bs-callback-success {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 20px 20px;
    animation: bs-fadein .3s ease;
}
@keyframes bs-fadein { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.bs-success-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a7a4a, #27ae60);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    margin-bottom: 16px;
    box-shadow: 0 6px 18px rgba(26,122,74,0.3);
}
.bs-callback-success h4 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 800;
    color: #1a1a2e;
}
.bs-callback-success p {
    margin: 0 0 20px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.bs-success-close {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 24px;
    background: #f0f2f7;
    border: 1.5px solid #dde1eb;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    font-family: inherit;
}

/* ==========================================================================
   SINGLE POST CONTENT (Blog & Yazı İçi Dinamik Tasarımlar)
   ========================================================================== */

.single-post-content {
    font-family: inherit;
    color: #334155;
    line-height: 1.8;
    font-size: 16px;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.04);
    border: 1px solid #f1f5f9;
    margin-top: 15px;
}

.single-post-content h2, 
.single-post-content h3, 
.single-post-content h4 {
    color: #0f172a;
    margin-top: 1.8em;
    margin-bottom: 0.8em;
    font-weight: 700;
}

.single-post-content h2 {
    font-size: 24px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 12px;
    position: relative;
}

.single-post-content h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 2px;
    background: #03438b;
}

.single-post-content h3 {
    font-size: 20px;
}

.single-post-content p {
    margin-bottom: 1.4em;
}

.single-post-content p:last-child {
    margin-bottom: 0;
}

.single-post-content a {
    color: #03438b;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dashed rgba(3, 67, 139, 0.4);
    transition: all 0.3s ease;
}

.single-post-content a:hover {
    color: #ea9c00;
    border-color: #ea9c00;
}

.single-post-content ul, 
.single-post-content ol {
    margin: 1.25em 0;
    padding-left: 20px;
}

.single-post-content li {
    margin-bottom: 0.6em;
    line-height: 1.7;
}

.single-post-content ul li::marker {
    color: #03438b;
}

.single-post-content img {
    max-width: 100%;
    height: auto !important;
    border-radius: 12px;
    margin: 2em 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    display: block;
}

.single-post-content blockquote {
    margin: 2em 0;
    padding: 20px 25px;
    background: #f8fafc;
    border-left: 4px solid #03438b;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: #475569;
}

/* Şık İçindekiler Tablosu */
.single-post-content nav[aria-label="İçindekiler"],
.single-post-content .toc {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    padding: 24px !important;
    border-radius: 12px !important;
    margin: 2em 0 !important;
}

.single-post-content nav.toc strong,
.single-post-content nav[aria-label="İçindekiler"] strong {
    display: block;
    font-size: 18px !important;
    color: #0f172a !important;
    margin-bottom: 15px !important;
    font-weight: 700 !important;
}

.single-post-content nav.toc a,
.single-post-content nav[aria-label="İçindekiler"] a {
    color: #334155;
    border: none;
    font-weight: 500;
}

.single-post-content nav.toc a:hover,
.single-post-content nav[aria-label="İçindekiler"] a:hover {
    color: #03438b;
    text-decoration: underline;
}

/* Tablo Tasarımı */
.single-post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.single-post-content th, 
.single-post-content td {
    padding: 14px 18px;
    border: 1px solid #e2e8f0;
    text-align: left;
}

.single-post-content th {
    background: #03438b !important;
    color: #fff !important;
    font-weight: 600;
    border-color: #03438b;
}

.single-post-content tbody tr:nth-child(even) {
    background: #f8fafc;
}

/* Responsive Düzenleme Yalnızca Mobil */
@media (max-width: 768px) {
    .single-post-content {
        padding: 20px;
        font-size: 15px;
    }
    
    .single-post-content h2 {
        font-size: 20px;
    }
    
    .single-post-content h3 {
        font-size: 18px;
    }
}
/* ==========================================================================
   SINGLE POST LAYOUT ( İki Kolon Masaüstü Düzeni )
   ========================================================================== */

.single-post-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
    margin-top: 20px;
}

.single-post-main {
    flex: 1 1 65%;
    min-width: 0;
}

.single-post-sidebar {
    flex: 0 0 32%;
    min-width: 300px;
    background: #fff;
    position: sticky;
    top: 90px;
}

@media (max-width: 992px) {
    .single-post-sidebar {
        flex: 1 1 100%;
        position: static;
        margin-top: 30px;
    }
    
    .single-post-main {
        flex: 1 1 100%;
    }
}
/* ==========================================================================
   SINGLE POST OVERRIDES FOR DESKTOP
   ========================================================================== */

.single-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.svc-detail-hero.single-hero-custom {
    padding: 60px 40px;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(3, 67, 139, 0.15);
}

.svc-detail-hero.single-hero-custom h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.svc-detail-hero.single-hero-custom p {
    font-size: 16px;
    max-width: 800px;
    margin-bottom: 30px;
    line-height: 1.8;
}

.svc-hero-btns {
    max-width: 400px;
}

/* Adjust wrapper spacing */
.single-post-wrapper {
    margin-bottom: 60px;
}

/* ==========================================================================
   SINGLE POST PAGE (sp-*) — Kurumsal Blog / Yazı Sayfası
   ========================================================================== */

/* CONTAINER */
.sp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* PAGE-BODY ARKA PLAN */
.sp-page-body {
    background: #f4f7fb;
    padding: 50px 0 60px;
}

/* İKİ KOLON LAYOUT */
.sp-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 30px;
    align-items: flex-start;
}

/* -------------------------- HERO -------------------------- */
.sp-hero {
    background: linear-gradient(150deg, #03438b 0%, #022d61 60%, #011e40 100%);
    padding: 85px 0 50px;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}
.sp-hero::before {
    content: '';
    position: absolute;
    top: -60px; right: 80px;
    width: 260px; height: 260px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    pointer-events: none;
}
.sp-hero::after {
    content: '';
    position: absolute;
    bottom: 20px; left: 40px;
    width: 160px; height: 160px;
    border-radius: 50%;
    background: rgba(234,156,0,0.08);
    pointer-events: none;
}
/* Globe decorative element */
.sp-hero-globe {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
}
.sp-hero-globe > .fa-globe {
    font-size: 380px;
    color: rgba(255,255,255,0.06);
    display: block;
}

.sp-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 800px;
}
.sp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(234,156,0,0.2);
    border: 1px solid rgba(234,156,0,0.45);
    color: #f0b429;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 4px 12px;
    margin-bottom: 14px;
}
.sp-hero h1 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 12px;
}
.sp-hero-desc {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    margin-bottom: 18px;
    max-width: 680px;
}
.sp-hero-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin-bottom: 24px;
}
.sp-hero-meta i { margin-right: 4px; color: rgba(234,156,0,0.7); }
.sp-hero-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.sp-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: opacity 0.2s;
}
.sp-hero-btn:hover { opacity: 0.88; }
.sp-hero-btn--primary { background: #ea9c00; color: #fff; }
.sp-hero-btn--outline { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.3); color: #fff; }

/* -------------------------- ANA İÇERİK / ARTICLE -------------------------- */
.sp-main { min-width: 0; }

.sp-article {
    background: #fff;
    border-radius: 16px;
    padding: 36px 40px;
    box-shadow: 0 2px 16px rgba(3,67,139,0.06);
    border: 1px solid #e8eef7;
    font-size: 16px;
    color: #334155;
    line-height: 1.85;
}

/* Makalede Başlıklar */
.sp-article h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin: 2em 0 0.7em;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8eef7;
    position: relative;
}
.sp-article h2::after {
    content: '';
    position: absolute;
    left: 0; bottom: -2px;
    width: 50px; height: 2px;
    background: #03438b;
}
.sp-article h3 {
    font-size: 19px;
    font-weight: 700;
    color: #1e3a5f;
    margin: 1.6em 0 0.6em;
}
.sp-article h4 {
    font-size: 17px;
    font-weight: 600;
    color: #334155;
    margin: 1.4em 0 0.5em;
}
.sp-article p { margin-bottom: 1.3em; }
.sp-article p:last-child { margin-bottom: 0; }

/* Linkler */
.sp-article a {
    color: #03438b;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dashed rgba(3,67,139,0.35);
    transition: color 0.2s, border-color 0.2s;
}
.sp-article a:hover { color: #ea9c00; border-color: #ea9c00; }

/* Listeler */
.sp-article ul, .sp-article ol {
    margin: 1.1em 0;
    padding-left: 22px;
}
.sp-article li { margin-bottom: 0.55em; line-height: 1.75; }
.sp-article ul li::marker { color: #03438b; }

/* Resimler */
.sp-article img {
    max-width: 100%;
    height: auto !important;
    border-radius: 12px;
    margin: 2em auto;
    display: block;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
}

/* Blockquote */
.sp-article blockquote {
    margin: 2em 0;
    padding: 18px 24px;
    background: #f8fafc;
    border-left: 4px solid #03438b;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: #475569;
}

/* İçindekiler Nav */
.sp-article nav[aria-label="İçindekiler"],
.sp-article nav.toc {
    background: #f0f6ff !important;
    border: 1px solid #c8daf5 !important;
    border-radius: 12px !important;
    padding: 20px 24px !important;
    margin: 0 0 2em !important;
}
.sp-article nav[aria-label="İçindekiler"] strong,
.sp-article nav.toc strong {
    font-size: 16px !important;
    color: #0f172a !important;
    margin-bottom: 12px !important;
    display: block !important;
}
.sp-article nav[aria-label="İçindekiler"] a,
.sp-article nav.toc a {
    color: #03438b;
    border: none;
    font-weight: 500;
}
.sp-article nav[aria-label="İçindekiler"] ol,
.sp-article nav.toc ol {
    margin: 0;
    padding-left: 18px;
    line-height: 2;
}

/* Tablolar */
.sp-article table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.sp-article th, .sp-article td {
    padding: 13px 18px;
    border: 1px solid #e2e8f0;
    text-align: left;
    font-size: 14px;
}
.sp-article th {
    background: #03438b !important;
    color: #fff !important;
    font-weight: 600;
    border-color: #03438b;
}
.sp-article tbody tr:nth-child(even) { background: #f8fafc; }

/* Details/Summary (FAQ) */
.sp-article details {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.sp-article summary {
    padding: 14px 18px;
    font-weight: 600;
    cursor: pointer;
    background: #f8fafc;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1e3a5f;
}
.sp-article summary::-webkit-details-marker { display: none; }
.sp-article details[open] summary { background: #eef5ff; color: #03438b; }
.sp-article details p { padding: 14px 18px; margin: 0; background: #fff; font-size: 14px; color: #475569; }

/* CTA Bölümleri (section#cta vb.) */
.sp-article section[id="cta"],
.sp-article section[style*="border"] {
    border-radius: 12px !important;
    background: #f0f6ff !important;
    border-color: #c8daf5 !important;
}

/* -------------------------- SIDEBAR -------------------------- */
.sp-sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 20px; }

.sp-widget {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(3,67,139,0.07);
    border: 1px solid #e8eef7;
    overflow: hidden;
}

/* Teklif Kartı */
.sp-cta-header {
    background: linear-gradient(135deg, #03438b, #0558b3);
    padding: 20px 22px 18px;
    color: #fff;
}
.sp-cta-header p {
    font-size: 13px;
    color: rgba(255,255,255,0.92);
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 4px;
}

@media (min-width: 993px) {
    .sp-cta-header p {
        color: #0f172a;
        background: rgba(255,255,255,0.92);
        display: inline-flex;
        align-items: center;
        padding: 4px 10px;
        border-radius: 999px;
    }
}
.sp-cta-header strong {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: block;
}
.sp-cta-rows { padding: 12px 20px 8px; }
.sp-cta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 13px;
    color: #475569;
}
.sp-cta-row:last-child { border-bottom: none; }
.sp-cta-row span i { margin-right: 6px; color: #03438b; }
.sp-cta-row em { font-style: normal; font-weight: 700; color: #1a7a4a; font-size: 13px; }
.sp-cta-btn {
    display: block;
    width: calc(100% - 40px);
    margin: 4px 20px 12px;
    padding: 13px;
    background: linear-gradient(135deg, #ea9c00, #f0b429);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: opacity 0.2s;
}
.sp-cta-btn:hover { opacity: 0.9; }
.sp-cta-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 20px 16px;
    text-decoration: none;
    color: #03438b;
    font-weight: 700;
    font-size: 14px;
    transition: color 0.2s;
}
.sp-cta-phone:hover { color: #ea9c00; }
.sp-cta-phone i { font-size: 13px; }

/* Widget Başlığı */
.sp-widget-title {
    font-size: 14px;
    font-weight: 700;
    color: #1e3a5f;
    padding: 16px 20px;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
}
.sp-widget-title i { color: #03438b; }

/* Hizmet Linkleri */
.sp-service-links { padding: 8px 0; }
.sp-service-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 18px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #f8f9fc;
    transition: background 0.2s;
}
.sp-service-link:last-child { border-bottom: none; }
.sp-service-link:hover { background: #f0f6ff; }
.sp-sl-icon {
    width: 38px; height: 38px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
}
.sp-sl-text strong { display: block; font-size: 13px; font-weight: 700; color: #1e3a5f; }
.sp-sl-text span { font-size: 13px; color: #94a3b8; }
.sp-sl-arrow { margin-left: auto; color: #cbd5e1; font-size: 11px; flex-shrink: 0; }

@media (min-width: 993px) {
    .sp-hero-inner {
        max-width: 920px;
        margin: 0 auto;
        text-align: center;
    }

    .sp-hero-desc {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .sp-hero-meta,
    .sp-hero-btns {
        justify-content: center;
    }
}

/* -------------------------- RESPONSIVE -------------------------- */
@media (max-width: 992px) {
    .sp-layout {
        grid-template-columns: 1fr;
    }
    .sp-sidebar {
        position: static;
    }
    .sp-hero h1 { font-size: 26px; }
    .sp-article { padding: 24px 20px; }
}

@media (max-width: 600px) {
    .sp-container { padding: 0 14px; }
    .sp-hero h1 { font-size: 22px; }
    .sp-hero-btns { flex-direction: column; }
    .sp-hero-btn { width: 100%; justify-content: center; }
    .sp-article { padding: 20px 16px; font-size: 15px; }
    .sp-article h2 { font-size: 18px; }
    .sp-article h3 { font-size: 16px; }
}

.sp-breadcrumb {
    background: #ffffff;
    border: 1px solid #e8eef7;
    border-radius: 14px;
    padding: 12px 16px;
    margin-bottom: 50px;
    box-shadow: 0 2px 10px rgba(3,67,139,0.04);
}

.sp-breadcrumb a,
.sp-breadcrumb span,
.sp-breadcrumb i {
    font-size: 13px;
}

.sp-layout {
    align-items: start;
}

body.single-post main {
    padding-top: 0 !important;
}

body.single-post .header + main .sp-hero {
    margin-top: 0 !important;
}

body.single-post .sp-page-body > .sp-container {
    padding-top: 0;
}

.sp-article > :first-child {
    margin-top: 0;
}

.sp-article > :last-child {
    margin-bottom: 0;
}

.sp-article hr {
    border: 0;
    border-top: 1px solid #e2e8f0;
    margin: 28px 0;
}

.sp-article iframe {
    max-width: 100%;
    border: 0;
    border-radius: 12px;
}

/* ==========================================================================
   CATEGORY ARCHIVE PAGE
   ========================================================================== */

body.category {
    max-width: none;
    background: #f4f7fb;
}

.cat-archive-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.cat-archive-hero {
    background: linear-gradient(145deg, #03438b 0%, #022d61 55%, #011e40 100%);
    position: relative;
    overflow: hidden;
    padding: 70px 0 64px;
    margin-top: 0;
}

.cat-archive-hero::before {
    content: '';
    position: absolute;
    top: -70px;
    right: 80px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
}

.cat-archive-hero::after {
    content: '';
    position: absolute;
    left: 60px;
    bottom: -50px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(234,156,0,0.09);
}

.cat-archive-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 860px;
}

.cat-archive-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(234,156,0,0.18);
    border: 1px solid rgba(234,156,0,0.38);
    color: #ffd166;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.cat-archive-hero h1 {
    color: #fff;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 16px;
}

.cat-archive-lead {
    color: rgba(255,255,255,0.82);
    font-size: 17px;
    line-height: 1.75;
    max-width: 760px;
}

.cat-archive-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 24px;
}

/* ==============================================
   HAKKIMIZDA SAYFASI — Base (Mobile First)
   ============================================== */

/* Hero */
.about-page-hero {
    background: linear-gradient(160deg, #011f45 0%, #03438b 45%, #0558b3 100%);
    color: #fff;
    padding: 52px 20px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.about-page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(234,156,0,0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.05) 0%, transparent 50%);
    pointer-events: none;
}
.aph-badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(234,156,0,0.15);
    border: 1px solid rgba(234,156,0,0.35);
    color: #f0b429;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 16px;
}
.about-page-hero h1 {
    position: relative;
    z-index: 1;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #fff;
}
.about-page-hero h1 span { color: #f0b429; }
.about-page-hero > p {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
    max-width: 560px;
    margin: 0 auto 28px;
}
.aph-stats {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    max-width: 480px;
    margin: -34px auto 8px;
    padding: 0 16px;
}
.aph-stat {
    padding: 18px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
    border: 1px solid #dbe7f7;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(3,67,139,0.10);
    text-align: center;
}
.aph-stat strong {
    font-size: 20px;
    font-weight: 800;
    color: #f0b429;
    line-height: 1.1;
}
.aph-stat span {
    font-size: 13px;
    color: #6b7a90;
    font-weight: 700;
    line-height: 1.3;
}
.aph-stat-divider { display: none; }

/* Sayfa gövdesi */
.abp-body {
    padding: 20px 16px 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Bölüm kartı */
.abp-section {
    background: #fff;
    border-radius: 16px;
    padding: 20px 18px;
    box-shadow: 0 2px 12px rgba(3,67,139,0.07);
}
.abp-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid #f0f2f7;
}
.abp-section-header h2 {
    font-size: 18px;
    font-weight: 800;
    color: #03438b;
    margin: 0;
}
.abp-section-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #03438b, #0558b3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
}

/* İçerik yazıları */
.abp-content p {
    font-size: 13.5px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 12px;
}
.abp-content p:last-child { margin-bottom: 0; }
.abp-content strong { color: #1a1a1a; }

/* İlk bölüm grid (Hakkımızda ana metin + aside) */
.abp-intro-grid { display: flex; flex-direction: column; gap: 18px; }
.abp-intro-text p {
    font-size: 13.5px;
    line-height: 1.85;
    color: #444;
    margin-bottom: 12px;
}
.abp-intro-text p:last-child { margin-bottom: 0; }
.abp-intro-aside { display: flex; flex-direction: column; gap: 12px; }
.abp-cert-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f4f7fd;
    border-radius: 12px;
    padding: 12px 14px;
    border-left: 3px solid #03438b;
}
.abp-cert-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #03438b, #0558b3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    flex-shrink: 0;
}
.abp-cert-body strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2px;
}
.abp-cert-body span {
    font-size: 13px;
    color: #666;
}

/* Temel Değerler grid */
.abp-values-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.abp-value-card {
    background: #f8fafd;
    border-radius: 14px;
    padding: 16px 14px;
    text-align: center;
    border: 1px solid #e8eef8;
    transition: box-shadow 0.2s, transform 0.2s;
}
.abp-value-card:hover {
    box-shadow: 0 4px 18px rgba(3,67,139,0.12);
    transform: translateY(-2px);
}
.abp-value-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 12px;
}
.abp-value-card h3 {
    font-size: 14px;
    font-weight: 700;
    color: #03438b;
    margin-bottom: 8px;
}
.abp-value-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Vizyon & Misyon grid */
.abp-vm-grid { display: flex; flex-direction: column; gap: 14px; }
.abp-vm-card {
    background: #f8fafd;
    border-radius: 14px;
    padding: 20px 18px;
    border: 1px solid #e8eef8;
    text-align: center;
}
.abp-vm-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 12px;
}
.abp-vm-card h3 {
    font-size: 16px;
    font-weight: 800;
    color: #03438b;
    margin-bottom: 10px;
}
.abp-vm-card p {
    font-size: 13px;
    color: #555;
    line-height: 1.75;
    margin: 0;
}

/* CTA Şerit */
.abp-cta {
    background: linear-gradient(135deg, #03438b 0%, #0558b3 100%);
    padding: 32px 0;
    margin-top: 8px;
}
.abp-cta-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    padding: 0 20px;
}
.abp-cta-text h2 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}
.abp-cta-text p {
    font-size: 13.5px;
    color: rgba(255,255,255,0.8);
    margin: 0;
}
.abp-cta-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 320px;
}
.abp-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
}
.abp-cta-btn--primary {
    background: #ea9c00;
    color: #fff;
}
.abp-cta-btn--primary:hover { background: #f0b429; }
.abp-cta-btn--outline {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.4);
    color: #fff;
}
.abp-cta-btn--outline:hover { background: rgba(255,255,255,0.12); border-color: #fff; }

.cat-archive-meta span {
    color: rgba(255,255,255,0.72);
    font-size: 13px;
    font-weight: 600;
}

.cat-archive-meta i {
    color: #f0b429;
    margin-right: 6px;
}

.cat-archive-body {
    padding: 38px 0 70px;
}

.cat-archive-breadcrumb {
    background: #fff;
    border: 1px solid #e8eef7;
    border-radius: 14px;
    padding: 14px 18px;
    margin-bottom: 28px;
    box-shadow: 0 2px 10px rgba(3,67,139,0.04);
}

.cat-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.cat-archive-card {
    background: #fff;
    border: 1px solid #e8eef7;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.05);
    display: flex;
    flex-direction: column;
    min-width: 0;
    border-left: 4px solid #03438b;
}

.cat-archive-card-body {
    padding: 22px 22px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cat-archive-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.cat-archive-card-meta span {
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.cat-archive-card-meta i {
    color: #ea9c00;
    margin-right: 5px;
}

.cat-archive-card-title {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 12px;
}

.cat-archive-card-title a {
    color: #0f172a;
    text-decoration: none;
}

.cat-archive-card-title a:hover {
    color: #03438b;
}

.cat-archive-card-desc {
    color: #475569;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 18px;
}

.cat-archive-card-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #03438b;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.cat-archive-card-link i {
    font-size: 11px;
}

.cat-archive-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 36px;
}

.cat-archive-pagination .page-numbers {
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #dbe3f0;
    color: #0f172a;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.cat-archive-pagination .current {
    background: linear-gradient(135deg, #03438b, #0558b3);
    border-color: #03438b;
    color: #fff;
}

.cat-archive-empty {
    background: #fff;
    border: 1px solid #e8eef7;
    border-radius: 18px;
    padding: 40px 28px;
    text-align: center;
}

.cat-archive-empty h2 {
    font-size: 28px;
    color: #0f172a;
    margin-bottom: 10px;
}

.cat-archive-empty p {
    color: #64748b;
    font-size: 15px;
}

@media (min-width: 993px) {
    .cat-archive-hero {
        background: linear-gradient(145deg, #03438b 0%, #022d61 55%, #011e40 100%);
        position: relative;
        overflow: hidden;
        padding: 110px 0 64px;
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .cat-archive-hero {
        padding: 46px 0 40px;
    }

    .cat-archive-hero h1 {
        font-size: 30px;
    }

    .cat-archive-lead {
        font-size: 15px;
    }

    .cat-archive-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .cat-archive-card-title {
        font-size: 20px;
    }
}

@media (min-width: 993px) {
    .cat-archive-lead {
        color: rgba(255,255,255,0.88) !important;
    }
}

@media (max-width: 600px) {
    body.category {
        max-width: 420px;
    }

    .cat-archive-container {
        padding: 0 14px;
    }

    .cat-archive-hero h1 {
        font-size: 24px;
    }

    .cat-archive-meta {
        gap: 12px;
    }

    .cat-archive-breadcrumb {
        padding: 12px 14px;
        margin-bottom: 20px;
    }

    .cat-archive-card-body {
        padding: 18px 16px;
    }

    .cat-archive-card-title {
        font-size: 18px;
    }
}

body.single-post main,
body.category main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.single-post .header + main .sp-hero,
body.category .header + main .cat-archive-hero {
    margin-top: -1px !important;
}

/* ==============================================
   404 SAYFASI
   ============================================== */

.err404-hero {
    background: linear-gradient(160deg, #011f45 0%, #03438b 45%, #0558b3 100%);
    padding: 60px 20px 56px;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.err404-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 85%, rgba(234,156,0,0.1) 0%, transparent 50%),
        radial-gradient(circle at 85% 15%, rgba(255,255,255,0.04) 0%, transparent 50%);
    pointer-events: none;
}
.err404-inner {
    position: relative;
    z-index: 1;
    max-width: 560px;
    margin: 0 auto;
}

/* 404 büyük sayı */
.err404-code {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 24px;
    line-height: 1;
}
.err404-four {
    font-size: 96px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -4px;
    text-shadow: 0 4px 24px rgba(0,0,0,0.3);
}
.err404-zero {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ea9c00, #f0b429);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    box-shadow: 0 8px 32px rgba(234,156,0,0.45);
    flex-shrink: 0;
    margin: 0 6px;
}

/* Badge */
.err404-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(234,156,0,0.15);
    border: 1px solid rgba(234,156,0,0.35);
    color: #f0b429;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 16px;
}
.err404-inner h1 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.3;
}
.err404-inner h1 span { color: #f0b429; }
.err404-inner p {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255,255,255,0.78);
    margin-bottom: 28px;
}

/* Aksiyon butonları */
.err404-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 320px;
    margin: 0 auto;
}
.err404-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
}
.err404-btn--primary {
    background: #ea9c00;
    color: #fff;
}
.err404-btn--primary:hover { background: #f0b429; transform: translateY(-1px); }
.err404-btn--outline {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.35);
    color: #fff;
}
.err404-btn--outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; }

/* Hızlı bağlantılar */
.err404-links-section {
    padding: 32px 16px 40px;
    text-align: center;
}
.err404-links-title {
    font-size: 13px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 18px;
}
.err404-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 500px;
    margin: 0 auto;
}
.err404-link-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px 14px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 12px rgba(3,67,139,0.08);
    border: 1px solid #e8eef8;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.err404-link-card:hover {
    box-shadow: 0 6px 24px rgba(3,67,139,0.14);
    transform: translateY(-2px);
}
.err404-link-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #03438b, #0558b3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 4px;
}
.err404-link-card strong {
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    color: #1a1a1a;
}
.err404-link-card span {
    font-size: 13px;
    color: #888;
    line-height: 1.4;
}

/* =============================================================================
   FOTOĞRAF GALERİSİ
   ============================================================================= */

/* Shared container */
.gal-container,
.vgal-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Hero */
.gal-hero {
    background: linear-gradient(135deg, #03438b 0%, #011f45 100%);
    padding: 36px 16px 30px;
    text-align: center;
    color: #fff;
}
.gal-hero-inner {
    max-width: 720px;
    margin: 0 auto;
}
.gal-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(234,156,0,.18);
    color: #ffc93c;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.gal-hero h1 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.2;
}
.gal-hero p {
    font-size: 14px;
    color: rgba(255,255,255,.8);
    margin: 0;
    line-height: 1.6;
}

/* Meta bar */
.gal-meta {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-bottom: 1px solid #e8edf5;
    color: #555;
    font-size: 13px;
}
.gal-meta-count {
    display: flex;
    align-items: center;
    gap: 7px;
}
.gal-meta-count i { color: #03438b; }
.gal-meta-count strong { color: #ea9c00; font-weight: 700; font-size: 16px; }

/* Section */
.gal-section {
    padding: 24px 0 48px;
    background: #f4f6fa;
}

/* Grid */
.gal-grid {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.gal-empty {
    grid-column: 1 / -1;
    text-align: center;
    color: #888;
    font-size: 15px;
    padding: 40px 0;
}

/* Item */
.gal-item {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background: #fff;
    aspect-ratio: 4 / 3;
    box-shadow: 0 2px 8px rgba(3,67,139,.06);
    transition: transform .22s ease, box-shadow .22s ease;
    border: 1px solid #e4e9f2;
}
.gal-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(3,67,139,.14);
}
.gal-img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.gal-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.gal-item:hover .gal-img {
    transform: scale(1.04);
}

/* Overlay */
.gal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(3,67,139,.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .25s ease;
}
.gal-item:hover .gal-overlay { opacity: 1; }
.gal-overlay-icon {
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,.15);
    border: 2px solid rgba(255,255,255,.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: background .2s;
}

/* =============================================================================
   LIGHTBOX (Fotoğraf)
   ============================================================================= */
.ep-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(1,10,28,.92);
    animation: epLbFadeIn .2s ease;
}
.ep-lightbox[hidden] { display: none !important; }

@keyframes epLbFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.ep-lb-overlay {
    position: absolute;
    inset: 0;
    cursor: zoom-out;
}
.ep-lb-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 60px 16px 72px;
    box-sizing: border-box;
}

/* Close */
.ep-lb-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,.12);
    border: 1.5px solid rgba(255,255,255,.25);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
    z-index: 5;
    padding: 0;
}
.ep-lb-close:hover { background: rgba(255,255,255,.22); }

/* Nav arrows */
.ep-lb-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,.12);
    border: 1.5px solid rgba(255,255,255,.25);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, transform .2s;
    z-index: 5;
    padding: 0;
}
.ep-lb-nav:hover { background: rgba(255,255,255,.22); }
.ep-lb-prev { left: 12px; }
.ep-lb-next { right: 12px; }
.ep-lb-nav:active { transform: translateY(-50%) scale(.93); }

/* =============================================================================
   TEKLİF İSTE SAYFASI
   ============================================================================= */
.teklif-page { background: #f4f6fb; min-height: 60vh; }

/* Hero */
.teklif-hero {
    background: linear-gradient(150deg, #03438b 0%, #022d61 60%, #011e40 100%);
    padding: 52px 20px 44px;
    text-align: center;
    color: #fff;
}
.teklif-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(234,156,0,0.15);
    border: 1px solid rgba(234,156,0,0.4);
    color: #ea9c00;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}
.teklif-hero h1 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.2;
}
.teklif-hero h1 span { color: #ea9c00; }
.teklif-hero p { font-size: 15px; color: rgba(255,255,255,0.75); margin: 0; }

/* Wrapper */
.teklif-wrap {
    max-width: 820px;
    margin: -24px auto 60px;
    padding: 0 16px;
}

/* Steps indicator */
.teklif-steps {
    display: flex;
    background: #fff;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid #e8eaf0;
    overflow: hidden;
}
.teklif-step {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 12px;
    font-size: 13px;
    font-weight: 500;
    color: #aab;
    border-bottom: 3px solid transparent;
    transition: color .2s, border-color .2s;
    cursor: default;
}
.teklif-step .ts-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f0f2f7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: background .2s, color .2s;
    flex-shrink: 0;
}
.teklif-step--active {
    color: #03438b;
    border-bottom-color: #03438b;
}
.teklif-step--active .ts-icon {
    background: #03438b;
    color: #fff;
}
.teklif-step--done { color: #27ae60; border-bottom-color: #27ae60; }
.teklif-step--done .ts-icon { background: #27ae60; color: #fff; }

/* Form card */
#teklifForm {
    background: #fff;
    border-radius: 0 0 12px 12px;
    padding: 32px 32px 24px;
    box-shadow: 0 4px 20px rgba(3,67,139,0.07);
}

/* Panels */
.teklif-panel { display: none; }
.teklif-panel--active { display: block; }

.tp-title {
    font-size: 18px;
    font-weight: 700;
    color: #03438b;
    margin: 0 0 4px;
}
.tp-divider {
    border: none;
    border-top: 1px solid #eaecf2;
    margin: 0 0 24px;
}

/* Fields */
.tp-field {
    margin-bottom: 20px;
}
.tp-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 7px;
}
.tp-req { color: #e74c3c; margin-left: 2px; }
.tp-optional { font-weight: 400; color: #999; font-size: 13px; }

.tp-field input[type="text"],
.tp-field input[type="tel"],
.tp-field input[type="email"],
.tp-field input[type="date"],
.tp-field textarea {
    width: 100%;
    border: 1.5px solid #dde1eb;
    border-radius: 8px;
    padding: 11px 14px;
    font-size: 15px;
    color: #222;
    background: #fff;
    transition: border-color .2s, box-shadow .2s;
    box-sizing: border-box;
    font-family: inherit;
}
.tp-field input:focus,
.tp-field textarea:focus {
    outline: none;
    border-color: #03438b;
    box-shadow: 0 0 0 3px rgba(3,67,139,0.1);
}
.tp-field input.tp-error {
    border-color: #e74c3c;
    box-shadow: 0 0 0 3px rgba(231,76,60,0.1);
}
.tp-field textarea { resize: vertical; min-height: 90px; }

/* Kat row */
.tp-kat-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.tp-kat-item { display: flex; flex-direction: column; gap: 8px; }
.tp-check {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    cursor: pointer;
}
.tp-check input[type="checkbox"] { width: 16px; height: 16px; accent-color: #03438b; }

/* Toggle buttons */
.tp-toggle-group { display: flex; flex-wrap: wrap; gap: 8px; }
.tp-toggle {
    padding: 8px 16px;
    border: 1.5px solid #dde1eb;
    border-radius: 20px;
    background: #fff;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all .15s;
    font-family: inherit;
}
.tp-toggle:hover { border-color: #03438b; color: #03438b; }
.tp-toggle--active {
    background: #03438b;
    border-color: #03438b;
    color: #fff;
}

/* Hint block */
.tp-hint {
    margin-top: 8px;
    background: #fffbee;
    border: 1px solid #f0d070;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 13px;
    color: #7a6200;
}
.tp-hint a { color: #03438b; font-weight: 600; }

/* Upload zone */
.tp-upload-zone {
    border: 2px dashed #c8d0e0;
    border-radius: 10px;
    padding: 28px 16px;
    text-align: center;
    cursor: pointer;
    transition: border-color .2s, background .2s;
    background: #fafbfd;
}
.tp-upload-zone:hover,
.tp-upload-zone--over {
    border-color: #03438b;
    background: #f0f5ff;
}
.tp-upload-icon { font-size: 32px; color: #03438b; margin-bottom: 10px; display: block; }
.tp-upload-zone p { font-size: 15px; color: #444; margin: 0 0 4px; }
.tp-upload-zone small { font-size: 13px; color: #999; }

/* File list */
.tp-file-list { list-style: none; margin: 10px 0 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.tp-file-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f4f6fb;
    border-radius: 6px;
    padding: 7px 10px;
    font-size: 14px;
}
.tp-file-item i { color: #03438b; }
.tp-file-item span { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tp-file-item button {
    background: none;
    border: none;
    cursor: pointer;
    color: #c0392b;
    padding: 0;
    font-size: 14px;
    line-height: 1;
}

/* Footer nav */
.tp-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
    margin-top: 8px;
    border-top: 1px solid #eaecf2;
}
.tp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    font-family: inherit;
    transition: opacity .2s, transform .1s;
    text-decoration: none;
}
.tp-btn:active { transform: scale(.97); }
.tp-btn--next,
.tp-btn--submit { background: #03438b; color: #fff; }
.tp-btn--next:hover,
.tp-btn--submit:hover { opacity: .88; }
.tp-btn--back {
    background: #f0f2f7;
    color: #555;
    border: 1.5px solid #dde1eb;
}
.tp-btn--back:hover { background: #e4e8f2; }
.tp-btn:disabled { opacity: .6; cursor: not-allowed; }

/* Success / Error */
.teklif-success,
.teklif-error {
    background: #fff;
    border-radius: 12px;
    padding: 52px 32px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(3,67,139,0.07);
    margin-top: 0;
}
.teklif-success i { font-size: 52px; color: #27ae60; margin-bottom: 16px; display: block; }
.teklif-success h2 { font-size: 22px; font-weight: 700; color: #1a1a2e; margin: 0 0 10px; }
.teklif-success p { font-size: 16px; color: #666; margin: 0 0 24px; }
.teklif-error { border-left: 4px solid #e74c3c; padding: 18px 20px; text-align: left; }
.teklif-error i { font-size: 20px; color: #e74c3c; margin-right: 8px; }
.teklif-error p { font-size: 14px; color: #555; margin: 0; display: inline; }
.teklif-error a { color: #03438b; font-weight: 600; }

/* Image */
.ep-lb-img-wrap {
    position: relative;
    max-width: calc(100vw - 120px);
    max-height: calc(100vh - 140px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ep-lb-img {
    max-width: 100%;
    max-height: calc(100vh - 140px);
    width: auto;
    height: auto;
    border-radius: 8px;
    object-fit: contain;
    display: block;
    transition: opacity .22s ease;
    box-shadow: 0 8px 48px rgba(0,0,0,.5);
}
.ep-lb-img.ep-lb-loading { opacity: 0; }

/* Spinner */
.ep-lb-spinner {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.55);
    font-size: 28px;
}
.ep-lb-spinner.visible { display: flex; }

/* Caption bar */
.ep-lb-caption {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(8px);
    border-radius: 30px;
    padding: 6px 18px;
    color: rgba(255,255,255,.9);
    font-size: 13px;
    white-space: nowrap;
    max-width: calc(100vw - 40px);
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 5;
}
#ep-lb-title {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 260px;
}
.ep-lb-counter { color: rgba(255,255,255,.55); font-size: 12px; flex-shrink: 0; }

/* =============================================================================
   VİDEO GALERİSİ
   ============================================================================= */

/* Hero */
.vgal-hero {
    background: linear-gradient(135deg, #011f45 0%, #03438b 100%);
    padding: 36px 16px 30px;
    text-align: center;
    color: #fff;
}
.vgal-hero-inner {
    max-width: 720px;
    margin: 0 auto;
}
.vgal-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,0,0,.18);
    color: #ff6b6b;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.vgal-hero h1 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.2;
}
.vgal-hero p {
    font-size: 14px;
    color: rgba(255,255,255,.8);
    margin: 0;
    line-height: 1.6;
}

/* Meta bar */
.vgal-meta {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-bottom: 1px solid #e8edf5;
    color: #555;
    font-size: 13px;
}
.vgal-meta-count {
    display: flex;
    align-items: center;
    gap: 7px;
}
.vgal-meta-count i { color: #c00; }
.vgal-meta-count strong { color: #c00; font-weight: 700; font-size: 16px; }

/* Section */
.vgal-section {
    padding: 24px 0 48px;
    background: #f4f6fa;
}

/* Grid */
.vgal-grid {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.vgal-empty {
    grid-column: 1 / -1;
    text-align: center;
    color: #888;
    font-size: 15px;
    padding: 40px 0;
}

/* Item */
.vgal-item {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(3,67,139,.08);
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease;
}
.vgal-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(3,67,139,.16);
}
.vgal-thumb-wrap {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #0d0d0d;
}
.vgal-thumb {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease, opacity .3s ease;
}
.vgal-item:hover .vgal-thumb { transform: scale(1.04); opacity: .85; }

/* Play overlay */
.vgal-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vgal-play-btn {
    width: 60px;
    height: 60px;
    background: rgba(255,0,0,.85);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, transform .2s;
    box-shadow: 0 4px 20px rgba(0,0,0,.5);
    padding: 0;
}
.vgal-play-btn:hover { background: #c00; transform: scale(1.1); }

.vgal-item-title {
    padding: 11px 14px 13px;
    font-size: 13.5px;
    font-weight: 600;
    color: #1a2a3a;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* =============================================================================
   VİDEO MODAL
   ============================================================================= */
.ep-vmodal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(1,10,28,.92);
    animation: epLbFadeIn .2s ease;
}
.ep-vmodal[hidden] { display: none !important; }
.ep-vm-overlay {
    position: absolute;
    inset: 0;
    cursor: pointer;
}
.ep-vm-inner {
    position: relative;
    z-index: 2;
    width: calc(100vw - 32px);
    max-width: 900px;
}
.ep-vm-close {
    position: absolute;
    top: -46px;
    right: 0;
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,.12);
    border: 1.5px solid rgba(255,255,255,.25);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
    padding: 0;
}
.ep-vm-close:hover { background: rgba(255,255,255,.22); }
.ep-vm-player-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 60px rgba(0,0,0,.6);
    background: #000;
}
.ep-vm-frame-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.ep-vm-frame-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.ep-vm-caption {
    text-align: center;
    color: rgba(255,255,255,.7);
    font-size: 13.5px;
    padding: 10px 0 0;
    min-height: 20px;
}

/* ==========================================================================
   GENERIC PAGE (page.php)
   ========================================================================== */
.ep-page-body {
    background: #f4f7fb;
    padding: 48px 0 60px;
}

/* M3 Hesaplama iframe */
.m3-calc-section {
    background: #f4f7fb;
    padding: 0;
}
.m3-calc-iframe {
    display: block;
    width: 100%;
    min-height: 3200px;
    border: none;
    background: #fff;
    overflow: hidden;
}

.ep-page-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}
.ep-page-content {
    background: #fff;
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    line-height: 1.8;
    color: #2d3748;
    font-size: 15.5px;
}
.ep-page-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #03438b;
    margin: 36px 0 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid #eef2f7;
}
.ep-page-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a2942;
    margin: 28px 0 10px;
}
.ep-page-content p {
    margin: 0 0 16px;
}
.ep-page-content ul,
.ep-page-content ol {
    padding-left: 24px;
    margin: 0 0 18px;
}
.ep-page-content li {
    margin-bottom: 6px;
}
.ep-page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 16px 0;
}
.ep-page-content a {
    color: #03438b;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.ep-page-content a:hover {
    color: #ea9c00;
}
@media (max-width: 768px) {
    .ep-page-body { padding: 28px 0 40px; }
    .ep-page-container { padding: 0 14px; }
    .ep-page-content { padding: 24px 18px; border-radius: 12px; font-size: 14.5px; }
    .ep-page-content h2 { font-size: 19px; }
}

/* =============================================================================
   BLOG ARŞİVİ
   ============================================================================= */

/* Hero */
.blog-hero {
    background: linear-gradient(145deg, #0f172a 0%, #1e293b 55%, #0f172a 100%);
    text-align: center;
    padding: 56px 20px 40px;
    position: relative;
    overflow: hidden;
}
.blog-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    pointer-events: none;
}
.blog-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(234,156,0,.15);
    color: #f0b429;
    border: 1px solid rgba(234,156,0,.25);
    border-radius: 100px;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.blog-hero h1 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2;
}
.blog-hero h1 span { color: #ea9c00; }
.blog-hero p {
    color: rgba(255,255,255,.65);
    font-size: 14px;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Body */
.blog-archive-body {
    padding: 28px 0 48px;
    background: #f4f7fb;
}
.blog-archive-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Grid */
.blog-archive-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

/* Card */
.ba-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(15,23,42,.06);
    border: 1px solid #e8eef7;
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
}
.ba-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(15,23,42,.1);
}

/* Card Image */
.ba-card-img-link {
    display: block;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #e8eef7;
}
.ba-card-img-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}
.ba-card:hover .ba-card-img-link img {
    transform: scale(1.04);
}
.ba-card-no-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8eef7, #dde3ef);
    color: #94a3b8;
    font-size: 36px;
}

/* Card Body */
.ba-card-body {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Meta */
.ba-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 10px;
}
.ba-card-cat {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #eef2ff;
    color: #03438b;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.ba-card-date,
.ba-card-read {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}
.ba-card-meta i { font-size: 11px; }
.ba-card-cat i { color: #03438b; }
.ba-card-date i { color: #ea9c00; }
.ba-card-read i { color: #64748b; }

/* Title */
.ba-card-title {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 8px;
    font-weight: 700;
}
.ba-card-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color .15s;
}
.ba-card-title a:hover { color: #03438b; }

/* Desc */
.ba-card-desc {
    color: #475569;
    font-size: 13.5px;
    line-height: 1.7;
    margin-bottom: 14px;
}

/* Link */
.ba-card-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #03438b;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: gap .2s;
}
.ba-card-link:hover { gap: 10px; }
.ba-card-link i { font-size: 11px; }

/* Pagination */
.blog-archive-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 36px;
}
.blog-archive-pagination .page-numbers {
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #dbe3f0;
    color: #0f172a;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    transition: all .15s;
}
.blog-archive-pagination .page-numbers:hover {
    background: #eef2ff;
    border-color: #03438b;
    color: #03438b;
}
.blog-archive-pagination .current {
    background: linear-gradient(135deg, #03438b, #0558b3);
    border-color: #03438b;
    color: #fff;
}

/* Empty */
.blog-archive-empty {
    background: #fff;
    border: 1px solid #e8eef7;
    border-radius: 18px;
    padding: 60px 28px;
    text-align: center;
}
.blog-archive-empty-icon {
    font-size: 48px;
    color: #cbd5e1;
    margin-bottom: 16px;
}
.blog-archive-empty h2 {
    font-size: 24px;
    color: #0f172a;
    margin-bottom: 8px;
}
.blog-archive-empty p {
    color: #64748b;
    font-size: 15px;
    margin-bottom: 20px;
}
.blog-archive-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #03438b;
    color: #fff;
    padding: 10px 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

/* ── Tablet (768px+) ── */
@media (min-width: 768px) {
    .blog-hero { padding: 100px 28px 52px; }
    .blog-hero h1 { font-size: 40px; }
    .blog-hero p { font-size: 15px; }

    .blog-archive-body { padding: 36px 0 56px; }

    .blog-archive-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    /* Featured card: full-width, horizontal layout */
    .ba-card--featured {
        grid-column: 1 / -1;
        flex-direction: row;
    }
    .ba-card--featured .ba-card-img-link {
        width: 50%;
        min-height: 280px;
        aspect-ratio: auto;
        flex-shrink: 0;
    }
    .ba-card--featured .ba-card-body {
        padding: 28px 28px 24px;
        justify-content: center;
    }
    .ba-card--featured .ba-card-title {
        font-size: 24px;
    }
    .ba-card--featured .ba-card-desc {
        font-size: 14.5px;
    }
}

/* ── Desktop (1024px+) ── */
@media (min-width: 1024px) {
    .blog-hero { padding: 104px 36px 60px; }
    .blog-hero h1 { font-size: 46px; }

    .blog-archive-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }

    .ba-card--featured .ba-card-img-link {
        min-height: 320px;
    }
    .ba-card--featured .ba-card-title {
        font-size: 28px;
    }

    .ba-card-body { padding: 20px 22px 22px; }
    .ba-card-title { font-size: 19px; }
}

/* ── Wide (1280px+) ── */
@media (min-width: 1280px) {
    .blog-hero { padding: 110px 52px 68px; }
    .blog-hero h1 { font-size: 50px; }

    .blog-archive-container { max-width: 1280px; padding: 0 52px; }
    .blog-archive-grid { gap: 30px; }

    .ba-card--featured .ba-card-title { font-size: 30px; }
    .ba-card--featured .ba-card-body { padding: 36px 36px 28px; }
}

/* =============================================================================
   Müşteri Yorumları Sayfası
   ============================================================================= */

.rv-section { padding: 40px 0 60px; }
.rv-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* Özet Kartı */
.rv-summary {
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px;
    background: #fff; border-radius: 16px; padding: 28px 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06); margin-bottom: 36px;
}
.rv-summary-left { display: flex; align-items: center; gap: 18px; }
.rv-google-icon {
    width: 60px; height: 60px; background: #f8f9fa; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
}
.rv-summary-info { display: flex; flex-direction: column; gap: 2px; }
.rv-summary-label { font-size: 13px; color: #888; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }
.rv-summary-score { display: flex; align-items: center; gap: 10px; }
.rv-summary-num { font-size: 36px; font-weight: 800; color: #1a1a1a; line-height: 1; }
.rv-summary-count { font-size: 14px; color: #666; }
.rv-summary-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: #4285F4; color: #fff; padding: 12px 24px; border-radius: 10px;
    font-size: 14px; font-weight: 700; text-decoration: none; transition: background .2s;
}
.rv-summary-btn:hover { background: #3367d6; color: #fff; }

/* Yıldızlar */
.rv-stars { display: inline-flex; gap: 2px; color: #f4b400; font-size: 16px; }

/* Yorum Grid */
.rv-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px; margin-bottom: 36px;
}

/* Yorum Kartı */
.rv-card {
    background: #fff; border-radius: 14px; padding: 24px;
    box-shadow: 0 1px 8px rgba(0,0,0,.05);
    transition: box-shadow .2s, transform .2s;
}
.rv-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.1); transform: translateY(-2px); }

.rv-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.rv-avatar {
    width: 48px; height: 48px; border-radius: 50%; overflow: hidden; flex-shrink: 0;
    background: #03438b; display: flex; align-items: center; justify-content: center;
}
.rv-avatar img { width: 100%; height: 100%; object-fit: cover; }
.rv-avatar-letter { color: #fff; font-size: 20px; font-weight: 700; }
.rv-meta { flex: 1; min-width: 0; }
.rv-author { display: block; font-size: 15px; color: #1a1a1a; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rv-time { font-size: 12px; color: #999; }
.rv-card-google { flex-shrink: 0; opacity: .7; }

.rv-card-stars { margin-bottom: 10px; }
.rv-card-text {
    font-size: 14px; line-height: 1.65; color: #444;
    display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;
}

/* Yorum Yaz CTA */
.rv-cta { text-align: center; }
.rv-cta-inner {
    display: inline-flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: center;
    background: linear-gradient(135deg, #03438b, #0558b3); border-radius: 14px; padding: 24px 36px;
}
.rv-cta-text { color: #fff; font-size: 17px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.rv-cta-text i { color: #f4b400; }
.rv-cta-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; color: #03438b; padding: 12px 28px; border-radius: 10px;
    font-size: 15px; font-weight: 700; text-decoration: none; transition: background .2s, transform .15s;
}
.rv-cta-btn:hover { background: #f0f4fb; transform: scale(1.03); color: #03438b; }

/* Boş Durum */
.rv-empty { text-align: center; padding: 60px 20px; }
.rv-empty-icon { font-size: 48px; color: #ccc; margin-bottom: 16px; }
.rv-empty h2 { font-size: 22px; color: #444; margin-bottom: 12px; }
.rv-empty p { color: #888; font-size: 15px; max-width: 480px; margin: 0 auto 24px; }
.rv-empty-admin { background: #fff8e1; border-left: 4px solid #f4b400; padding: 16px 20px; border-radius: 8px; text-align: left; max-width: 500px; margin: 20px auto; font-size: 14px; }
.rv-empty-admin a { color: #03438b; font-weight: 600; }
.rv-static-badge { max-width: 400px; margin: 0 auto; }

/* Devamını Yükle Butonu */
.rv-loadmore-wrap { text-align: center; margin-bottom: 36px; }
.rv-loadmore-btn {
    display: inline-flex; align-items: center; gap: 10px;
    background: #fff; color: #03438b; border: 2px solid #03438b;
    padding: 14px 36px; border-radius: 12px; cursor: pointer;
    font-size: 15px; font-weight: 700; transition: all .2s;
}
.rv-loadmore-btn:hover { background: #03438b; color: #fff; }
.rv-loadmore-btn i { transition: transform .2s; }
.rv-loadmore-btn:hover i { transform: translateY(3px); }
.rv-loadmore-count { font-weight: 400; font-size: 13px; color: #888; }
.rv-loadmore-btn:hover .rv-loadmore-count { color: rgba(255,255,255,.7); }

/* Responsive */
@media (max-width: 768px) {
    .rv-summary { flex-direction: column; align-items: flex-start; padding: 20px 22px; }
    .rv-summary-btn { width: 100%; justify-content: center; }
    .rv-grid { grid-template-columns: 1fr; gap: 16px; }
    .rv-cta-inner { flex-direction: column; padding: 20px 24px; }
    .rv-summary-num { font-size: 28px; }
    .rv-loadmore-btn { width: 100%; justify-content: center; padding: 14px 20px; }
}
