/* ================================================
   products-premium.css — products-premium.php için
   Accent renk: #e20613
   ================================================ */

/* ===== HERO ===== */
.page-hero {
    min-height: 420px;
    background: #111;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 140px 40px 80px;
}

.premium-hero-bg {
    background: linear-gradient(135deg, #0f0005 0%, #1a0505 50%, #111 100%);
}

.page-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.5) 100%);
    z-index: 1;
}

.page-hero-blob {
    position: absolute; top: -60px; right: -60px;
    width: 420px; height: 420px; z-index: 2; pointer-events: none;
}

.page-hero-content {
    position: relative; z-index: 3;
    max-width: 1200px; margin: 0 auto; width: 100%;
    animation: pgFadeUp 0.7s ease both;
}

.page-hero-tag {
    display: inline-block;
    background: rgba(226,6,19,0.15);
    border: 1px solid rgba(226,6,19,0.35);
    color: #e20613; font-size: 11px; font-weight: 700;
    letter-spacing: 3px; padding: 6px 18px;
    border-radius: 20px; margin-bottom: 18px; text-transform: uppercase;
}

.page-hero-content h1 {
    font-size: clamp(30px, 5vw, 58px); font-weight: 700;
    color: #fff; line-height: 1.15; margin-bottom: 14px;
}
.page-hero-content h1 span { color: #e20613; }

.page-hero-content > p {
    color: rgba(255,255,255,0.6); font-size: 16px;
    max-width: 520px; line-height: 1.7; margin-bottom: 22px;
}

.page-breadcrumb {
    display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
}
.page-breadcrumb a { color: rgba(255,255,255,0.4); font-size: 13px; text-decoration: none; transition: color .2s; }
.page-breadcrumb a:hover { color: #e20613; }
.page-breadcrumb i { color: rgba(255,255,255,0.2); font-size: 10px; }
.page-breadcrumb span { color: #fff; font-size: 13px; font-weight: 500; }

/* ===== INTRO SECTION ===== */
.page-intro-section {
    padding: 70px 40px 50px;
    text-align: center;
    background: #fff;
}
.page-intro-inner {
    max-width: 760px; margin: 0 auto;
}

.page-section-tag {
    display: inline-block; color: #e20613;
    font-size: 11px; font-weight: 700; letter-spacing: 3px;
    text-transform: uppercase; margin-bottom: 14px;
    padding-left: 22px; position: relative;
}
.page-section-tag::before {
    content: ''; position: absolute; left: 0; top: 50%;
    transform: translateY(-50%); width: 14px; height: 2px; background: #e20613;
}

.page-intro-inner h2 {
    font-size: clamp(24px, 3.5vw, 38px); font-weight: 700;
    margin-bottom: 16px; color: #1a1a1a; line-height: 1.2;
}
.page-intro-inner h2 span { color: #e20613; }
.page-intro-inner p { color: #666; font-size: 15px; line-height: 1.75; }

/* ===== ITEMS GRID ===== */
.page-items-section {
    padding: 30px 40px 80px;
    background: #f8f8f8;
}
.page-items-inner {
    max-width: 1280px; margin: 0 auto;
}

.page-items-title {
    text-align: center; font-size: 11px; font-weight: 700;
    letter-spacing: 3px; color: #999; text-transform: uppercase;
    margin-bottom: 30px;
}

.page-items-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.page-item-card {
    background: #fff; border-radius: 20px; padding: 28px 22px;
    border: 1px solid #e8e8e8; transition: all .35s;
    position: relative; overflow: hidden;
    animation: pgFadeUp 0.6s calc(var(--delay, 0s)) ease both;
}

.page-item-card::before {
    content: ''; position: absolute;
    bottom: -40px; right: -30px;
    width: 100px; height: 100px;
    background: rgba(226,6,19,0.04); border-radius: 50%; transition: all .4s;
}

.page-item-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.09);
    border-color: rgba(226,6,19,0.2);
}
.page-item-card:hover::before { width: 180px; height: 180px; background: rgba(226,6,19,0.07); }

.pic-icon-wrap {
    width: 52px; height: 52px;
    background: rgba(226,6,19,0.1); border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    color: #e20613; font-size: 20px; margin-bottom: 14px; transition: all .3s;
}
.page-item-card:hover .pic-icon-wrap { background: #e20613; color: #fff; transform: rotate(-5deg) scale(1.08); }

.pic-badge {
    display: inline-block;
    background: rgba(226,6,19,0.1);
    color: #e20613; font-size: 10px; font-weight: 700;
    letter-spacing: 1px; padding: 3px 10px; border-radius: 20px;
    margin-bottom: 10px; text-transform: uppercase;
}

.page-item-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; color: #1a1a1a; }
.page-item-card p { font-size: 13px; color: #777; line-height: 1.7; }

/* ===== CTA ===== */
.page-cta-section {
    padding: 50px 40px;
    background: #fff; border-top: 1px solid #e8e8e8;
}
.page-cta-inner {
    max-width: 1200px; margin: 0 auto;
    display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}

.btn-page {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 13px 28px; border-radius: 11px;
    font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600;
    text-decoration: none; transition: all .3s;
}
.primary-btn-page {
    background: #e20613; color: #fff; border: 2px solid #e20613;
}
.primary-btn-page:hover {
    background: rgba(226,6,19,0.8); border-color: rgba(226,6,19,0.8);
    transform: translateY(-2px); box-shadow: 0 10px 25px rgba(226,6,19,0.3);
}
.outline-btn-page {
    background: transparent; color: #1a1a1a; border: 2px solid #d0d0d0;
}
.outline-btn-page:hover { border-color: #e20613; color: #e20613; transform: translateY(-2px); }

/* ===== ANİMASYON ===== */
@keyframes pgFadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSİVE ===== */
@media (max-width: 1024px) {
    .page-items-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .page-hero { padding: 110px 20px 60px; min-height: 360px; }
    .page-intro-section { padding: 50px 20px 30px; }
    .page-items-section { padding: 20px 20px 50px; }
    .page-cta-section { padding: 36px 20px; }
    .page-items-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .page-cta-inner { flex-direction: column; align-items: center; }
    .btn-page { width: 100%; justify-content: center; }
}
