/* =========================================================
   AHŞAP İŞLEME KATEGORİ SAYFASI
   Dosya: public/css/categories/woodworking.css
========================================================= */

.woodworking-page {
    padding: 28px 0 48px;
    background: #f3f4f6;
}

/* =========================================================
   BREADCRUMB
========================================================= */
.woodworking-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-size: 14px;
    color: #6b7280;
}

.woodworking-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s ease;
}

.woodworking-breadcrumb a:hover {
    color: #0f2b5b;
}

/* =========================================================
   HERO ALANI
========================================================= */
.woodworking-hero {
    display: grid;
    grid-template-columns: 0.90fr 1.10fr;
    align-items: stretch;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
    margin-bottom: 42px;
    min-height: 400px;
}

.woodworking-hero-content {
    padding: 56px 42px 44px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.woodworking-hero-title {
    margin: 0 0 18px;
    font-size: 48px;
    line-height: 1.05;
    font-weight: 800;
    color: #0f274d;
}

.woodworking-hero-divider {
    width: 64px;
    height: 4px;
    border-radius: 999px;
    background: #f2b705;
    margin-bottom: 24px;
}

.woodworking-hero-text {
    margin: 0 0 34px;
    font-size: 20px;
    line-height: 1.85;
    color: #334155;
    max-width: 92%;
}

.woodworking-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.woodworking-hero-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 180px;
}

.woodworking-hero-feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #d7e0ec;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f274d;
    font-size: 22px;
    flex-shrink: 0;
}

.woodworking-hero-feature-text strong {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    color: #0f274d;
    margin-bottom: 3px;
}

.woodworking-hero-feature-text span {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    color: #64748b;
}

.woodworking-hero-image {
    position: relative;
    min-height: 100%;
    background: #e5e7eb;
}

.woodworking-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.woodworking-hero-image {
    position: relative;
    min-height: 400px;
    height: 100%;
    overflow: hidden;
}

/* =========================================================
   ÜRÜN GRUPLARI ALANI
========================================================= */
.woodworking-category-section {
    margin-bottom: 34px;
}

.woodworking-category-section-title {
    margin: 0 0 22px;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 800;
    color: #0f274d;
}

.woodworking-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

/* =========================================================
   KART
========================================================= */
.woodworking-category-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.woodworking-category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.woodworking-category-card-image {
    position: relative;
    height: 400px;
    background: #e5e7eb;
    overflow: hidden;
}

.woodworking-category-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Sol alttaki mavi yuvarlak ikon alanı */
.woodworking-category-card-badge {
    position: absolute;
    left: 18px;
    bottom: 5px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(180deg, #133772 0%, #0f2b5b 100%);
    border: 3px solid #ffffff;
    box-shadow: 0 8px 18px rgba(15, 43, 91, 0.18);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    z-index: 2;
}
.woodworking-category-card-body {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 26px 22px 20px;
}
.woodworking-category-card-title {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    color: #0f274d;
}

.woodworking-category-card-text {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.75;
    color: #475569;
    flex-grow: 1;
}

/* =========================================================
   KART FOOTER
========================================================= */

.woodworking-category-card-footer {
    width: 100%;

    margin-top: 24px;

    box-sizing: border-box;

    flex: 0 0 auto;

    background-color: #364152;

    position: relative;
    z-index: 4;
}

/* =========================================================
   KART FOOTER / BAĞLANTI
========================================================= */

.woodworking-category-card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;

    margin: 0;
    padding: 15px 24px;

    box-sizing: border-box;

    background-color: #364152;
    color: #ffffff !important;

    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;

    text-decoration: none;

    position: relative;
    z-index: 4;

    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}


/* FOOTER YAZISI */

.woodworking-category-card-link,
.woodworking-category-card-link span {
    color: #ffffff !important;
}


/* OK İKONU */

.woodworking-category-card-link i {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    flex: 0 0 30px;

    border-radius: 50%;

    background-color: rgba(255, 255, 255, 0.12);

    color: #ffffff !important;

    font-size: 14px;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}


/* HOVER */

.woodworking-category-card-link:hover {
    background-color: #2f3949;
    color: #ffffff !important;
}

.woodworking-category-card-link:hover span {
    color: #ffffff !important;
}

.woodworking-category-card-link:hover i {
    background-color: rgba(255, 255, 255, 0.20);
    transform: translateX(2px);
}

.woodworking-category-card-link:hover {
    color: #0b3fa8;
}

/* =========================================================
   ALT AVANTAJLAR
========================================================= */
.woodworking-benefits {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    padding: 28px 32px;
    margin-bottom: 34px;
}

.woodworking-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.woodworking-benefit-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.woodworking-benefit-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f274d;
    font-size: 26px;
    flex-shrink: 0;
}

.woodworking-benefit-text strong {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #0f274d;
    margin-bottom: 4px;
}

.woodworking-benefit-text span {
    display: block;
    font-size: 14px;
    line-height: 1.55;
    color: #64748b;
}

/* =========================================================
   ALT BİLGİ KUTUSU
========================================================= */
.woodworking-info-box {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    padding: 34px;
    margin-bottom: 12px;
}

.woodworking-info-box-inner {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 28px;
    align-items: start;
}

.woodworking-info-box-icon {
    width: 110px;
    height: 110px;
    border-radius: 20px;
    background: #0f2b5b;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
}

.woodworking-info-box-content h3 {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    color: #0f274d;
}

.woodworking-info-box-content p {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.9;
    color: #475569;
}

.woodworking-info-box-content p:last-child {
    margin-bottom: 0;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1399.98px) {
    .woodworking-hero-title {
        font-size: 48px;
    }

    .woodworking-hero-text {
        font-size: 18px;
        max-width: 100%;
    }

    .woodworking-category-section-title {
        font-size: 34px;
    }
}

@media (max-width: 1199.98px) {
    .woodworking-hero {
        grid-template-columns: 1fr;
    }

    .woodworking-hero-image {
        min-height: 360px;
    }

    .woodworking-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .woodworking-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .woodworking-page {
        padding: 24px 0 40px;
    }

    .woodworking-hero {
        min-height: auto;
        margin-bottom: 28px;
        border-radius: 20px;
    }

    .woodworking-hero-content {
        padding: 34px 26px;
    }

    .woodworking-hero-title {
        font-size: 40px;
    }

    .woodworking-hero-text {
        font-size: 17px;
        line-height: 1.8;
        margin-bottom: 26px;
    }

    .woodworking-category-section-title {
        font-size: 30px;
    }

    .woodworking-category-card-image {
        height: 220px;
    }

    .woodworking-benefits,
    .woodworking-info-box {
        padding: 24px;
    }

    .woodworking-info-box-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .woodworking-breadcrumb {
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 18px;
    }

    .woodworking-hero-title {
        font-size: 34px;
    }

    .woodworking-category-grid {
        grid-template-columns: 1fr;
    }

    .woodworking-benefits-grid {
        grid-template-columns: 1fr;
    }

    .woodworking-info-box-content h3 {
        font-size: 28px;
    }

    .woodworking-info-box-content p {
        font-size: 16px;
        line-height: 1.8;
    }
}

@media (max-width: 575.98px) {
    .woodworking-page {
        padding: 18px 0 32px;
    }

    .woodworking-hero-content {
        padding: 26px 20px;
    }

    .woodworking-hero-title {
        font-size: 28px;
    }

    .woodworking-hero-text {
        font-size: 15px;
    }

    .woodworking-category-section-title {
        font-size: 24px;
    }

    .woodworking-category-card-body {
        padding: 38px 18px 20px;
    }

    .woodworking-category-card-title {
        font-size: 20px;
    }

    .woodworking-category-card-text {
        font-size: 15px;
    }

    .woodworking-benefits,
    .woodworking-info-box {
        padding: 18px;
    }

    .woodworking-info-box-icon {
        width: 84px;
        height: 84px;
        font-size: 34px;
    }

    .woodworking-info-box-content h3 {
        font-size: 24px;
    }
}