/* ============================================================
   Endüstrilerimiz – Modern arayüz (liste + detay)
   ============================================================ */

.industries-page { padding-top: 0; }

/* ----- Liste sayfası: Hero ----- */
.industries-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  padding: 160px 0 100px;
  overflow: hidden;
}
.industries-hero-bg {
  position: absolute;
  inset: 0;
  background: #0f0f1a url(../images/photos/contact-cover.png) center center no-repeat;
  background-size: cover;
  z-index: 0;
}
.industries-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(80,76,229,0.92) 0%, rgba(15,15,26,0.88) 100%);
  z-index: 1;
}
.industries-hero .container { position: relative; z-index: 2; }
.industries-hero-inner { text-align: center; max-width: 720px; margin: 0 auto; }
.industries-hero-badge {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.95);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 100px;
  margin-bottom: 20px;
}
.industries-hero-title {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.industries-hero-desc {
  font-size: 18px;
  color: rgba(255,255,255,0.88);
  max-width: 560px;
  margin: 0 auto 32px;
  line-height: 1.65;
}
.industries-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: #fff;
  color: #504CE5;
  font-weight: 700;
  font-size: 15px;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  text-decoration: none;
}
.industries-hero-cta:hover {
  background: #f0eeff;
  color: #4340c8;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.25);
}
.industries-hero-cta i { font-size: 14px; }
.industries-breadcrumb {
  margin-top: 40px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.industries-breadcrumb li a { color: rgba(255,255,255,0.9); text-decoration: none; }
.industries-breadcrumb li.active { color: rgba(255,255,255,0.6); }
.industries-breadcrumb li:not(:last-child)::after { content: "›"; margin-left: 8px; opacity: 0.6; }

/* ----- Liste: İstatistik şeridi ----- */
.industries-stats {
  padding: 40px 0;
  background: #fff;
  border-bottom: 1px solid #e8ecf1;
}
.industries-stats .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px 64px;
  max-width: 720px;
  margin: 0 auto;
}
.industries-stat {
  text-align: center;
}
.industries-stat-value {
  font-size: 32px;
  font-weight: 800;
  color: #504CE5;
  line-height: 1.2;
  margin-bottom: 4px;
}
.industries-stat-label {
  font-size: 14px;
  color: #5c6f82;
  font-weight: 500;
}

/* ----- Liste: Intro ----- */
.industries-intro {
  padding: 56px 0 40px;
  background: #fff;
}
.industries-intro .container { max-width: 800px; }
.industries-section-title {
  font-size: 30px;
  font-weight: 800;
  color: #1e2a38;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.industries-section-desc {
  font-size: 17px;
  color: #5c6f82;
  text-align: center;
  line-height: 1.75;
  margin: 0;
}

/* ----- Liste: Kart grid (görselli, modern) ----- */
.industries-grid-section { padding: 24px 0 96px; background: #f8fafc; }
.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 28px;
  margin-top: 48px;
}
.industry-card {
  display: block;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e8ecf1;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: inherit;
}
.industry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 56px rgba(80,76,229,0.15);
  border-color: rgba(80,76,229,0.25);
}
.industry-card-image {
  height: 180px;
  background-size: cover;
  background-position: center;
  background-color: #504CE5;
  position: relative;
}
.industry-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, transparent 50%);
  pointer-events: none;
}
.industry-card-body { padding: 28px 26px 24px; }
.industry-card-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #504CE5 0%, #3d3ab0 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 8px 24px rgba(80,76,229,0.35);
}
.industry-card-icon i { font-size: 22px; color: #fff; }
.industry-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1e2a38;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.industry-card p {
  font-size: 15px;
  color: #5c6f82;
  line-height: 1.6;
  margin: 0 0 18px;
}
.industry-card-link {
  font-size: 14px;
  font-weight: 700;
  color: #504CE5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.industry-card:hover .industry-card-link { color: #4340c8; }
.industry-card-link i { font-size: 12px; transition: transform 0.25s ease; }
.industry-card:hover .industry-card-link i { transform: translateX(4px); }

/* ----- Liste: CTA ----- */
.industries-cta {
  padding: 72px 0;
  background: linear-gradient(135deg, #504CE5 0%, #3d3ab0 100%);
  position: relative;
  overflow: hidden;
}
.industries-cta::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.industries-cta-inner { text-align: center; position: relative; z-index: 1; }
.industries-cta-inner h2 {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.industries-cta-inner p {
  font-size: 17px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 28px;
}
.btn-industries-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: #fff;
  color: #504CE5;
  font-weight: 700;
  font-size: 15px;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}
.btn-industries-cta:hover { background: #f5f4ff; color: #4340c8; transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,0.2); }

/* ========== DETAY SAYFASI ========== */
.industry-detail-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 140px 0 72px;
  overflow: hidden;
}
.industry-detail-hero-bg {
  position: absolute;
  inset: 0;
  background: #1e2a38 center center no-repeat;
  background-size: cover;
  z-index: 0;
}
.industry-detail-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(80,76,229,0.9) 0%, rgba(30,42,56,0.88) 100%);
  z-index: 1;
}
.industry-detail-hero .container { position: relative; z-index: 2; }
.industry-detail-hero h1 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
}
.industry-detail-hero .breadcrumb-detail {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
}
.breadcrumb-detail li { display: inline; }
.breadcrumb-detail li:not(:last-child)::after { content: " › "; opacity: 0.7; }
.breadcrumb-detail a { color: rgba(255,255,255,0.95); text-decoration: none; }

/* Detay: İçerik alanı */
.industry-detail-content { padding: 56px 0 32px; background: #fff; }
.industry-detail-content .container { max-width: 100%; }
.industry-detail-content .content-inner { max-width: 800px; margin: 0 auto; }
.industry-detail-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1e2a38;
  margin-top: 40px;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.industry-detail-content h2:first-child { margin-top: 0; }
.industry-detail-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}
.industry-detail-content ul {
  margin: 0 0 24px;
  padding-left: 24px;
  color: #444;
  line-height: 1.85;
}

/* Detay: Öne çıkan veri kutusu (opsiyonel) */
.industry-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 36px 0 40px;
}
.industry-highlight {
  background: linear-gradient(135deg, #f8fafc 0%, #f0f4f8 100%);
  border: 1px solid #e8ecf1;
  border-radius: 14px;
  padding: 20px 22px;
  text-align: center;
}
.industry-highlight-value { font-size: 22px; font-weight: 800; color: #504CE5; margin-bottom: 4px; }
.industry-highlight-label { font-size: 13px; color: #5c6f82; font-weight: 500; }

/* Detay: Ürün aileleri bölümü */
.industry-products-section {
  padding: 64px 0 72px;
  background: linear-gradient(180deg, #f8fafc 0%, #f0f4f8 100%);
}
.industry-products-section .container { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.industry-products-title {
  font-size: 28px;
  font-weight: 800;
  color: #1e2a38;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.industry-products-desc {
  font-size: 16px;
  color: #5c6f82;
  margin-bottom: 36px;
  line-height: 1.65;
}
.industry-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 22px;
}
.industry-product-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  padding: 26px 24px;
  border: 1px solid #e8ecf1;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: inherit;
}
.industry-product-card:hover {
  border-color: rgba(80,76,229,0.3);
  box-shadow: 0 12px 40px rgba(80,76,229,0.12);
  transform: translateY(-4px);
}
.industry-product-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #504CE5 0%, #3d3ab0 100%);
  color: #fff;
  border-radius: 12px;
  font-size: 20px;
  margin-bottom: 16px;
  box-shadow: 0 6px 20px rgba(80,76,229,0.3);
}
.industry-product-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: #1e2a38;
  margin: 0 0 8px;
}
.industry-product-card span {
  font-size: 13px;
  color: #504CE5;
  font-weight: 600;
}
.industry-product-card:hover span { color: #4340c8; }

/* Detay: CTA kutusu */
.industry-detail-content .detail-cta {
  margin-top: 52px;
  padding: 40px 36px;
  background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
  border-radius: 20px;
  text-align: center;
  border: 1px solid #e8ecf1;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}
.detail-cta h3 { font-size: 22px; font-weight: 700; color: #1e2a38; margin-bottom: 12px; letter-spacing: -0.02em; }
.detail-cta p { margin-bottom: 24px; font-size: 16px; color: #5c6f82; }
.detail-cta .btn-detail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: #504CE5;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(80,76,229,0.35);
}
.detail-cta .btn-detail:hover { background: #4340c8; color: #fff; transform: translateY(-3px); box-shadow: 0 12px 36px rgba(80,76,229,0.4); }

/* Responsive */
@media (max-width: 992px) {
  .industries-grid { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
}
@media (max-width: 768px) {
  .industries-hero { min-height: 400px; padding: 120px 0 80px; }
  .industries-hero-title { font-size: 30px; }
  .industries-hero-desc { font-size: 16px; }
  .industries-stats .container { gap: 32px 40px; }
  .industries-stat-value { font-size: 26px; }
  .industries-section-title { font-size: 24px; }
  .industries-grid { grid-template-columns: 1fr; margin-top: 32px; }
  .industry-card-image { height: 160px; }
  .industry-detail-hero h1 { font-size: 30px; }
  .industry-products-grid { grid-template-columns: 1fr; }
  .industry-products-title { font-size: 24px; }
}
