/**
 * Diamond Car — anasayfa (index) premium görünüm
 * Sadece body.page-home ile kapsamlı; diğer sayfalar etkilenmez.
 */

body.page-home {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: sans-serif;
}

:root {
  --dc-ink: #0c1222;
  --dc-ink-soft: #3a4556;
  --dc-mist: #f4f6fb;
  --dc-glass: rgba(255, 255, 255, 0.12);
  --dc-glass-strong: rgba(255, 255, 255, 0.2);
  --dc-accent: #fc0012;
  --dc-accent-glow: rgba(252, 0, 18, 0.45);
  --dc-radius-xl: 22px;
  --dc-radius-lg: 16px;
  --dc-shadow-soft: 0 4px 24px rgba(12, 18, 34, 0.06);
  --dc-shadow-lift: 0 20px 50px rgba(12, 18, 34, 0.12);
  /* Vitrin kartları — bayi ana sayfa ile uyumlu turuncu vurgu */
  --home-card-accent: #ffb020;
  --home-card-accent-d: #e69500;
  --home-card-steel: #1e293b;
  --home-card-dark: #0f172a;
}

/* ---------- Animasyonlar ---------- */
@keyframes dc-fade-up {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes dc-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes dc-gradient-move {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-home *,
  body.page-home *::before,
  body.page-home *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ---------- Üst bar & header ---------- */
body.page-home .at_topbar {
  background: linear-gradient(90deg, #fafbfc 0%, #ffffff 50%, #f6f8fc 100%) !important;
  border-bottom: 1px solid rgba(12, 18, 34, 0.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

body.page-home .at_topbar .tp-info p {
  color: var(--dc-ink-soft);
  font-weight: 500;
  letter-spacing: 0.01em;
}

body.page-home .header-style-one {
  backdrop-filter: saturate(1.2) blur(8px);
  -webkit-backdrop-filter: saturate(1.2) blur(8px);
  box-shadow: var(--dc-shadow-soft);
  border-bottom: 1px solid rgba(12, 18, 34, 0.05);
}

body.page-home .at_header_nav {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

/* ---------- Hero / slider — tam genişlik, kenar boşluksuz kaplama ---------- */
body.page-home .dealership-hero {
  isolation: isolate;
  z-index: 1;
  width: 100%;
  max-width: 100vw;
  margin-top: -150px;
  padding: 0 !important;
  overflow: hidden;
}

body.page-home .dealership-hero .at-hero-slider-wrapper.swiper {
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: clamp(420px, 82vh, 920px);
}

body.page-home .dealership-hero .swiper-wrapper {
  align-items: stretch;
  min-height: clamp(420px, 82vh, 920px);
}

body.page-home .dealership-hero .swiper-slide {
  min-height: clamp(420px, 82vh, 920px);
  height: auto !important;
  align-self: stretch;
}

body.page-home .dl-hero-single {
  position: relative;
  z-index: 1;
  min-height: clamp(420px, 82vh, 920px);
  height: 100%;
  padding: clamp(7rem, 12vw, 10rem) 0 clamp(4rem, 8vw, 6rem) !important;
  margin: 0 !important;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
}

/* Görsel/video: slider alanını her ekranda doldurur; oran korunur, taşan kırpılır (object-fit: cover) */
body.page-home .dl-hero-single .at-hero-banner {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 0;
  pointer-events: none;
  display: block !important;
  overflow: hidden;
}

body.page-home .dl-hero-single .at-hero-banner img,
body.page-home .dl-hero-single .at_hero_car,
body.page-home .dl-hero-single img.at_hero_car {
  position: absolute !important;
  inset: 0 !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  transform: none !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center;
  z-index: 0;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}

body.page-home .dl-hero-single .at-hero-banner img[style],
body.page-home .dl-hero-single img.at_hero_car[style] {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center;
  transform: none !important;
}

body.page-home .dl-hero-single .at-hero-banner video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center;
  z-index: 0;
}

/* Metin ve grid üstte kalsın; sağ sütun boşluğu olmasın */
body.page-home .dl-hero-single > .container {
  position: relative;
  z-index: 3;
  max-width: 100% !important;
  padding-left: clamp(1rem, 4vw, 2.5rem);
  padding-right: clamp(1rem, 4vw, 2.5rem);
  min-height: clamp(420px, 82vh, 920px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.page-home .at_hero_slider {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: clamp(320px, 70vh, 800px);
}

body.page-home .at_hero_slider .row {
  position: relative;
  z-index: 2;
  align-items: stretch;
  min-height: clamp(300px, 65vh, 760px);
}

body.page-home .at_hero_slider .row > .col-xl-5 {
  flex: 0 0 0 !important;
  width: 0 !important;
  max-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
  overflow: visible;
  min-height: clamp(300px, 65vh, 760px);
  align-self: stretch;
  border: 0;
}

body.page-home .at_hero_slider .row > .col-xl-7 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

body.page-home .at-hero-title {
  position: relative;
  z-index: 2;
  max-width: 44rem;
}

body.page-home .dl-hero-single::before {
  z-index: 1 !important;
  opacity: 0.55;
}

body.page-home .dl-hero-single::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 60% at 20% 20%, rgba(252, 0, 18, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 85% 70%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
    linear-gradient(165deg, rgba(8, 12, 24, 0.55) 0%, rgba(8, 12, 24, 0.25) 45%, rgba(8, 12, 24, 0.75) 100%);
}

body.page-home .at-hero-title h1.display-4,
body.page-home .at-hero-title h1 {
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-shadow:
    0 2px 24px rgba(0, 0, 0, 0.35),
    0 0 1px rgba(0, 0, 0, 0.5);
  animation: dc-fade-up 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.page-home .at-hero-title p {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 1.125rem;
  line-height: 1.75;
  max-width: 38rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  animation: dc-fade-up 0.85s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Tam geniş görselde float animasyonu transform ile çakışmasın */
body.page-home .at_hero_car {
  filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.4));
  animation: none;
}

/* Tema / dc-fade-up transformu görsel hizasını bozmasın */
body.page-home .dealership-hero .swiper-slide-active .at-hero-banner img,
body.page-home .dealership-hero .swiper-slide-active .at_hero_car {
  animation: none !important;
}

body.page-home .dealership-hero .swiper-pagination {
  z-index: 18 !important;
}

body.page-home .btn-scroll-down {
  z-index: 20;
  padding: 0.65rem 1.25rem 0.65rem 1rem;
  border-radius: 999px;
  background: var(--dc-glass);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid var(--dc-glass-strong);
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.72rem;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

body.page-home .btn-scroll-down:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

body.page-home .at-header-social {
  z-index: 20;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: var(--dc-glass);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid var(--dc-glass-strong);
}

body.page-home .at-header-social .title {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.7rem;
}

body.page-home .at-header-social .social-list a {
  transition: color 0.2s ease, transform 0.2s ease;
}

body.page-home .at-header-social .social-list a:hover {
  color: #fff !important;
  transform: translateY(-2px);
}

/* ---------- Arama kutusu ---------- */
body.page-home .at-search-box {
  position: relative;
  z-index: 30;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background:
    linear-gradient(180deg, #eef1f8 0%, var(--dc-mist) 40%, #ffffff 100%);
}

body.page-home .at-search-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(12, 18, 34, 0.04) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

body.page-home .at-search-box .container {
  position: relative;
  z-index: 1;
}

body.page-home .at-search-box-filter {
  position: relative;
  z-index: 52;
  border-radius: var(--dc-radius-xl) !important;
  border: 1px solid rgba(255, 255, 255, 0.85) !important;
  box-shadow:
    var(--dc-shadow-lift),
    0 0 0 1px rgba(12, 18, 34, 0.04) inset !important;
  overflow: visible;
  animation: dc-fade-up 0.9s 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.page-home .at-search-box-filter > ul {
  z-index: 55;
}

body.page-home .at-search-box-filter .nav-tabs li a {
  border-radius: 999px !important;
  padding: 0.55rem 1.35rem !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

body.page-home .at-search-box-filter .nav-tabs li a.active {
  background: linear-gradient(135deg, var(--dc-accent) 0%, #ff3350 100%) !important;
  color: #fff !important;
  box-shadow: 0 8px 28px var(--dc-accent-glow);
}

body.page-home .at-search-filter .form-control {
  border-radius: 14px !important;
  border: 2px solid rgba(12, 18, 34, 0.08) !important;
  padding: 0.85rem 1.1rem;
  font-size: 1rem;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

body.page-home .at-search-filter .form-control:focus {
  border-color: rgba(252, 0, 18, 0.45) !important;
  box-shadow: 0 0 0 4px rgba(252, 0, 18, 0.12) !important;
}

body.page-home .at-search-filter .btn-secondary {
  border-radius: 14px !important;
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.8rem;
  border: none !important;
  background: linear-gradient(135deg, var(--dc-accent) 0%, #c9000e 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 32px var(--dc-accent-glow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.page-home .at-search-filter .btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px var(--dc-accent-glow);
  color: #fff !important;
}

/* ---------- Öne çıkan ürünler (bayi vitrin kartları) ---------- */
body.page-home .home-products-section {
  position: relative;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(255, 176, 32, 0.08) 0%, transparent 55%),
    linear-gradient(180deg, #ffffff 0%, var(--dc-mist) 100%);
}

body.page-home .home-products-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--home-card-accent), #334155 40%, transparent) 1;
}

body.page-home .home-products-head__eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--dc-accent);
  margin-bottom: 0.35rem;
}

body.page-home .home-products-head__title {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 800;
  color: var(--home-card-steel);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

body.page-home .home-products-head__meta {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 600;
}

body.page-home .home-products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
}

@media (min-width: 768px) {
  body.page-home .home-products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
  }
}

@media (min-width: 1200px) {
  body.page-home .home-products-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.35rem;
  }
}

body.page-home .home-product-card {
  position: relative;
  height: 100%;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 48%, #f1f5f9 100%);
  border-radius: 16px;
  border: 2px solid #e2e8f0;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  box-shadow:
    0 4px 14px rgba(15, 23, 42, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

body.page-home .home-product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 2;
  background: linear-gradient(90deg, var(--home-card-accent), #ffc857, var(--home-card-accent-d));
  opacity: 0.85;
  transition: opacity 0.3s, height 0.3s;
}

body.page-home .home-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(125deg, transparent 40%, rgba(255, 255, 255, 0.35) 50%, transparent 60%);
  transform: translateX(-120%);
  transition: transform 0.65s ease;
}

body.page-home .home-product-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: rgba(255, 176, 32, 0.65);
  box-shadow:
    0 0 0 1px rgba(255, 176, 32, 0.25),
    0 22px 48px rgba(15, 23, 42, 0.18),
    0 8px 24px rgba(255, 176, 32, 0.22);
}

body.page-home .home-product-card:hover::before {
  opacity: 1;
  height: 5px;
}

body.page-home .home-product-card:hover::after {
  transform: translateX(120%);
}

body.page-home .home-product-card__sku {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f8fafc;
  text-decoration: none;
  background: linear-gradient(90deg, var(--home-card-steel) 0%, #334155 100%);
  border-bottom: 1px solid rgba(255, 176, 32, 0.35);
  transition: background 0.3s, color 0.3s;
}

body.page-home .home-product-card__sku-label {
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  color: var(--home-card-dark);
  background: var(--home-card-accent);
  flex-shrink: 0;
}

body.page-home .home-product-card:hover .home-product-card__sku {
  background: linear-gradient(90deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
}

body.page-home .home-product-card__media {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem;
  text-decoration: none;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 176, 32, 0.08) 0%, transparent 55%),
    linear-gradient(180deg, #f1f5f9 0%, #e8edf3 100%);
}

body.page-home .home-product-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(30, 41, 59, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 41, 59, 0.04) 1px, transparent 1px);
  background-size: 18px 18px;
}

body.page-home .home-product-card__media img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(15, 23, 42, 0.12));
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s ease;
}

body.page-home .home-product-card:hover .home-product-card__media img {
  transform: scale(1.1) translateY(-4px);
  filter: drop-shadow(0 14px 22px rgba(15, 23, 42, 0.2));
}

body.page-home .home-product-card__view {
  position: absolute;
  z-index: 3;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  background: linear-gradient(135deg, var(--home-card-accent), var(--home-card-accent-d));
  box-shadow: 0 6px 18px rgba(230, 149, 0, 0.45);
  transition: opacity 0.3s, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

body.page-home .home-product-card:hover .home-product-card__view {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

body.page-home .home-product-card__body {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 1.1rem;
  min-height: 0;
  background: #fff;
}

body.page-home .home-product-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.85em;
  max-height: 2.85em;
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.42;
  color: var(--home-card-steel);
  text-decoration: none;
  transition: color 0.25s;
}

body.page-home .home-product-card:hover .home-product-card__title {
  color: var(--home-card-accent-d);
}

body.page-home .home-product-card__spacer {
  flex: 1;
}

body.page-home .home-product-card__foot {
  display: flex;
  gap: 0.55rem;
  margin-top: auto;
}

body.page-home .home-product-card__foot--solo .home-product-card__btn {
  flex: 1;
}

body.page-home .home-product-card__price {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0.45rem;
  border-radius: 12px;
  background: linear-gradient(145deg, #f8fafc, #eef2f7);
  border: 2px solid #e2e8f0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--home-card-dark);
  transition: border-color 0.3s, background 0.3s;
}

body.page-home .home-product-card__price small {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.15rem;
}

body.page-home .home-product-card:hover .home-product-card__price {
  border-color: rgba(255, 176, 32, 0.4);
  background: linear-gradient(145deg, #fffbeb, #fff7e6);
}

body.page-home .home-product-card__btn {
  flex: 1.15;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 0.65rem;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #fff !important;
  background: linear-gradient(135deg, var(--home-card-accent) 0%, var(--home-card-accent-d) 100%);
  box-shadow: 0 6px 16px rgba(230, 149, 0, 0.4);
  transition: transform 0.25s, box-shadow 0.25s, filter 0.25s;
}

body.page-home .home-product-card__btn-arrow {
  font-size: 1.05em;
  display: inline-block;
  transition: transform 0.25s;
}

body.page-home .home-product-card:hover .home-product-card__btn {
  box-shadow: 0 10px 24px rgba(230, 149, 0, 0.55);
  filter: brightness(1.05);
}

body.page-home .home-product-card__btn:hover .home-product-card__btn-arrow {
  transform: translateX(3px);
}

body.page-home .home-product-card__btn:hover {
  color: #fff !important;
}

body.page-home .brands-explore-btn .link-btn {
  position: relative;
  overflow: hidden;
  padding: 0.9rem 1.85rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--home-card-steel) 0%, #334155 100%);
  color: #fff !important;
  border: none;
  box-shadow: var(--dc-shadow-lift);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

body.page-home .brands-explore-btn .link-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, var(--home-card-accent) 0%, var(--home-card-accent-d) 100%);
  box-shadow: 0 14px 36px rgba(230, 149, 0, 0.45);
  color: #fff !important;
}

body.page-home .brands-explore-btn .link-btn img {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

/* ---------- Hakkımızda ---------- */
body.page-home .about-section {
  background-size: cover;
}

body.page-home .about-section .at-section-title h2.h1 {
  color: var(--dc-ink);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

body.page-home .about-section .at-section-title p {
  color: var(--dc-ink-soft);
  font-size: 1.05rem;
  line-height: 1.75;
}

body.page-home .about-icon-box {
  border-radius: var(--dc-radius-lg) !important;
  border: 1px solid rgba(12, 18, 34, 0.06);
  box-shadow: var(--dc-shadow-soft) !important;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

body.page-home .about-icon-box:hover {
  transform: translateY(-4px);
  box-shadow: var(--dc-shadow-lift) !important;
}

body.page-home .about-icon-box .icon-wrapper {
  background: linear-gradient(145deg, rgba(252, 0, 18, 0.12) 0%, rgba(252, 0, 18, 0.04) 100%) !important;
  color: var(--dc-accent) !important;
}

/* ---------- İstatistik / video ---------- */
body.page-home .feedback-section .main-countdown-wrapper {
  border-radius: var(--dc-radius-xl) !important;
  box-shadow: var(--dc-shadow-lift) !important;
  border: 1px solid rgba(255, 255, 255, 0.65);
}

body.page-home .feedback-section .countdown-box h3 {
  letter-spacing: -0.03em;
  font-weight: 800;
}

body.page-home .video-popup-btn {
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.15), 0 16px 48px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

body.page-home .video-popup-btn:hover {
  transform: scale(1.08);
}

/* ---------- SSS ---------- */
body.page-home .faq-section .at-section-title h2.h1 {
  color: var(--dc-ink);
  font-weight: 700;
  letter-spacing: -0.025em;
}

body.page-home .faq-tabs .nav-tabs li a {
  border-radius: 999px !important;
  font-weight: 600;
  transition: background 0.25s ease, color 0.25s ease;
}

body.page-home .faq-tabs .nav-tabs li a.active {
  background: var(--dc-ink) !important;
  color: #fff !important;
}

body.page-home .theme-accordion .accordion-item {
  border-radius: 14px !important;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(12, 18, 34, 0.08) !important;
  overflow: hidden;
  box-shadow: var(--dc-shadow-soft);
  transition: box-shadow 0.25s ease;
}

body.page-home .theme-accordion .accordion-item:hover {
  box-shadow: var(--dc-shadow-lift);
}

body.page-home .faq-section .btn-secondary {
  border-radius: 999px !important;
  padding: 0.75rem 1.75rem !important;
  font-weight: 700;
  border: none !important;
  background: linear-gradient(135deg, var(--dc-ink) 0%, #1e293b 100%) !important;
  box-shadow: var(--dc-shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.page-home .faq-section .btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: var(--dc-shadow-lift);
}

/* ---------- Blog ---------- */
body.page-home .blog-section {
  background: linear-gradient(180deg, #ffffff 0%, var(--dc-mist) 100%);
}

body.page-home .blog-card {
  border-radius: var(--dc-radius-lg) !important;
  border: 1px solid rgba(12, 18, 34, 0.06);
  box-shadow: var(--dc-shadow-soft);
  overflow: hidden;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease;
}

body.page-home .blog-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--dc-shadow-lift);
}

body.page-home .blog-card .feature-img img {
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-home .blog-card:hover .feature-img img {
  transform: scale(1.06);
}

body.page-home .blog-title {
  font-weight: 600 !important;
  letter-spacing: -0.02em;
  color: var(--dc-ink) !important;
  transition: color 0.25s ease;
}

body.page-home .blog-card:hover .blog-title {
  color: var(--dc-accent) !important;
}

body.page-home .blog-explore-btn {
  background: linear-gradient(145deg, var(--dc-accent), #c9000e) !important;
  color: #fff !important;
  box-shadow: 0 8px 24px var(--dc-accent-glow);
  transition: transform 0.25s ease !important;
}

body.page-home .blog-explore-btn:hover {
  transform: scale(1.08) rotate(-4deg) !important;
}

/* ---------- Genel: bölüm etiketleri ---------- */
body.page-home .at-subtitle.text-primary,
body.page-home .at-subtitle.lead.text-primary {
  font-weight: 700 !important;
}

body.page-home .at-section-title h2.h1,
body.page-home .at-section-title .h1 {
  color: var(--dc-ink);
}
