/* ===========================================
   BFYTECH - Kurumsal Stil Dosyası
   Mavi-Beyaz Profesyonel Tema
   =========================================== */
:root {
    --bf-navy: #0b2447;
    --bf-navy-2: #14365f;
    --bf-blue: #1565d8;
    --bf-blue-light: #e8f0fc;
    --bf-sky: #4d8be8;
    --bf-light: #f4f8fd;
    --bf-text: #344256;
    --bf-muted: #6b7a90;
    --bf-cta: #ff8a00;
    --bf-radius: 14px;
}

* { -webkit-tap-highlight-color: transparent; }

body {
    font-family: 'Manrope', sans-serif;
    color: var(--bf-text);
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Sora', sans-serif;
    color: var(--bf-navy);
    font-weight: 700;
}

::selection { background: var(--bf-blue); color: #fff; }

/* ---------- Üst Bilgi Çubuğu ---------- */
.topbar {
    background: var(--bf-navy);
    color: #cfe0f5;
    font-size: .85rem;
    padding: .45rem 0;
}
.topbar i { color: var(--bf-sky); }

/* ---------- Navbar ---------- */
.main-navbar {
    background: #fff;
    box-shadow: 0 2px 18px rgba(11, 36, 71, .08);
    padding: .8rem 0;
}
.brand-icon { font-size: 1.9rem; color: var(--bf-blue); }
.brand-text {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 1.45rem;
    color: var(--bf-navy);
    letter-spacing: .5px;
}
.site-logo { height: 46px; width: auto; }
.main-navbar .nav-link {
    color: var(--bf-navy);
    font-weight: 600;
    padding: .55rem 1rem !important;
    transition: color .2s ease;
}
.main-navbar .nav-link:hover,
.main-navbar .nav-link.active { color: var(--bf-blue); }
.navbar-toggler { border: none; font-size: 1.7rem; color: var(--bf-navy); }
.navbar-toggler:focus { box-shadow: none; }
.dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 14px 40px rgba(11, 36, 71, .14);
    padding: .5rem;
}
.dropdown-item {
    border-radius: 8px;
    padding: .55rem .9rem;
    font-weight: 500;
    transition: background-color .15s ease, color .15s ease;
}
.dropdown-item:hover { background: var(--bf-blue-light); color: var(--bf-blue); }

/* ---------- Butonlar ---------- */
.btn { border-radius: 50rem; font-weight: 700; transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease; }
.btn:active { transform: scale(.97); }
.btn-cta {
    background: var(--bf-cta);
    color: #fff;
    padding: .6rem 1.4rem;
    border: none;
    box-shadow: 0 6px 18px rgba(255, 138, 0, .35);
}
.btn-cta:hover { background: #e67c00; color: #fff; transform: translateY(-2px); }
.btn-navy {
    background: var(--bf-navy);
    color: #fff;
    padding: .6rem 1.5rem;
    border: none;
}
.btn-navy:hover { background: var(--bf-blue); color: #fff; transform: translateY(-2px); }
.btn-whatsapp { background: #25d366; color: #fff; border: none; }
.btn-whatsapp:hover { background: #1fb858; color: #fff; }

/* ---------- Hero / Slider ---------- */
.hero-carousel .hero-slide {
    min-height: 78vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(8, 26, 52, .92) 25%, rgba(11, 36, 71, .55) 65%, rgba(11, 36, 71, .25));
}
.hero-content { position: relative; z-index: 2; }
.hero-badge {
    display: inline-block;
    background: rgba(77, 139, 232, .18);
    border: 1px solid rgba(77, 139, 232, .45);
    color: #aecdf5;
    font-size: .85rem;
    font-weight: 600;
    padding: .4rem 1rem;
    border-radius: 50rem;
    margin-bottom: 1.2rem;
    backdrop-filter: blur(8px);
}
.hero-title {
    color: #fff;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1rem;
}
.hero-subtitle {
    color: #c4d6ee;
    font-size: 1.12rem;
    max-width: 580px;
    margin-bottom: 1.8rem;
}
.carousel-indicators button {
    width: 28px !important;
    height: 4px !important;
    border-radius: 4px;
}

/* ---------- Özellik Şeridi ---------- */
.feature-strip {
    background: #fff;
    margin-top: -52px;
    position: relative;
    z-index: 5;
}
.feature-item {
    background: #fff;
    border: 1px solid #e4ecf6;
    border-radius: var(--bf-radius);
    box-shadow: 0 10px 30px rgba(11, 36, 71, .07);
    padding: 1.2rem 1.3rem;
    display: flex;
    gap: .9rem;
    align-items: center;
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
}
.feature-item:hover { transform: translateY(-5px); box-shadow: 0 16px 38px rgba(11, 36, 71, .12); }
.feature-item i { font-size: 1.8rem; color: var(--bf-blue); }
.feature-item h6 { margin: 0; font-size: .98rem; }
.feature-item span { font-size: .8rem; color: var(--bf-muted); }

/* ---------- Bölümler ---------- */
.section { padding: 5.5rem 0; }
.section-head { max-width: 640px; margin-bottom: 3rem; }
.section-head p { color: var(--bf-muted); }
.section-tag {
    display: inline-block;
    color: var(--bf-blue);
    background: var(--bf-blue-light);
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: .35rem .9rem;
    border-radius: 50rem;
    margin-bottom: .9rem;
}

/* ---------- Hizmet Kartları ---------- */
.service-card {
    background: #fff;
    border: 1px solid #e4ecf6;
    border-radius: var(--bf-radius);
    overflow: hidden;
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-7px); box-shadow: 0 20px 45px rgba(11, 36, 71, .13); }
.service-img { height: 200px; overflow: hidden; background: var(--bf-blue-light); }
.service-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card:hover .service-img img { transform: scale(1.06); }
.service-body { padding: 1.5rem; position: relative; }
.service-icon {
    width: 56px; height: 56px;
    background: var(--bf-blue);
    color: #fff;
    font-size: 1.5rem;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    margin-top: -48px;
    margin-bottom: 1rem;
    box-shadow: 0 8px 20px rgba(21, 101, 216, .4);
    border: 3px solid #fff;
}
.service-body p { color: var(--bf-muted); font-size: .92rem; min-height: 56px; }
.service-link { color: var(--bf-blue); font-weight: 700; text-decoration: none; font-size: .92rem; }
.service-link i { transition: transform .2s ease; display: inline-block; }
.service-link:hover i { transform: translateX(5px); }

/* ---------- Hakkımızda / İstatistik ---------- */
.about-section { background: var(--bf-light); }
.about-text { color: var(--bf-muted); }
.check-list { list-style: none; padding: 0; margin: 1.2rem 0; }
.check-list li { padding: .35rem 0; font-weight: 600; }
.check-list i { color: var(--bf-blue); margin-right: .5rem; }
.stat-card {
    background: #fff;
    border: 1px solid #e4ecf6;
    border-radius: var(--bf-radius);
    text-align: center;
    padding: 2rem 1rem;
    transition: transform .2s ease;
}
.stat-card:hover { transform: translateY(-4px); }
.stat-num {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--bf-blue);
}
.stat-label { color: var(--bf-muted); font-size: .88rem; font-weight: 600; }

/* ---------- CTA Bandı ---------- */
.cta-band {
    background: linear-gradient(115deg, var(--bf-navy), var(--bf-navy-2) 60%, #1a4a8a);
    color: #fff;
    padding: 3.2rem 0;
}
.cta-band h3 { color: #fff; }
.cta-band p { color: #b9cce4; }

/* ---------- İç Sayfa Hero ---------- */
.page-hero {
    background: linear-gradient(115deg, var(--bf-navy), #143a6b);
    padding: 4rem 0 3rem;
    color: #fff;
}
.page-hero h1 { color: #fff; font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
.breadcrumb-nav { font-size: .88rem; color: #9db8d9; margin-top: .4rem; }
.breadcrumb-nav a { color: #c8daf2; text-decoration: none; }
.breadcrumb-nav a:hover { color: #fff; }
.breadcrumb-nav i { font-size: .7rem; margin: 0 .3rem; }

/* ---------- Hizmet Detay ---------- */
.detail-img img { width: 100%; max-height: 420px; object-fit: cover; }
.service-content { color: var(--bf-text); line-height: 1.85; }
.service-content h2, .service-content h3 { margin-top: 1.6rem; margin-bottom: .8rem; }
.service-content ul { padding-left: 1.2rem; }
.service-content li { margin-bottom: .4rem; }
.sidebar-card {
    background: var(--bf-light);
    border: 1px solid #e4ecf6;
    border-radius: var(--bf-radius);
    padding: 1.6rem;
    margin-bottom: 1.5rem;
}
.sidebar-title { font-weight: 700; margin-bottom: 1rem; }
.sidebar-links { list-style: none; padding: 0; margin: 0; }
.sidebar-links li { border-bottom: 1px dashed #d8e4f2; }
.sidebar-links li:last-child { border-bottom: none; }
.sidebar-links a {
    display: block;
    padding: .65rem 0;
    color: var(--bf-text);
    text-decoration: none;
    font-weight: 600;
    font-size: .92rem;
    transition: color .15s ease, padding-left .15s ease;
}
.sidebar-links a:hover { color: var(--bf-blue); padding-left: 5px; }
.sidebar-links i { font-size: .75rem; color: var(--bf-blue); }
.sidebar-contact {
    background: linear-gradient(135deg, var(--bf-navy), #16407a);
    color: #fff;
    text-align: center;
    border: none;
}
.sidebar-contact h6 { color: #fff; font-size: 1.05rem; }
.sidebar-contact p { color: #b9cce4; font-size: .9rem; }
.sidebar-contact-icon { font-size: 2.4rem; color: var(--bf-sky); }

/* ---------- İletişim ---------- */
.contact-card {
    background: #fff;
    border: 1px solid #e4ecf6;
    border-radius: var(--bf-radius);
    padding: 1.8rem 1.4rem;
    text-align: center;
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
}
.contact-card:hover { transform: translateY(-5px); box-shadow: 0 14px 34px rgba(11, 36, 71, .1); }
.contact-card i { font-size: 1.9rem; color: var(--bf-blue); }
.contact-card h6 { margin: .8rem 0 .4rem; }
.contact-card p { color: var(--bf-muted); font-size: .9rem; margin: 0; }
.contact-card a { color: var(--bf-muted); text-decoration: none; }
.contact-card a:hover { color: var(--bf-blue); }
.contact-form .form-control, .contact-form .form-select {
    border-radius: 10px;
    padding: .7rem 1rem;
    border-color: #dbe5f1;
}
.contact-form .form-control:focus, .contact-form .form-select:focus {
    border-color: var(--bf-blue);
    box-shadow: 0 0 0 .2rem rgba(21, 101, 216, .12);
}
.contact-form .form-label { font-weight: 600; font-size: .9rem; }
.map-wrap { border-radius: var(--bf-radius); overflow: hidden; box-shadow: 0 12px 32px rgba(11, 36, 71, .12); }
.map-wrap iframe { display: block; width: 100%; min-height: 420px; border: 0; }

/* ---------- Misyon/Vizyon ---------- */
.mv-card {
    background: var(--bf-light);
    border: 1px solid #e4ecf6;
    border-radius: var(--bf-radius);
    padding: 1.6rem;
    margin-bottom: 1.2rem;
}
.mv-icon {
    width: 50px; height: 50px;
    background: var(--bf-blue);
    color: #fff;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    margin-bottom: .9rem;
}
.mv-card p { color: var(--bf-muted); margin: 0; font-size: .94rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bf-navy); color: #b9cce4; }
.brand-icon-footer { font-size: 1.7rem; color: var(--bf-sky); }
.footer-brand { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 1.3rem; color: #fff; }
.footer-text { font-size: .92rem; line-height: 1.7; }
.footer-title { color: #fff; font-size: .95rem; margin-bottom: 1.1rem; }
.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .55rem; }
.footer-links a { color: #b9cce4; text-decoration: none; font-size: .92rem; transition: color .15s ease, padding-left .15s ease; }
.footer-links a:hover { color: #fff; padding-left: 4px; }
.footer-contact li { margin-bottom: .7rem; font-size: .92rem; }
.footer-contact i { color: var(--bf-sky); margin-right: .5rem; }
.footer-contact a { color: #b9cce4; text-decoration: none; }
.footer-contact a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); font-size: .85rem; }
.footer-mini { color: #7e96b8; }

/* ---------- WhatsApp Sabit Buton ---------- */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    box-shadow: 0 8px 24px rgba(37, 211, 102, .45);
    z-index: 1050;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
    animation: wa-pulse 2.4s infinite;
}
.whatsapp-float:hover { transform: scale(1.1); color: #fff; }
@keyframes wa-pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .5); }
    70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ---------- Görünüm Animasyonları ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 991px) {
    .hero-carousel .hero-slide { min-height: 64vh; }
    .feature-strip { margin-top: 1.5rem; }
    .section { padding: 3.5rem 0; }
}

/* ---------- Topbar Sosyal ---------- */
.topbar-social { color: var(--bf-sky); margin-left: .25rem; font-size: .95rem; text-decoration: none; transition: color .15s ease; }
.topbar-social:hover { color: #fff; }

/* ---------- Outline Navy Button (Hemen Ara) ---------- */
.btn-outline-navy {
    background: transparent;
    color: var(--bf-navy);
    border: 2px solid var(--bf-navy);
    width: 44px; height: 44px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    padding: 0;
}
.btn-outline-navy:hover { background: var(--bf-navy); color: #fff; }

/* ---------- Hero (genişletilmiş) ---------- */
.hero-section {
    position: relative;
    background: linear-gradient(135deg, #061a36 0%, #0b2447 45%, #143a6b 100%);
    color: #fff;
    overflow: hidden;
    padding: 5rem 0 4rem;
}
.hero-section::before {
    content:""; position:absolute; inset:0;
    background: radial-gradient(circle at 80% 20%, rgba(77,139,232,.18), transparent 55%),
                radial-gradient(circle at 15% 85%, rgba(21,101,216,.22), transparent 50%);
    pointer-events:none;
}
.hero-section .hero-grid { position: absolute; inset: 0; opacity: .07;
    background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px);
    background-size: 48px 48px;
}
.hero-content-block { position: relative; z-index: 2; }
.hero-content-block .hero-badge { background: rgba(77,139,232,.18); border:1px solid rgba(77,139,232,.45); color: #aecdf5; font-size: .85rem; font-weight:600; padding:.4rem 1rem; border-radius:50rem; display:inline-block; margin-bottom:1.2rem; backdrop-filter: blur(8px); }
.hero-content-block h1 { color:#fff; font-size: clamp(2.1rem, 4.8vw, 3.6rem); font-weight:800; line-height:1.12; margin-bottom:1.1rem; }
.hero-content-block h1 .accent { color: #4d8be8; }
.hero-content-block p.lead { color:#c4d6ee; font-size: 1.18rem; max-width: 620px; margin-bottom: 1.8rem; }
.hero-trust { display:flex; gap:1.3rem; flex-wrap:wrap; margin-top:1.8rem; color:#c4d6ee; font-size:.9rem; }
.hero-trust span i { color:#4d8be8; margin-right:.35rem; }
.hero-visual { position:relative; z-index:2; }
.hero-visual .visual-card {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
    backdrop-filter: blur(14px);
    padding: 1.4rem;
    color: #fff;
}
.hero-visual .visual-card img { width:100%; border-radius:14px; }
.hero-pill-list { list-style:none; padding:0; margin:1rem 0 0; display:flex; flex-direction:column; gap:.6rem; }
.hero-pill-list li { background: rgba(255,255,255,.07); border-radius:10px; padding:.55rem .85rem; font-size:.92rem; display:flex; align-items:center; gap:.55rem; }
.hero-pill-list li i { color:#4d8be8; }

/* ---------- Why Us ---------- */
.why-card {
    background:#fff; border:1px solid #e4ecf6; border-radius:var(--bf-radius);
    padding: 1.4rem; height:100%;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.why-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(11,36,71,.1); border-color:#cfdcef; }
.why-card .why-icon {
    width: 52px; height: 52px;
    background: var(--bf-blue-light); color: var(--bf-blue);
    border-radius: 12px;
    display:flex; align-items:center; justify-content:center;
    font-size: 1.4rem;
    margin-bottom: .9rem;
}
.why-card h6 { font-size: 1rem; margin-bottom: .4rem; }
.why-card p { color: var(--bf-muted); font-size: .9rem; margin: 0; }

/* ---------- Testimonials ---------- */
.testimonial-section { background: var(--bf-light); }
.testimonial-card { background:#fff; border:1px solid #e4ecf6; border-radius:var(--bf-radius); padding:1.6rem; height:100%; }
.testimonial-card .stars { color:#ffb400; margin-bottom:.7rem; font-size:.95rem; }
.testimonial-card p.tm-text { color: var(--bf-text); font-size:.95rem; line-height: 1.65; font-style: italic; }
.testimonial-card .tm-author { display:flex; align-items:center; gap:.75rem; margin-top:1rem; }
.testimonial-card .tm-avatar {
    width:44px; height:44px; border-radius:50%; background: var(--bf-blue); color:#fff;
    display:flex; align-items:center; justify-content:center; font-weight:700;
}
.testimonial-card .tm-name { font-weight:700; font-size:.95rem; color: var(--bf-navy); margin:0; }
.testimonial-card .tm-title { color: var(--bf-muted); font-size:.82rem; }

/* ---------- FAQ ---------- */
.faq-section .accordion-item { border:1px solid #e4ecf6; border-radius: 12px !important; margin-bottom: .75rem; overflow:hidden; }
.faq-section .accordion-button {
    font-weight:700; color: var(--bf-navy); font-size: 1rem;
    background: #fff; padding: 1.05rem 1.2rem;
}
.faq-section .accordion-button:not(.collapsed) { background: var(--bf-blue-light); color: var(--bf-blue); box-shadow:none; }
.faq-section .accordion-button:focus { box-shadow:none; border-color: transparent; }
.faq-section .accordion-body { color: var(--bf-text); line-height: 1.7; font-size: .95rem; }

/* ---------- Blog ---------- */
.blog-card { background:#fff; border:1px solid #e4ecf6; border-radius:var(--bf-radius); overflow:hidden; height:100%; transition: transform .2s ease, box-shadow .2s ease; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 16px 38px rgba(11,36,71,.12); }
.blog-card .blog-img { height: 200px; background: var(--bf-blue-light); overflow:hidden; }
.blog-card .blog-img img { width:100%; height:100%; object-fit:cover; transition: transform .4s ease; }
.blog-card:hover .blog-img img { transform: scale(1.06); }
.blog-card .blog-body { padding: 1.4rem; }
.blog-card .blog-meta { color: var(--bf-muted); font-size: .82rem; margin-bottom: .55rem; }
.blog-card .blog-meta i { color: var(--bf-blue); margin-right: .25rem; }
.blog-card h5 { font-size: 1.05rem; line-height: 1.4; margin-bottom: .55rem; }
.blog-card p { color: var(--bf-muted); font-size: .92rem; min-height: 60px; }
.blog-card a.blog-link { color: var(--bf-blue); font-weight:700; text-decoration: none; font-size:.92rem; }

.post-content { color: var(--bf-text); line-height: 1.85; font-size: 1.02rem; }
.post-content h2, .post-content h3 { margin-top: 1.6rem; margin-bottom: .8rem; }
.post-content img { max-width:100%; border-radius: 12px; }
.post-content ul { padding-left: 1.2rem; }

/* ---------- Service Page Hero (sub) ---------- */
.service-sub-hero { background: linear-gradient(115deg, var(--bf-navy), #143a6b); color:#fff; padding: 4.5rem 0 3.5rem; }
.service-sub-hero h1 { color:#fff; font-size: clamp(2rem, 4vw, 2.8rem); }
.service-sub-hero p.lead { color:#c4d6ee; max-width:760px; font-size:1.12rem; }
.service-sub-hero .breadcrumb-nav { color:#9db8d9; margin-top:.5rem; }

.feature-grid-card { background:#fff; border:1px solid #e4ecf6; border-radius:var(--bf-radius); padding:1.5rem; height:100%; transition: transform .2s ease, box-shadow .2s ease; }
.feature-grid-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(11,36,71,.1); }
.feature-grid-card .fg-icon { width:48px; height:48px; border-radius: 12px; background: var(--bf-blue-light); color: var(--bf-blue); display:flex; align-items:center; justify-content:center; font-size:1.3rem; margin-bottom:.8rem; }
.feature-grid-card h6 { font-size: 1rem; margin-bottom:.4rem; }
.feature-grid-card p { color: var(--bf-muted); font-size:.9rem; margin:0; }

/* ---------- Technical Service Special Boxes ---------- */
.ts-box { background: linear-gradient(135deg, var(--bf-navy), #1a4a8a); color:#fff; border-radius: var(--bf-radius); padding: 1.5rem; height:100%; }
.ts-box .ts-icon { width:50px; height:50px; background: rgba(255,255,255,.1); color:#fff; border-radius: 12px; display:flex; align-items:center; justify-content:center; font-size:1.4rem; margin-bottom:.9rem; }
.ts-box h6 { color:#fff; font-size: 1.05rem; margin-bottom: .4rem; }
.ts-box p { color: #b9cce4; font-size: .9rem; margin: 0; }

/* ---------- Footer sosyaller ---------- */
.footer-socials { display:flex; gap:.6rem; margin-top: 1.2rem; }
.footer-socials a {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    color: #b9cce4;
    display:flex; align-items:center; justify-content:center;
    text-decoration:none;
    transition: background-color .15s ease, color .15s ease;
}
.footer-socials a:hover { background: var(--bf-blue); color:#fff; }

/* ---------- Mobile Sticky CTA Bar ---------- */
.mobile-cta-bar {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: #fff;
    border-top: 1px solid #e4ecf6;
    box-shadow: 0 -8px 24px rgba(11,36,71,.12);
    z-index: 1050;
    display: flex;
    padding: .55rem .4rem calc(.55rem + env(safe-area-inset-bottom, 0));
    gap: .4rem;
}
.mobile-cta-bar .mcb-btn {
    flex: 1;
    display:flex; flex-direction:column; align-items:center; justify-content:center;
    text-decoration:none;
    border-radius: 12px;
    padding: .55rem .2rem;
    font-size: .72rem;
    font-weight: 700;
    gap: .15rem;
}
.mobile-cta-bar .mcb-btn i { font-size: 1.25rem; }
.mobile-cta-bar .mcb-call { background: var(--bf-navy); color:#fff; }
.mobile-cta-bar .mcb-wa { background: #25d366; color:#fff; }
.mobile-cta-bar .mcb-quote { background: var(--bf-cta); color:#fff; }
@media (max-width: 991px) {
    body { padding-bottom: 78px; }
    .whatsapp-float { display: none !important; }
}

/* ---------- Quick Contact Strip ---------- */
.quick-contact-strip { background: #fff; border-top: 1px solid #e4ecf6; }
.qcs-item { display:flex; align-items:center; gap:1rem; padding: 1.5rem 1rem; }
.qcs-item .qcs-icon { width:54px; height:54px; background: var(--bf-blue-light); color: var(--bf-blue); border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:1.5rem; flex-shrink:0; }
.qcs-item h6 { margin:0 0 .15rem; font-size: .88rem; color: var(--bf-muted); font-weight:600; text-transform: uppercase; letter-spacing: .5px; }
.qcs-item p, .qcs-item a { margin:0; color: var(--bf-navy); font-weight:700; text-decoration:none; font-size:1rem; }
.qcs-item a:hover { color: var(--bf-blue); }

/* ---------- Service Detail CTA box ---------- */
.detail-cta-box {
    background: linear-gradient(135deg, var(--bf-blue), #1a4a8a);
    color:#fff;
    border-radius: var(--bf-radius);
    padding: 1.8rem;
    text-align:center;
    margin: 2rem 0;
}
.detail-cta-box h4 { color:#fff; margin-bottom:.6rem; }
.detail-cta-box p { color:#cfe0f5; margin-bottom:1.2rem; }
.detail-cta-box .btn { margin: .25rem; }

/* ---------- Hero buton group (mobile) ---------- */
.hero-cta-group { display:flex; flex-wrap:wrap; gap:.6rem; }
@media (max-width: 575px) {
    .hero-cta-group .btn { flex: 1 1 100%; }
}

/* ---------- Revize: Admin Kontrollü Hero Slider ve Görseller ---------- */
.hero-section .visual-card,
.visual-card-slider {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,.075);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 24px;
    backdrop-filter: blur(16px);
    padding: 1.1rem;
    color: #fff;
    box-shadow: 0 24px 70px rgba(0,0,0,.22);
}
.visual-card-slider .carousel { border-radius: 18px; overflow: hidden; background: rgba(0,0,0,.12); }
.visual-card-slider .carousel-inner { border-radius: 18px; }
.visual-card-slider .carousel-item { min-height: 360px; }
.visual-card-slider .carousel-item img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
    border-radius: 18px;
}
.visual-card-slider .carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6,26,54,.04), rgba(6,26,54,.74));
    pointer-events: none;
}
.hero-slide-caption {
    position: absolute;
    left: 1.2rem;
    right: 1.2rem;
    bottom: 1.15rem;
    z-index: 2;
    background: rgba(6,26,54,.62);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 16px;
    padding: .9rem 1rem;
    backdrop-filter: blur(10px);
}
.hero-slide-caption strong { display:block; color:#fff; font-size: 1rem; line-height:1.35; }
.hero-slide-caption span { display:block; color:#cfe0f5; font-size: .84rem; margin-top:.25rem; }
.visual-card-slider .carousel-indicators { margin-bottom: .35rem; }
.visual-card-slider .carousel-control-prev,
.visual-card-slider .carousel-control-next { width: 11%; }

.ts-box-image {
    position: relative;
    overflow: hidden;
    min-height: 240px;
    isolation: isolate;
}
.ts-box-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(135deg, rgba(11,36,71,.94), rgba(21,101,216,.72)), var(--ts-img);
    background-size: cover;
    background-position: center;
    z-index: -2;
}
.ts-box-image::after {
    content: "";
    position: absolute;
    inset: auto -20% -42% 30%;
    height: 180px;
    background: rgba(255,255,255,.12);
    transform: rotate(-8deg);
    z-index: -1;
}

.managed-about-visual {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid #dce8f8;
    box-shadow: 0 18px 50px rgba(11,36,71,.12);
}
.managed-about-visual img { width:100%; height: 260px; object-fit: cover; display:block; }
.managed-about-badge {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: rgba(255,255,255,.92);
    color: var(--bf-navy);
    border-radius: 999px;
    padding: .55rem .95rem;
    font-weight: 800;
    font-size: .86rem;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}
.managed-about-badge i { color: var(--bf-blue); }

.cta-band-managed {
    position: relative;
    background-image: linear-gradient(115deg, rgba(11,36,71,.94), rgba(20,58,107,.88) 58%, rgba(21,101,216,.78)), var(--cta-bg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.cta-band-managed::before {
    content:"";
    position:absolute;
    inset:0;
    background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: .35;
}
.cta-band-managed .container { position: relative; z-index: 1; }

@media (max-width: 991px) {
    .visual-card-slider .carousel-item img { height: 330px; }
    .visual-card-slider .carousel-item { min-height: 330px; }
}
@media (max-width: 575px) {
    .visual-card-slider { padding: .75rem; }
    .visual-card-slider .carousel-item img { height: 260px; }
    .visual-card-slider .carousel-item { min-height: 260px; }
    .hero-slide-caption { left:.75rem; right:.75rem; bottom:.75rem; padding:.75rem; }
    .managed-about-visual img { height: 210px; }
}


/* Görsel revizyonu: hizmet ikon kutusunu gizle, fotoğraf alanını öne çıkar */
.service-card .service-icon { display: none !important; }
.service-card .service-body { padding-top: 1.35rem; }
.service-card .service-img { height: 225px; background: #eef5ff; }
.blog-card .blog-img { height: 225px; }
.visual-card-slider .carousel-item img { object-fit: cover; }
