/* =========================================
   ÜRÜNLER SAYFASI (urunler.php) - CORPORATE PREMIUM
   ========================================= */

.corporate-products-main {
    background-color: #fcf9ee;
    /* Soft Cream Yellow */
    width: 100%;
    min-height: 100vh;
    color: #333;
    overflow-x: hidden;
    padding-top: 100px;
    padding-bottom: 10vh;
    font-family: 'Inter', sans-serif;
}

/* Fluid Container for max width usage */
.scroll-container-fluid {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* -- Hero Section -- */
.premium-hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 5vh;
    padding-left: 5vw;
}

.hero-content {
    max-width: 800px;
    z-index: 2;
}

.hero-title {
    font-size: clamp(3rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    color: var(--color-primary);
}

.text-primary {
    color: var(--color-secondary);
}

.hero-subtitle {
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
    color: var(--color-text-muted);
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 600px;
}

.btn-discover-hero {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 36px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(10, 46, 92, 0.15);
}

.btn-discover-hero:hover {
    background: var(--color-secondary);
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(19, 78, 154, 0.25);
    color: #fff;
}

/* -- Product Sections -- */
.premium-product-section {
    min-height: 85vh;
    display: flex;
    align-items: center;
    padding: 10vh 0;
    position: relative;
    background-color: #fcf9ee;
    margin-bottom: 8vh;
    overflow: visible;
}

/* Floating Gallery - Absolute Background Container */
.floating-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.float-item {
    position: absolute;
    border-radius: 20px;
    object-fit: cover;
    /* Drop shadow specifically tailored to make transparent PNGs pop on light bg */
    filter: drop-shadow(0 30px 40px rgba(10, 46, 92, 0.15));
    will-change: transform, opacity;
}

/* ==========================================================================
   IMAGE POSITIONS & WIDTHS (Moved from HTML)
   ========================================================================== */
/* Category 1 (3 items) */
.c1-1 {
    top: 15%;
    left: 8%;
    width: 22vw;
}

.c1-2 {
    top: 40%;
    left: 50%;
    width: 18vw;
}

.c1-3 {
    top: 60%;
    left: 15%;
    width: 20vw;
}

/* Category 2 (4 items) */
.c2-1 {
    top: 15%;
    left: 60%;
    width: 20vw;
}

.c2-2 {
    top: 50%;
    left: 8%;
    width: 24vw;
}

.c2-3 {
    top: 70%;
    left: 65%;
    width: 16vw;
}

.c2-4 {
    top: 30%;
    left: 35%;
    width: 14vw;
}

/* Category 3 (5 items) */
.c3-1 {
    top: 8%;
    left: 8%;
    width: 15vw;
}

.c3-2 {
    top: 22%;
    left: 45%;
    width: 17vw;
}

.c3-3 {
    top: 48%;
    left: 8%;
    width: 18vw;
}

.c3-4 {
    top: 75%;
    left: 45%;
    width: 17vw;
}

.c3-5 {
    top: 68%;
    left: 12%;
    width: 16vw;
}

/* Category 4 (7 items) */
.c4-1 {
    top: 5%;
    left: 55%;
    width: 14vw;
}

.c4-2 {
    top: 25%;
    left: 5%;
    width: 13vw;
}

.c4-3 {
    top: 45%;
    left: 60%;
    width: 16vw;
}

.c4-4 {
    top: 60%;
    left: 8%;
    width: 14vw;
}

.c4-5 {
    top: 75%;
    left: 50%;
    width: 17vw;
}

.c4-6 {
    top: 15%;
    left: 25%;
    width: 15vw;
}

.c4-7 {
    top: 80%;
    left: 25%;
    width: 13vw;
}

/* Category 5 (7 items) */
.c5-1 {
    top: 15%;
    left: 10%;
    width: 16vw;
}

.c5-2 {
    top: 30%;
    left: 55%;
    width: 20vw;
}

.c5-3 {
    top: 60%;
    left: 8%;
    width: 14vw;
}

.c5-4 {
    top: 75%;
    left: 50%;
    width: 18vw;
}

.c5-5 {
    top: 5%;
    left: 40%;
    width: 14vw;
}

.c5-6 {
    top: 50%;
    left: 30%;
    width: 15vw;
}

.c5-7 {
    top: 85%;
    left: 25%;
    width: 17vw;
}

/* Category 6 (6 items) */
.c6-1 {
    top: 10%;
    left: 60%;
    width: 20vw;
}

.c6-2 {
    top: 25%;
    left: 8%;
    width: 16vw;
}

.c6-3 {
    top: 55%;
    left: 65%;
    width: 14vw;
}

.c6-4 {
    top: 70%;
    left: 12%;
    width: 18vw;
}

.c6-5 {
    top: 40%;
    left: 35%;
    width: 15vw;
}

.c6-6 {
    top: 85%;
    left: 40%;
    width: 19vw;
}

/* Category 7 (7 items) */
.c7-1 {
    top: 15%;
    left: 8%;
    width: 18vw;
}

.c7-2 {
    top: 15%;
    left: 55%;
    width: 16vw;
}

.c7-3 {
    top: 50%;
    left: 5%;
    width: 14vw;
}

.c7-4 {
    top: 60%;
    left: 60%;
    width: 20vw;
}

.c7-5 {
    top: 40%;
    left: 30%;
    width: 14vw;
}

.c7-6 {
    top: 85%;
    left: 20%;
    width: 17vw;
}

.c7-7 {
    top: 85%;
    left: 20%;
    width: 17vw;
}

/* Category 8 (7 items) */
.c8-1 {
    top: 10%;
    left: 55%;
    width: 16vw;
}

.c8-2 {
    top: 30%;
    left: 8%;
    width: 20vw;
}

.c8-3 {
    top: 55%;
    left: 65%;
    width: 14vw;
}

.c8-4 {
    top: 75%;
    left: 12%;
    width: 18vw;
}

.c8-5 {
    top: 5%;
    left: 30%;
    width: 15vw;
}

.c8-6 {
    top: 45%;
    left: 40%;
    width: 14vw;
}

.c8-7 {
    top: 85%;
    left: 45%;
    width: 17vw;
}


/* ========================================================================== */

.product-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
}

/* Asimetrik yerleşimler - Pushed to edges */
.product-wrapper.left-align {
    justify-content: flex-start;
    padding-left: 3vw;
}

.product-wrapper.right-align {
    justify-content: flex-end;
    padding-right: 3vw;
}


/* Bilgi Kartı - Distinct Floating Layer */
.product-info-card {
    width: 350px;
    background: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 24px;
    position: relative;
    z-index: 10;
    will-change: transform, opacity;
    box-shadow: 0 35px 70px rgba(10, 46, 92, 0.16), 0 15px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(10, 46, 92, 0.08);
}


.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.card-icon {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: rgba(10, 46, 92, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
}

.card-icon svg {
    width: 20px;
    height: 20px;
}

.product-index {
    font-family: monospace;
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-secondary);
    letter-spacing: 0.1em;
}

.product-info-card h2 {
    font-size: 1.5rem;
    /* Reduced from 1.8rem */
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--color-primary);
    line-height: 1.2;
}

.product-info-card p {
    color: var(--color-text-muted);
    line-height: 1.5;
    font-size: 0.95rem;
    /* Reduced from 1.05rem */
    margin-bottom: 1.5rem;
}

/* Ürün Özellikleri Listesi */
.product-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.product-features li {
    display: flex;
    align-items: flex-start;
    color: #444;
    font-size: 0.9rem;
    /* Reduced from 1rem */
    font-weight: 500;
    line-height: 1.4;
}

.product-features li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--color-secondary);
    margin-top: 6px;
    margin-right: 10px;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 992px) {

    .product-wrapper.left-align,
    .product-wrapper.right-align {
        justify-content: center;
        padding: 0;
    }

    .product-info-card {
        width: 90%;
        padding: 2.5rem 2rem;
        margin-top: 20vh;
        /* Resimlerin arkadan akabilmesi için boşluk */
    }

    .float-item {
        width: 30vw !important;
        /* Resimleri mobilde orantılı büyült */
    }

    .hero-title {
        font-size: 3rem;
    }

    .premium-product-section {
        min-height: auto;
        padding: 10vh 0 20vh 0;
    }
}

@media (max-width: 576px) {
    .product-info-card {
        width: 100%;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .float-item {
        width: 40vw !important;
    }
}