.pp-body { margin: 0; background: #f8fafc; color: #0f172a; }
/* Sabit nav (72px) altında kalmaması için margin-top yerine main padding (margin collapse yok) */
.pp-body > main#main {
    display: block;
    width: 100%;
    padding-top: 72px;
    box-sizing: border-box;
}
.pp-hero-section { padding-top: 28px; padding-bottom: 56px; }
.pp-wrap { max-width: 1240px; margin: 0 auto; }

/* Üst hero bandı (CyberNews haber referansı ile uyumlu) — AOS kullanma; ilk blokta opacity:0 kalabiliyor */
.pp-page-hero-banner {
    position: relative;
    overflow: hidden;
    margin: 0 0 1.75rem;
    padding: clamp(2.5rem, 5vw, 3.75rem) clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem);
    border-radius: 0 0 20px 20px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.2);
}
.pp-page-hero-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" opacity="0.06"><path fill="%23ffffff" d="M0,0L1000,0L1000,1000L0,1000L0,0Z M500,500L250,750L500,1000L750,750L500,500Z"/></svg>');
    background-size: cover;
    pointer-events: none;
}
.pp-page-hero-banner::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.12) 0%, transparent 68%);
    animation: ppPageHeroRotate 22s linear infinite;
    pointer-events: none;
}
@keyframes ppPageHeroRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.pp-page-hero-content {
    position: relative;
    z-index: 2;
    max-width: 52rem;
    margin: 0 auto;
    text-align: center;
}
.pp-page-hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #60a5fa;
    background: rgba(59, 130, 246, 0.18);
    border: 1px solid rgba(59, 130, 246, 0.35);
    margin-bottom: 1rem;
}
.pp-page-hero-badge i { flex-shrink: 0; }
.pp-page-hero-title {
    margin: 0 0 1rem;
    font-family: 'Barlow Condensed', system-ui, sans-serif;
    font-size: clamp(2rem, 4.2vw, 3rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.02em;
}
.pp-page-hero-gradient {
    background: linear-gradient(135deg, #60a5fa, #a78bfa);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.pp-page-hero-desc {
    margin: 0 auto 1.75rem;
    max-width: 38rem;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #94a3b8;
}
.pp-page-hero-desc strong { color: #e2e8f0; }
.pp-page-hero-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(1.5rem, 4vw, 3rem);
}
.pp-page-hero-stat { text-align: center; min-width: 5rem; }
.pp-page-hero-stat-value {
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}
.pp-page-hero-stat-label {
    font-size: 0.65rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 0.25rem;
}

.pp-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 20px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}
.pp-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.pp-chip {
    border: 1px solid #dbe4f0;
    background: #fff;
    color: #334155;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}
.pp-chip:hover { border-color: #93c5fd; color: #1d4ed8; }
.pp-chip.is-active { background: #1d4ed8; color: #fff; border-color: #1d4ed8; }

.pp-search {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #dbe4f0;
    border-radius: 999px;
    padding: 8px 12px;
    min-width: min(360px, 100%);
}
.pp-search i { width: 16px; height: 16px; color: #64748b; }
.pp-search input { border: none; outline: none; background: transparent; width: 100%; font-size: 0.88rem; color: #0f172a; }

.pp-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pp-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.pp-card__media {
    position: relative;
    height: 148px;
    background: linear-gradient(135deg, #eff6ff 0%, #e0e7ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.pp-card__media--photo { background: #e2e8f0; }
.pp-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pp-card__icon { position: relative; z-index: 0; }
.pp-card__badge {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #1d4ed8;
    color: #fff;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 0.68rem;
    font-weight: 700;
}
.pp-card__icon i { width: 34px; height: 34px; color: #4f46e5; }
.pp-card__body { padding: 16px; flex: 1 1 auto; }
.pp-card__cat {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1d4ed8;
    font-weight: 800;
}
.pp-card h3 {
    margin: 8px 0 10px;
    font-size: clamp(1.02rem, 1.4vw, 1.16rem);
    line-height: 1.35;
    color: #0f172a;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pp-card p { margin: 0 0 12px; font-size: 0.87rem; line-height: 1.52; color: #64748b; min-height: 64px; }
.pp-card__meta {
    border-top: 1px solid #e2e8f0;
    padding-top: 10px;
    display: grid;
    gap: 8px;
}
.pp-card__mail, .pp-card__org {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #475569;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pp-card__mail i, .pp-card__org i { width: 14px; height: 14px; flex-shrink: 0; }
.pp-card__actions { padding: 0 16px 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pp-btn {
    text-align: center;
    border: 1px solid #d1d9e8;
    border-radius: 999px;
    padding: 10px 12px;
    text-decoration: none;
    color: #334155;
    font-size: 0.8rem;
    font-weight: 700;
    background: #fff;
}
.pp-btn--primary { background: linear-gradient(90deg, #2563eb, #5b4bdb); color: #fff; border-color: transparent; }
.pp-btn--disabled { opacity: 0.6; cursor: default; user-select: none; }
.pp-empty {
    grid-column: 1 / -1;
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    padding: 18px;
    text-align: center;
    color: #64748b;
}
.pp-empty--filtered { margin-top: 14px; }

/* Katalog sayfası: öne çıkan kategoriler */
.pp-spotlight {
    margin: 28px 0 40px;
}
.pp-spotlight__title {
    margin: 0;
    font-size: clamp(1.15rem, 1.8vw, 1.35rem);
    font-weight: 800;
    color: #1e3a8a;
    letter-spacing: -0.02em;
}
.pp-spotlight__sub {
    margin: 6px 0 0;
    font-size: 0.9rem;
    color: #64748b;
}
.pp-spotlight__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.pp-cat-card {
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 16px;
    padding: 18px 18px 16px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.pp-cat-card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 14px 36px rgba(37, 99, 235, 0.12);
    transform: translateY(-2px);
}
.pp-cat-card__icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(145deg, #eff6ff 0%, #e0f2fe 100%);
    border: 1px solid #dbeafe;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
}
.pp-cat-card__icon-wrap i { width: 22px; height: 22px; }
.pp-cat-card__name {
    margin: 14px 0 8px;
    font-size: 1.02rem;
    font-weight: 800;
    color: #1e3a8a;
    line-height: 1.3;
}
.pp-cat-card__desc {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.5;
    color: #64748b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    flex: 1 1 auto;
}
.pp-cat-card__foot {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.8rem;
    color: #475569;
}
.pp-cat-card__count,
.pp-cat-card__rate {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}
.pp-cat-card__rate { color: #b45309; font-weight: 700; }
.pp-cat-card__rate i { color: #eab308; }

.pp-all-products { margin-top: 8px; }
.pp-all-products__head { margin-bottom: 18px; }
.pp-all-products__title {
    margin: 0;
    font-size: clamp(1.15rem, 1.8vw, 1.35rem);
    font-weight: 800;
    color: #1e3a8a;
}
.pp-all-products__sub {
    margin: 6px 0 0;
    font-size: 0.9rem;
    color: #64748b;
}

.pp-card__rating {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #1d4ed8;
    color: #fff;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.72rem;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(29, 78, 216, 0.35);
}
.pp-card__rating i { width: 12px; height: 12px; color: #fde047; flex-shrink: 0; }
.pp-card__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 16px 14px;
    border-top: 1px solid #e2e8f0;
    margin-top: 0;
}
.pp-card__price {
    font-size: 0.82rem;
    font-weight: 800;
    color: #1d4ed8;
}
.pp-card__demo {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #1d4ed8;
    text-decoration: none;
}
.pp-card__demo:hover { text-decoration: underline; }
.pp-card__demo i { width: 16px; height: 16px; flex-shrink: 0; }
.pp-card__demo--muted {
    color: #94a3b8;
    font-weight: 600;
    cursor: default;
}
.pp-card__actions {
    grid-template-columns: 1fr;
    padding-top: 0;
}

/* Ürünler sayfası: nav yüksekliği (tipografi landing.css = index ile aynı) */
.landing-nav { min-height: 72px; }
.landing-nav .landing-nav__inner { min-height: 72px; }

@media (max-width: 1100px) {
    .pp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pp-spotlight__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .pp-grid { grid-template-columns: 1fr; }
    .pp-toolbar { align-items: stretch; }
    .pp-search { min-width: 100%; }
    .pp-hero-section { padding-top: 82px; }
    .landing-logo__icon { width: 38px; height: 38px; }
    .landing-logo__tagline { display: none; }
}
@media (max-width: 520px) {
    .pp-spotlight__grid { grid-template-columns: 1fr; }
}
