/* Ürün kataloğu — ayrı stil dosyası (main.css ile birlikte) */
.products-hero{padding:6rem 0 3rem;text-align:center}
.products-hero__title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;margin-bottom:1rem}
.products-hero__title span{background:linear-gradient(135deg,#00d4ff,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.products-hero__subtitle{color:var(--color-text-muted);font-size:1.125rem;max-width:560px;margin:0 auto 1.5rem}
.products-hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}
.products-list-section{padding:0 0 6rem}
.products-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem}
.products-filters__item{padding:.75rem 1.25rem;font-size:.875rem;color:var(--color-text-muted);border-radius:999px;border:1px solid rgba(255,255,255,.06)}
.products-filters__item:hover,.products-filters__item.is-active{color:#050508;background:linear-gradient(135deg,#00d4ff,#8b5cf6);border-color:transparent}
.products-grid{display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.products-grid--3{grid-template-columns:repeat(3,1fr)}}
.product-card{border-radius:1rem;background:var(--color-bg-card);border:1px solid rgba(255,255,255,.06);overflow:hidden;transition:transform .2s,box-shadow .2s}
.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.4)}
.product-card__link{display:block;color:inherit;text-decoration:none}
.product-card__visual{aspect-ratio:4/3;background:var(--color-surface);position:relative;overflow:hidden}
.product-card__visual img{width:100%;height:100%;object-fit:cover}
.product-card__visual--placeholder{background:linear-gradient(135deg,rgba(0,212,255,.08),rgba(139,92,246,.08))}
.product-card__category{position:absolute;top:.75rem;left:.75rem;padding:.25rem .75rem;font-size:.75rem;background:rgba(0,0,0,.6);border-radius:999px}
.product-card__body{padding:1.5rem}
.product-card__sku{font-size:.75rem;color:var(--color-text-dim);display:block;margin-bottom:.5rem}
.product-card__title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}
.product-card__excerpt{font-size:.875rem;color:var(--color-text-muted);margin-bottom:.75rem}
.product-card__price{font-size:1.125rem;font-weight:700;color:#00d4ff;margin-bottom:.75rem}
.product-card__more{font-size:.875rem;color:#00d4ff;font-weight:500}
.product-card__actions{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 1.5rem 1.5rem;border-top:1px solid rgba(255,255,255,.06)}
.product-card__actions .btn--sm{padding:.5rem 1rem;font-size:.8125rem}
.products-hero__count{margin-top:.75rem;font-size:.9rem;color:rgba(255,255,255,.55)}
.products-load-sentinel{height:1px;margin:2rem 0}
.products-load-sentinel.is-loading{height:48px}
.products-load-status{text-align:center;font-size:.9rem;color:rgba(255,255,255,.6);margin:0 0 1rem}
.products-load-status--error{color:#f87171}
.products-load-actions{display:flex;justify-content:center;margin-bottom:1.5rem}
.products-pagination{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem}
.products-pagination__link{min-width:40px;height:40px;padding:0 .75rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;border:1px solid rgba(255,255,255,.06);font-size:.875rem}
.products-pagination__link--nav{min-width:auto}
.products-pagination__link.is-active{background:linear-gradient(135deg,#00d4ff,#8b5cf6);color:#050508}
.products-pagination__ellipsis{padding:0 .25rem;color:rgba(255,255,255,.4)}
.products-empty{text-align:center;color:var(--color-text-muted);padding:4rem 0}
.product-detail{padding:4rem 0 6rem}
.product-detail__layout{display:grid;gap:2.5rem}
@media(min-width:1024px){.product-detail__layout{grid-template-columns:1fr 1fr}}
.product-detail__media img{width:100%;border-radius:1rem;border:1px solid rgba(255,255,255,.06)}
.product-detail__placeholder{aspect-ratio:1;border-radius:1rem;background:var(--color-surface)}
.product-detail__category{font-size:.875rem;color:#00d4ff;font-weight:500}
.product-detail__title{font-size:clamp(2rem,4vw,2.5rem);font-weight:800;margin:.75rem 0}
.product-detail__sku{font-size:.875rem;color:var(--color-text-muted)}
.product-detail__price{font-size:1.5rem;font-weight:700;color:#00d4ff;margin:1rem 0}
.product-detail__lead{color:var(--color-text-muted);font-size:1.125rem;line-height:1.6}
.product-detail__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}
.product-detail__content{margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.06);line-height:1.7}
.product-breadcrumb{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.875rem;color:var(--color-text-muted);margin-bottom:2rem}
.product-specs{width:100%;margin-top:1.5rem;border-collapse:collapse;font-size:.875rem}
.product-specs th,.product-specs td{padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.06);text-align:left}
.product-specs th{color:var(--color-text-muted);width:40%}
.products-related{padding:4rem 0 6rem;border-top:1px solid rgba(255,255,255,.06)}
.products-related__title{font-size:1.5rem;font-weight:700;margin-bottom:2.5rem;text-align:center}
.products-silo{margin-bottom:4rem}
.products-silo__header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:2rem}
.products-silo__title{font-size:1.5rem;font-weight:700}
.products-silo__link{font-size:.875rem;color:#00d4ff;font-weight:500}
.product-detail__modules{margin-top:2rem}
.product-detail__modules-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}
.product-detail__modules-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}
.product-detail__modules-list li{padding:.75rem 1rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.03);font-size:.875rem}
.product-detail__price-box{margin-top:2rem;padding:1.5rem;border-radius:1rem;border:1px solid rgba(0,212,255,.35);background:linear-gradient(135deg,rgba(0,212,255,.08),transparent)}
.product-detail__price-label{font-size:.875rem;color:var(--color-text-muted);margin-bottom:.5rem}
.product-detail__price-value{font-size:1.875rem;font-weight:800;color:#00d4ff;margin-bottom:.5rem}
.product-detail__price-note{font-size:.875rem;color:var(--color-text-muted)}
.product-detail__lead{margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.06)}
.product-detail__lead-inner{max-width:720px;margin:0 auto}
.product-detail__lead-title{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;margin-bottom:1rem;text-align:center}
.product-detail__lead-text{text-align:center;color:var(--color-text-muted);margin-bottom:2.5rem}
