/* -------- GENEL -------- */
body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f5f7fa;
}
.hero-link {
    display: block;
    text-decoration: none;
}

.hero-link img {
    display: block;
}

/* -------- HERO BANNER -------- */
.hero-banner {
    background: white ;
    padding: 80px 0;
    color: black ;
}

.hero-container {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
}

.hero-accent {
    width: 6px;
    height: 120px;
    background: #3a6aa3 ;
    opacity: 0.8;
}

.hero-content h1 {
    font-size: 42px;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
    font-weight: 700;
color: #3a6aa3;
}

.hero-content p {
    font-size: 16px;
    opacity: 0.85;
    max-width: 600px;
    color : #3a6aa3;
}

/* -------- PREMIUM FILTER -------- */
.premium-filter {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 60px 0;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 12px 26px;
    border-radius: 30px;
    border: 1px solid rgba(11,31,58,0.2);
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(8px);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.filter-btn:hover {
    background: #0b1f3a;
    color: #fff;
    transform: translateY(-2px);
}

.filter-btn.active {
    background: #0b1f3a;
    color: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

/* -------- GRID -------- */
.kategori-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 35px;
    width: 85%;
    max-width: 1200px;
    margin: 0 auto 100px auto;
}

.kategori-kutu {
    text-align: center;
    text-decoration: none;
    color: #222;
    transition: all 0.3s ease;
}

.kategori-kutu img {
    width: 100%;
    border-radius: 8px;
    transition: 0.3s ease;
}

.kategori-kutu span {
    display: block;
    margin-top: 14px;
    font-weight: 600;
}

.kategori-kutu:hover img {
    transform: scale(1.05);
}
.hero-secondary {
    background: white ;
}
.paralel-hero-full {
    display: flex;
    justify-content: center;
}

.paralel-stage {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
/* HERO görsellerini ortadaki boş alana al */
.paralel-stage {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.small-panels {
    margin-left: 0 !important;
    transform: none !important;
}

.small-panels .panel {
    transform: skewX(-12deg) !important;
}
/* SADECE sağ kaymayı düzelt, animasyonu bozma */
.small-panels .panel {
    transform: skewX(-12deg) translateX(0) !important;
}
/* Hero görsel kompozisyonunu ortala ve sabitle */
.paralel-stage {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    transform: translateX(-120px) translateY(-40px);
}


.small-panels {
    position: relative !important;
    left: 0 !important;
    margin-right: -120px; /* küçük panelleri büyük panelin içine yaklaştır */
}

.small-panels .panel {
    transform: skewX(-12deg) translateX(0) !important;
}

.big-panel {
    position: relative !important;
}
.small-panels {
    transform: translateX(-200px) !important;
}
#katiSabunGrid {
    margin-top: 80px;
}
.kategori-kutu{
    box-shadow: 0 35px 70px rgba(0,0,0,.12) !important;
    transition: .4s ease;
}

.kategori-kutu:hover{
    transform: translateY(-12px);
}
/* GRID AYARI */
.kategori-grid{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:60px; /* birbirine yaklaştırdık */
    margin-top:80px;
}

/* KART BÜYÜTME */
.kategori-kutu{
    width:460px;              /* büyüdü */
    max-width:none;           
    padding:60px 40px;        /* iç boşluk arttı */
    border-radius:34px;
    background:#ffffff;
    box-shadow:0 30px 70px rgba(0,0,0,.10);
    display:flex;
    flex-direction:column;
    align-items:center;
    text-decoration:none;
    transition:.35s ease;
}

/* Hover efekti */
.kategori-kutu:hover{
    transform:translateY(-12px);
    box-shadow:0 40px 90px rgba(0,0,0,.14);
}

/* Görsel büyütme */
.kategori-kutu img{
    width:90%;
    max-width:360px;
    margin-bottom:25px;
}

/* Başlık */
.kategori-kutu span{
    font-size:20px;
    font-weight:600;
    color:#2c3e50;
}
.kategori-kutu{
    width:460px;
    max-width:none;
}
.kategori-grid{
    display:grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap:60px;
    max-width:1400px;
    margin:0 auto;
}

.kategori-kutu{
    width:100% !important;
    max-width:none !important;
}
#katiSabunGrid{
    display:flex;
    justify-content:center;
    gap:80px;
    padding:80px 0;
    max-width:1400px;
    margin:0 auto;
}

#katiSabunGrid .kategori-kutu{
    width:420px !important;
    max-width:420px !important;
}
#katiSabunGrid{
    display:flex;
    justify-content:center;   /* YATAY ORTALAR */
    align-items:center;
    gap:100px;                /* İki kart arası boşluk */
    padding:100px 0;
}

#katiSabunGrid .kategori-kutu{
    width:440px !important;
}
#katiSabunGrid{
    display:flex !important;
    justify-content:center !important;
    align-items:center;
    gap:120px;           /* Kartlar arası boşluk */
    width:100%;
    margin:0 auto;
    padding:120px 0;
}

#katiSabunGrid .kategori-kutu{
    width:480px !important;
    max-width:none !important;
}
.kategori-grid{
    display:grid !important;
    grid-template-columns: repeat(2, 460px);
    justify-content:center;
    gap:100px 120px; /* satır / sütun boşluğu */
    padding:120px 0;
}

.kategori-kutu{
    width:460px !important;
    max-width:none !important;
}
.kategori-grid{
    display:flex !important;
    flex-wrap:wrap !important;
    justify-content:center !important;
    gap:100px !important;
    max-width:1100px;
    margin:120px auto;
}

.kategori-kutu{
    width:460px !important;
}
