/* İlham galerisi & detay */
.ilham-gallery__hero {
  text-align: center;
  padding: 2rem 0 1.5rem;
}

.ilham-gallery__eyebrow {
  color: #45b8ac;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.ilham-gallery__hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.ilham-gallery__lead {
  color: #64748b;
  max-width: 36rem;
  margin: 0 auto;
}

.ilham-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.ilham-gallery__grid--compact {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.ilham-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ilham-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.ilham-card__media {
  display: block;
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.ilham-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ilham-card__platform {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  background: rgba(15, 23, 42, 0.75);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
}

.ilham-card__body {
  padding: 1rem;
}

.ilham-card__title {
  font-size: 1.05rem;
  margin: 0 0 0.35rem;
}

.ilham-card__title a {
  color: #0f172a;
  text-decoration: none;
}

.ilham-card__products {
  display: inline-block;
  font-size: 0.8125rem;
  color: #45b8ac;
  font-weight: 600;
  margin-top: 0.5rem;
}

.ilham-card--compact {
  text-decoration: none;
  color: inherit;
  padding: 0;
}

.ilham-card--compact img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.ilham-card--compact span {
  display: block;
  padding: 0.65rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.ilham-gallery__pagination {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.ilham-gallery__page {
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  color: #475569;
}

.ilham-gallery__page.is-active,
.ilham-gallery__page:hover {
  background: #45b8ac;
  border-color: #45b8ac;
  color: #fff;
}

/* Örnek içerikler bölümü */
.ilham-samples {
  margin-top: 1rem;
  padding-top: 2.5rem;
  border-top: 2px solid #e2e8f0;
}

.ilham-samples__header {
  text-align: center;
  margin-bottom: 2rem;
}

.ilham-samples__title {
  font-size: clamp(1.35rem, 3.5vw, 1.875rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.ilham-samples__lead {
  color: #64748b;
  max-width: 38rem;
  margin: 0 auto;
  font-size: 0.9375rem;
}

/* Empty state */
.ilham-gallery__empty {
  margin: 0.5rem 0 2rem;
  background: linear-gradient(165deg, #ffffff 0%, #f0fdfa 45%, #ecfdf5 100%);
  border: 1px solid #cce8e4;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(69, 184, 172, 0.1);
}

.ilham-empty__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
}

.ilham-empty__tile {
  position: absolute;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(69, 184, 172, 0.18) 0%, rgba(136, 176, 75, 0.12) 100%);
  border: 1px solid rgba(69, 184, 172, 0.15);
}

.ilham-empty__tile--1 { width: 88px; height: 110px; top: 8%; left: 6%; transform: rotate(-6deg); }
.ilham-empty__tile--2 { width: 72px; height: 90px; top: 14%; right: 8%; transform: rotate(8deg); }
.ilham-empty__tile--3 { width: 64px; height: 80px; bottom: 18%; left: 10%; transform: rotate(5deg); }
.ilham-empty__tile--4 { width: 96px; height: 72px; bottom: 12%; right: 6%; transform: rotate(-4deg); }
.ilham-empty__tile--5 { width: 56px; height: 70px; top: 42%; left: 3%; transform: rotate(-10deg); opacity: 0.7; }
.ilham-empty__tile--6 { width: 60px; height: 76px; top: 38%; right: 4%; transform: rotate(12deg); opacity: 0.7; }

.ilham-empty__content {
  position: relative;
  z-index: 1;
  max-width: 32rem;
  margin: 0 auto;
}

.ilham-empty__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.85rem;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2d6b64;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(69, 184, 172, 0.35);
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(69, 184, 172, 0.12);
}

.ilham-empty__icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  color: #45b8ac;
  background: linear-gradient(135deg, rgba(69, 184, 172, 0.2) 0%, rgba(136, 176, 75, 0.15) 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(69, 184, 172, 0.08), 0 8px 24px rgba(69, 184, 172, 0.18);
  animation: ilham-empty-pulse 3s ease-in-out infinite;
}

@keyframes ilham-empty-pulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(69, 184, 172, 0.08), 0 8px 24px rgba(69, 184, 172, 0.18); }
  50% { box-shadow: 0 0 0 12px rgba(69, 184, 172, 0.04), 0 10px 32px rgba(69, 184, 172, 0.22); }
}

.ilham-empty__title {
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.75rem;
}

.ilham-empty__text {
  color: #64748b;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0 auto 1.5rem;
}

.ilham-empty__features {
  list-style: none;
  padding: 0;
  margin: 0 auto 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 20rem;
}

.ilham-empty__features li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #475569;
  font-weight: 500;
}

.ilham-empty__features i {
  color: #45b8ac;
  font-size: 1rem;
}

.ilham-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.ilham-empty__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.35rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none !important;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ilham-empty__btn--primary {
  background: linear-gradient(135deg, #45b8ac 0%, #5ec4b8 100%);
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(69, 184, 172, 0.35);
}

.ilham-empty__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(69, 184, 172, 0.4);
  color: #fff !important;
}

.ilham-empty__btn--outline {
  background: rgba(255, 255, 255, 0.9);
  color: #2d6b64 !important;
  border: 2px solid #45b8ac;
}

.ilham-empty__btn--outline:hover {
  background: #fff;
  transform: translateY(-2px);
  color: #1e524c !important;
}

@media (max-width: 575px) {
  .ilham-gallery__empty {
    padding: 2.5rem 1rem 3rem;
  }

  .ilham-empty__tile--5,
  .ilham-empty__tile--6 {
    display: none;
  }
}

/* Legal footer */
.ilham-gallery__legal {
  text-align: center;
  margin-top: 2.5rem;
  padding-top: 0.5rem;
}

.ilham-gallery__legal-text {
  display: inline-block;
  max-width: 38rem;
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

.ilham-gallery__legal-text i {
  color: #45b8ac;
  margin-right: 0.25rem;
  vertical-align: -0.1em;
}

.ilham-gallery__legal-text a {
  color: #45b8ac;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.ilham-gallery__legal-text a:hover {
  text-decoration: underline;
}

/* Detay */
.ilham-detail__breadcrumb a {
  color: #45b8ac;
}

.ilham-detail__figure {
  margin: 0 0 1.5rem;
  border-radius: 14px;
  overflow: hidden;
  background: #f1f5f9;
}

.ilham-detail__figure img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  display: block;
}

.ilham-detail__caption {
  padding: 0.65rem 1rem;
  background: #f8fafc;
  font-size: 0.875rem;
  margin: 0;
  border-top: 1px solid #e2e8f0;
}

.ilham-detail__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.ilham-detail__commentary {
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 1.25rem 0;
}

.ilham-detail__commentary img {
  max-width: 100%;
  height: auto;
}

.ilham-detail__disclaimer {
  padding: 0.75rem 1rem;
  background: #f0fdfa;
  border-radius: 10px;
  border: 1px solid #99f6e4;
}

.ilham-detail__section-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
}

.ilham-detail__products .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.ilham-detail__products .col,
.ilham-detail__products [class*="col-"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
