/* --- Global Değişkenler --- */
:root {
    /* Renkler */
    --primary-color: #e63946;
    --secondary-color: #1d3557;
    --dark-color: #111827;
    --text-muted: #6b7280;
    --bg-light: #f8f9fa;
    /* Fontlar */
    --font-main: 'Plus Jakarta Sans', sans-serif;
    --font-mono: 'JetBrains Mono', monospace;
    /* Geçişler */
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    /* ... diğer değişkenler ... */
    --footer-bg: #111827; /* Çok koyu gri/siyah */
    --footer-text: #9ca3af; /* İkincil metinler için soft gri */
    --footer-title: #ffffff; /* Başlıklar için tam beyaz */
}


html, body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}
/* --- Temel Ayarlar --- */
body {
    padding-top: 70px; /* Navbar yüksekliği */
    font-family: var(--font-main);
    color: var(--dark-color);
    line-height: 1.6;
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, .fw-bold {
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--secondary-color);
}

/* --- Tekrarsız Bileşenler (Utility Classes) --- */
.btn-dakik {
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 50px;
    transition: var(--transition);
    border: none;
    font-weight: 600;
}

    .btn-dakik:hover,
    .btn-dakik:focus,
    .btn-dakik:active,
    .btn-dakik.active,
    .btn.show.btn-dakik {
        background-color: #cf2f3c;
        border-color: #cf2f3c;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(230, 57, 70, 0.2);
        color: #ffffff;
    }

    .btn-dakik:focus,
    .btn-dakik:active {
        box-shadow: 0 0 0 0.2rem rgba(230, 57, 70, 0.22), 0 10px 20px rgba(230, 57, 70, 0.2);
    }

/* Kartlar için standart gölge ve hover */
.custom-card {
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.05);
}

    .custom-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
    }

/* Kod Bloğu Stili */
.code-window {
    font-family: var(--font-mono);
    background: var(--dark-color);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
}

footer {
    background-color: var(--footer-bg);
}

    footer h4, footer h5 {
        color: var(--footer-title) !important; /* Lacivertten beyaza çektik */
        font-weight: 700;
        margin-bottom: 1.5rem;
    }

    footer .text-secondary {
        color: var(--footer-text) !important;
    }

    footer a {
        transition: var(--transition);
    }

        footer a:hover {
            color: var(--primary-color) !important; /* Hover olunca o güzel kırmızın yansısın */
        }



.hero-slider {
    width: 100%;
}

/* --- Mobil Görünüm (Varsayılan) --- */
/* Mobilde resmin kendi oranını koruması için height: auto yapıyoruz */
.hero-slider, .carousel-item {
    height: auto !important;
}

    .carousel-item img {
        height: auto !important;
        width: 100% !important;
        object-fit: contain; /* Resmi asla kesmez, çerçeveye sığdırır */
    }

/* --- Masaüstü ve Tablet Görünüm (768px ve üzeri) --- */
@media (min-width: 768px) {
    .hero-slider {
        height: 75vh !important; /* İstediğin %75 yükseklik */
    }

    .carousel-inner, .carousel-item {
        height: 100% !important;
    }

        .carousel-item img {
            height: 75vh !important;
            width: 100% !important;
            object-fit: cover; /* Masaüstünde alanı doldurur, boşluk bırakmaz */
            object-position: center;
        }
}

/* --- WhatsApp Butonu & İkon --- */
.btn-whatsapp {
    background-color: #25d366 !important;
    color: white !important;
    border: none;
    transition: transform 0.3s ease;
}

    .btn-whatsapp:hover {
        transform: scale(1.05); /* Küçük bir etkileşim animasyonu */
    }

.carousel-caption h1 {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); /* Yazıyı öne çıkarır */
}

.carousel-caption p {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}


/* --- Sabit Buton Konteynırı --- */
.fixed-contact-wrapper {
    position: fixed;
    bottom: 100px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999; /* Her şeyin üstünde görünmesi için */
}

/* --- Genel Buton Stili --- */
.contact-btn {
    width: 55px;
    height: 55px;
    border-radius: 15px; /* Görseldeki gibi hafif yumuşatılmış kare */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* --- WhatsApp Özel Stil --- */
.whatsapp-btn {
    background-color: #25D366; /* WhatsApp yeşili */
    color: white;
}

/* --- Telefon Özel Stil --- */
.phone-btn {
    background-color: #ffffff; /* Beyaz arka plan */
    color: #1d3557; /* Senin kurumsal lacivertin */
}

/* --- Hover Efektleri --- */
.contact-btn:hover {
    transform: scale(1.1) rotate(5deg);
    color: white;
}

.phone-btn:hover {
    background-color: var(--primary-color); /* Arama butonu üzerine gelince senin o canlı kırmızına dönsün */
}

/* --- Mobil Uyumluluk --- */
@media (max-width: 768px) {
    .fixed-contact-wrapper {
        bottom: 20px;
        right: 20px;
    }

    .contact-btn {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
}

.seo-text p {
    margin-bottom: 1.2rem;
    line-height: 1.7;
    text-align: justify; /* Metni iki yana yaslayarak daha derli toplu durmasını sağlar */
}

.small-extra {
    font-size: 0.92rem; /* Normal metinden bir tık daha küçük, SEO odaklı metin standartı */
}

.seo-text a:hover {
    text-decoration: underline !important;
}
/* Navbar başlangıç stili */
.navbar {
    transition: all 0.4s ease-in-out !important;
    padding: 20px 0; /* Başlangıçta biraz daha geniş durabilir */
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box; /* Padding'in genişliğe dahil edilmesini sağlar */
}
    /* Sayfa aşağı kaydırıldığında eklenecek stil */
    .navbar.scrolled {
        background-color: rgb(36 37 39 / 37%) !important; /* Senin kurumsal lacivertin %95 opaklıkta */
        padding: 10px 0; /* Kaydırınca menü biraz daralsın (Sticky etkisi) */
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        backdrop-filter: blur(10px); /* Arkayı hafif buğulu yaparak modern bir hava katar */
    }

.ref-logo {
    /* Başlangıçta tamamen cansız ve gri */
    filter: grayscale(100%) brightness(80%) !important;
    opacity: 0.5 !important;
    transition: all 0.4s ease-in-out;
}

    .ref-logo:hover {
        /* Üzerine gelince her şeyi sıfırlayıp parlatıyoruz */
        filter: grayscale(0%) brightness(100%) !important;
        opacity: 1 !important;
        transform: scale(1.08); /* Hafif büyüme derinlik katar */
    }

.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}


.project-card {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .project-card:hover {
        transform: translateY(-10px);
    }

.project-img-wrapper {
    position: relative;
    overflow: hidden;
}

    .project-img-wrapper img {
        transition: transform 0.6s ease;
    }

.project-card:hover .project-img-wrapper img {
    transform: scale(1.1); /* Hover olunca görsel hafifçe zoom yapar */
}

/* Teknik Etiket Stili */
.tech-tag {
    background: #f8f9fa;
    color: #1d3557;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #dee2e6;
}

.project-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

    .project-overlay .badge {
        padding: 8px 15px;
        font-weight: 500;
        backdrop-filter: blur(4px); /* Arka planı hafif buğulu yapar */
        background-color: rgba(220, 53, 69, 0.9) !important; /* Kırmızı ama hafif şeffaf */
    }

.fw-black {
    font-weight: 900;
}

.project-number {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 8rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.15);
    line-height: 1;
    z-index: 1;
}

.mb-10 {
    margin-bottom: 8rem;
}

.rounded-5 {
    border-radius: 2rem !important;
}

/* Kırmızı Alt Bölüm (Footer Öncesi) */
.cta-red-section {
    background: #c8102e;
    color: white;
    padding: 100px 0;
    border-radius: 40px 40px 0 0;
}


/* --- Global Page Hero --- */
.page-hero {
    background-color: #1d3557; /* Kurumsal koyu lacivertin */
    padding: 120px 0 80px 0; /* Üstten navbar payı, alttan ferahlık */
    text-align: center;
    position: relative;
    border-bottom: 4px solid #c8102e; /* Dakik kırmızısı ile ince bir vurgu */
}

    .page-hero h1 {
        color: #ffffff;
        font-size: 3rem;
        font-weight: 800;
        margin-bottom: 15px;
        letter-spacing: -1px;
    }

    .page-hero p {
        color: rgba(255, 255, 255, 0.75);
        font-size: 1.1rem;
        max-width: 600px;
        margin: 0 auto;
    }

/* Blog Kartı Özel Stil */
.custom-blog-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .custom-blog-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 1rem 3rem rgba(0,0,0,0.1) !important;
    }

.blog-img-wrapper img {
    transition: transform 0.5s ease;
}

.custom-blog-card:hover .blog-img-wrapper img {
    transform: scale(1.1); /* Hover'da görsel hafifçe büyür */
}

.transition-all {
    transition: all 0.3s ease-in-out;
}

/* --- Hero Slider Özel Stilleri --- */
.hero-slider .carousel-item {
    height: 90vh; /* Tam sayfa değil ama görkemli bir yükseklik */
    min-height: 500px;
    background: #000;
}

    .hero-slider .carousel-item img {
        height: 100%;
        object-fit: cover; /* Resmin yayılmasını sağlar */
        opacity: 0.6; /* Overlay ile birlikte resmi biraz karartır */
    }

/* Resmin üzerine metin okunurluğu için degrade katman */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%);
    z-index: 1;
}

.carousel-caption {
    z-index: 2;
    bottom: 25% !important;
}

.fw-black {
    font-weight: 900;
}

.ls-2 {
    letter-spacing: 2px;
}

/* Mobil Düzenlemeler */
@media (max-width: 768px) {
    .hero-slider .carousel-item {
        height: 70vh;
    }

    .carousel-caption h1 {
        font-size: 2.5rem;
    }

    .carousel-caption {
        text-align: center !important;
        bottom: 15% !important;
    }
}

/* Kontrol İkonlarını Özelleştirme */
.custom-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(200, 16, 46, 0.5); /* Dakik kırmızısı şeffaf */
    border-radius: 50%;
    background-size: 50%;
}

/* --- Blog Detay Sayfası --- */
.blog-detail-hero {
    padding: 118px 0 72px;
}

.blog-breadcrumb .breadcrumb-item,
.blog-breadcrumb .breadcrumb-item.active,
.blog-breadcrumb .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.68);
}

.blog-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.blog-detail-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 7px 16px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-detail-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 26px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
}

.blog-detail-section {
    padding: 72px 0;
    background: #ffffff;
}

.blog-detail-image {
    overflow: hidden;
    margin: 0 0 38px;
    border-radius: 24px;
    background: #f8f9fa;
}

.blog-detail-image img {
    display: block;
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.blog-detail-content {
    color: #273142;
    font-size: 1.05rem;
    overflow-wrap: break-word;
    word-break: normal;
}

.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.blog-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.blog-detail-content a {
    color: var(--primary-color);
    font-weight: 700;
}

.blog-detail-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 52px;
    padding: 34px;
    border-radius: 24px;
    background: #c8102e;
    color: #ffffff;
}

.blog-detail-cta h2,
.blog-detail-cta span {
    color: #ffffff;
}

.blog-sidebar {
    position: sticky;
    top: 110px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
}

.blog-sidebar-card {
    padding: 28px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
    overflow: hidden;
}

.blog-sidebar-card p {
    color: var(--text-muted);
}

.recent-blog-link {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 14px;
    align-items: center;
    color: var(--dark-color);
    text-decoration: none;
    font-weight: 700;
    line-height: 1.35;
    min-width: 0;
}

.recent-blog-link span {
    min-width: 0;
}

.recent-blog-link:hover {
    color: var(--primary-color);
}

.recent-blog-link img,
.recent-blog-thumb {
    width: 78px;
    height: 64px;
    border-radius: 14px;
    object-fit: cover;
    flex: 0 0 78px;
}

.blog-service-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #273142;
    font-weight: 700;
}

.blog-service-list i {
    margin-right: 10px;
    color: var(--primary-color);
}

@media (max-width: 991px) {
    .blog-sidebar {
        position: static;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .blog-detail-hero {
        padding: 96px 0 52px;
    }

    .blog-detail-hero h1 {
        font-size: 2rem;
        line-height: 1.16;
    }

    .blog-detail-hero p {
        font-size: 1rem;
    }

    .blog-detail-meta {
        gap: 10px;
        font-size: 0.88rem;
    }

    .blog-detail-section {
        padding: 42px 0 56px;
    }

    .blog-detail-image {
        border-radius: 18px;
        margin-bottom: 28px;
    }

    .blog-detail-image img {
        max-height: none;
        aspect-ratio: 16 / 10;
    }

    .blog-detail-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 26px;
    }

    .blog-sidebar-card {
        padding: 22px;
    }
}

@media (max-width: 420px) {
    .blog-detail-hero h1 {
        font-size: 1.72rem;
    }

    .blog-breadcrumb .breadcrumb {
        font-size: 0.82rem;
    }

    .recent-blog-link {
        grid-template-columns: 64px 1fr;
    }

    .recent-blog-link img,
    .recent-blog-thumb {
        width: 64px;
        height: 56px;
        border-radius: 12px;
    }
}

/* --- İletişim Sayfası --- */
.contact-hero {
    padding: 118px 0 78px;
}

.contact-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 7px 16px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-section {
    padding: 80px 0;
    background: #ffffff;
}

.contact-info-panel,
.contact-form-panel {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(17, 24, 39, 0.07);
}

.contact-info-panel {
    position: sticky;
    top: 110px;
    padding: 34px;
}

.contact-info-panel p {
    color: var(--text-muted);
}

.contact-form-panel {
    padding: 38px;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 28px;
}

.contact-info-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 18px;
    color: var(--dark-color);
    text-decoration: none;
    transition: var(--transition);
}

.contact-info-item:hover {
    transform: translateY(-3px);
    border-color: rgba(230, 57, 70, 0.28);
    color: var(--dark-color);
    box-shadow: 0 14px 28px rgba(17, 24, 39, 0.08);
}

.contact-info-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(230, 57, 70, 0.1);
    color: var(--primary-color);
    font-size: 1.25rem;
}

.contact-info-item.whatsapp i {
    background: rgba(37, 211, 102, 0.12);
    color: #25d366;
}

.contact-info-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--secondary-color);
}

.contact-form-panel .form-label {
    color: var(--secondary-color);
    font-weight: 700;
}

.contact-form-panel .form-control {
    min-height: 52px;
    border-color: rgba(17, 24, 39, 0.12);
    border-radius: 14px;
    color: var(--dark-color);
}

.contact-form-panel textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contact-form-panel .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(230, 57, 70, 0.12);
}

.contact-submit-btn {
    width: auto;
    min-width: 190px;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.contact-submit-btn:hover i,
.contact-submit-btn:focus i,
.contact-submit-btn:active i {
    color: #ffffff;
}

@media (max-width: 991px) {
    .contact-info-panel {
        position: static;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 96px 0 56px;
    }

    .contact-hero h1 {
        font-size: 2.05rem;
        line-height: 1.16;
    }

    .contact-section {
        padding: 48px 0 58px;
    }

    .contact-info-panel,
    .contact-form-panel {
        padding: 24px;
        border-radius: 20px;
    }

    .contact-submit-btn {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .contact-info-item {
        grid-template-columns: 44px 1fr;
        padding: 14px;
    }

    .contact-info-item i {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }
}

/* --- Site Haritasi Sayfasi --- */
.sitemap-hero {
    padding: 110px 0 70px;
}

.sitemap-section {
    padding: 56px 0 80px;
    background: #f6f7f9;
}

.sitemap-breadcrumb .breadcrumb {
    margin: 0;
    padding: 14px 18px;
    border-radius: 12px;
    background: #e9ecef;
}

.sitemap-panel {
    padding: 34px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
}

.sitemap-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
}

.sitemap-col h2 {
    margin: 0 0 14px;
    font-size: 2rem;
}

.sitemap-col h2 a {
    color: #b85e47;
    text-decoration: none;
}

.sitemap-col ul {
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.sitemap-col li {
    margin: 0 0 10px;
}

.sitemap-col li a,
.sitemap-col li span {
    position: relative;
    display: inline-block;
    padding-left: 18px;
    color: #d65d45;
    text-decoration: none;
}

.sitemap-col li a::before,
.sitemap-col li span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.63em;
    width: 7px;
    height: 7px;
    border-right: 2px solid #d65d45;
    border-bottom: 2px solid #d65d45;
    transform: rotate(-45deg);
}

.sitemap-col li a:hover {
    color: #b2412d;
}

@media (max-width: 991px) {
    .sitemap-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

@media (max-width: 768px) {
    .sitemap-hero {
        padding: 96px 0 54px;
    }

    .sitemap-panel {
        padding: 22px;
        border-radius: 14px;
    }

    .sitemap-col h2 {
        font-size: 1.65rem;
    }
}

/* --- Kurumsal Sayfalar --- */
.kurumsal-hero {
    padding: 118px 0 78px;
}

.kurumsal-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 7px 16px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kurumsal-list-section {
    padding: 72px 0 80px;
    background: #ffffff;
}

.kurumsal-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(17, 24, 39, 0.07);
    transition: var(--transition);
}

.kurumsal-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(17, 24, 39, 0.1);
}

.kurumsal-card-image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.kurumsal-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.kurumsal-card:hover .kurumsal-card-image img {
    transform: scale(1.05);
}

.kurumsal-card-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 28px;
}

.kurumsal-card-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(230, 57, 70, 0.1);
    color: var(--primary-color);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.kurumsal-card h2 {
    margin: 0;
    font-size: 1.5rem;
}

.kurumsal-card h2 a {
    color: var(--secondary-color);
    text-decoration: none;
}

.kurumsal-card p {
    margin: 0;
    color: var(--text-muted);
}

.kurumsal-card .btn {
    margin-top: auto;
    width: fit-content;
}

.kurumsal-detail-hero .blog-detail-meta {
    justify-content: center;
}

@media (max-width: 768px) {
    .kurumsal-hero {
        padding: 96px 0 56px;
    }

    .kurumsal-hero h1 {
        font-size: 2.05rem;
        line-height: 1.16;
    }

    .kurumsal-list-section {
        padding: 46px 0 56px;
    }

    .kurumsal-card-body {
        padding: 22px;
    }
}

/* --- Ürünler --- */
.urun-hero {
    padding: 118px 0 78px;
}

.urun-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 7px 16px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.urun-list-section {
    padding: 72px 0 80px;
    background: #ffffff;
}

.urun-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(17, 24, 39, 0.07);
    transition: var(--transition);
}

.urun-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(17, 24, 39, 0.1);
}

.urun-card-image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.urun-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.urun-card:hover .urun-card-image img {
    transform: scale(1.05);
}

.urun-card-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 28px;
}

.urun-card-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(29, 53, 87, 0.1);
    color: var(--secondary-color);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.urun-card h2 {
    margin: 0;
    font-size: 1.5rem;
}

.urun-card h2 a {
    color: var(--secondary-color);
    text-decoration: none;
}

.urun-card p {
    margin: 0;
    color: var(--text-muted);
}

.urun-card .btn {
    margin-top: auto;
    width: fit-content;
}

@media (max-width: 768px) {
    .urun-hero {
        padding: 96px 0 56px;
    }

    .urun-hero h1 {
        font-size: 2.05rem;
        line-height: 1.16;
    }

    .urun-list-section {
        padding: 46px 0 56px;
    }

    .urun-card-body {
        padding: 22px;
    }
}

/* --- Hizmetler --- */
.hizmet-hero {
    padding: 118px 0 78px;
}

.hizmet-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 7px 16px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hizmet-list-section {
    padding: 72px 0 80px;
    background: #ffffff;
}

.hizmet-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(17, 24, 39, 0.07);
    transition: var(--transition);
}

.hizmet-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(17, 24, 39, 0.1);
}

.hizmet-card-image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.hizmet-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hizmet-card:hover .hizmet-card-image img {
    transform: scale(1.05);
}

.hizmet-card-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 28px;
}

.hizmet-card-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(200, 16, 46, 0.1);
    color: #c8102e;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.hizmet-card h2 {
    margin: 0;
    font-size: 1.5rem;
}

.hizmet-card h2 a {
    color: var(--secondary-color);
    text-decoration: none;
}

.hizmet-card p {
    margin: 0;
    color: var(--text-muted);
}

.hizmet-card .btn {
    margin-top: auto;
    width: fit-content;
}

@media (max-width: 768px) {
    .hizmet-hero {
        padding: 96px 0 56px;
    }

    .hizmet-hero h1 {
        font-size: 2.05rem;
        line-height: 1.16;
    }

    .hizmet-list-section {
        padding: 46px 0 56px;
    }

    .hizmet-card-body {
        padding: 22px;
    }
}
