html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1; /* İçerik alanı büyür, footer alta itilir */
}
.card-title {
    font-size: 1.15rem;
    font-weight: 600;
}

/* Product Detail Page Carousel Image Style */
#productImageCarousel .carousel-item img {
  width: 100%;
  height: auto;
  max-width: 550px !important;   /* Maksimum genişlik 550px */
  max-height: 550px !important;  /* Maksimum yükseklik 550px */
  aspect-ratio: 1 / 1;  /* Kare bir en-boy oranı zorunlu kılar */
  object-fit: contain;    /* Görüntünün alanı kaplamasını sağlar, gerekirse kırpar */
}

/* --- Product Card Styles --- */
.product-card-image {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}

.card:hover .product-card-image {
  transform: scale(1.05);
}

.card-title {
    font-size: 1.75rem;
    font-weight: 500;
    min-height: 42px;
}

.price-container {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
}

.product-price-discounted {
  font-size: 2.8rem;
  color: #000; /* Bootstrap danger color */
  font-style: italic;
}

.product-price-original {
  font-size: 1.5rem;
  color: #6c757d75;; /* Bootstrap muted color */
  text-decoration: line-through;
}

.product-price {
  font-size: 1.8rem;
}

    /* Temel cam efekti stilleri */
    .desktop-navbar {
        width: 90%;
        position: fixed;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 1200px;
        z-index: 999;
        margin: 0 auto;
        padding: 15px 30px;
        border-radius: 20px;
        background:
    radial-gradient(1200px 400px at 10% -10%, rgba(var(--grad-1),0.09), transparent 60%),
    radial-gradient(1200px 400px at 90% 110%, rgba(var(--grad-2),0.08), transparent 60%),
    #0f111559 !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
        transition: all 0.3s ease;
    }

    /* Navbar bağlantıları için stiller */
    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.73);
        padding: 0.5rem 1rem;
        margin: 0 0.2rem;
        border-radius: 4px;
        transition: all 0.3s ease;
    }

    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link:focus {
        background: rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.88);
    }
    
    /* Aktif menü öğesi */
    .navbar-dark .navbar-nav .nav-link.active {
        background: rgba(255, 193, 7, 0.2);
        color: #ffc107;
    }

    /* Logo rengi */
    .navbar-brand.text-warning {
        color: #ffc107 !important;
    }

    /* Sepet butonu */
    .btn-warning {
        background: rgba(255, 193, 7, 0.9);
        border-color: rgba(255, 193, 7, 0.9);
    }

    .text-light {
        text-decoration: none;
    }

    /* WhatsApp ikonu */
.text-success {
    color: #000000 !important;
    background-color: #d3ffca;
    border-radius: 16px;
    padding-left: 11px;
}

#whatsapp-icon {
  color: #25ff00 !important; /* WhatsApp yeşili */
  background-color: #d3ffca00 !important;
}

    .text-discount {
    color: #000000 !important;
    background-color: #d3ffca;
    border-radius: 16px;
    padding-left: 11px;
}

    /* Mobile menü butonu */
    .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.1);
    }

    /* Scroll ile efekt */
    .scrolled {
        background:
    radial-gradient(1200px 400px at 10% -10%, rgba(var(--grad-1),0.09), transparent 60%),
    radial-gradient(1200px 400px at 90% 110%, rgba(var(--grad-2),0.08), transparent 60%),
    #0f111559 !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    /* MOBİL HEADER */
    .mobile-header {
        display: none;
        background: rgba(0, 0, 0, 0.274);
        padding: 12px 15px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        align-items: center;
        justify-content: space-between;
        backdrop-filter: blur(10px);
        background: radial-gradient(1200px 400px at 10% -10%, rgb(255 255 255 / 0%), transparent 60%), radial-gradient(1200px 400px at 90% 110%, rgb(7 2 47 / 58%), transparent 60%) !important;
        -webkit-backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(255, 255, 255, 0);
    }

    .logo-container {
        position: relative;
        display: inline-block;
    }

    .logo-container::after {
        content: '';
        position: absolute;
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        border-radius: 50%;
        z-index: -1;
        filter: blur(8px);
        opacity: 0.3;
    }

    .desktop-logo {
        height: 50px;
        position: relative;
        z-index: 1;
        margin-right: 30px;
        filter: 
            drop-shadow(0 white)
            drop-shadow(0 0 4px white)
            drop-shadow(0 0 6px white);
    }

    .mobile-logo {
        height: 50px;
        position: relative;
        z-index: 1;
        filter: 
            drop-shadow(0 white)
            drop-shadow(0 0 4px white)
            drop-shadow(0 0 6px white);
    }

    .search-icon {
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

    /* MOBİL BOTTOM NAVBAR */
    .mobile-navbar {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: radial-gradient(1200px 400px at 10% -10%, rgb(113 116 255 / 24%), transparent 60%), radial-gradient(1200px 400px at 90% 110%, rgb(16 185 163 / 36%), transparent 60%) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        padding: 8px 0 5px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-navbar-container {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .mobile-nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: rgb(16 22 34);
        filter: drop-shadow(2px 2px 9px white);
        font-size: 11px;
        position: relative;
        padding: 5px 8px;
        cursor: pointer;
        margin: 0 20px;
        flex: 1;
        text-align: center;
        transition: all 0.2s ease;
        font-weight: 700;
    text-decoration: none;
    }

    .mobile-nav-item.active {
        color: #ffc107;
    }

    .mobile-nav-item.active svg {
        fill: #ffc107 !important;
    }

    .mobile-nav-item svg {
        width: 22px;
        height: 22px;
        margin-bottom: 4px;
        transition: all 0.3s ease;
        fill: rgba(0, 0, 0, 0.7) !important;
    }

    .mobile-nav-item .nav-badge {
        position: absolute;
        top: -2px;
        right: 8px;
        background: #dc3545;
        color: white;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        font-weight: bold;
    }

    /* RESPONSIVE AYARLAR */
    @media (max-width: 992px) {
        .desktop-navbar {
            display: none;
        }
        
        .mobile-header {
            display: flex;
            justify-content: center;
        }
        
        .mobile-navbar {
            display: flex;
            justify-content: center;
        }
        
        body {
            padding-top: 60px;
            padding-bottom: 60px;
        }
    }

    @media (min-width: 993px) {
        .mobile-header {
            display: none;
            justify-content: center;
        }
        
        .mobile-navbar {
            display: none;
        }
        
        .desktop-navbar {
            display: block;
        }
    }

    .btn-sm {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        font-weight: bolder;
    }

    .mobile-nav-item[data-link="whatsapp"] svg {
    fill: #25D366 !important; /* WhatsApp yeşili */
}

.mobile-nav-item[data-link="whatsapp"].active svg {
    fill: #128C7E !important; /* Daha koyu yeşil */
}

/* ===========================
   Özellikler – Modern UI (CSS)
   =========================== */
:root{
  --feat-bg: #f7f7f9;
  --feat-fg: #1f2937;
  --feat-muted: #6b7280;
  --card-bg: rgba(255,255,255,0.75);
  --card-bd: rgba(17,24,39,0.06);
  --ring: 34, 197, 94;
  --grad-1: 99,102,241;
  --grad-2: 16,185,129;
}
@media (prefers-color-scheme: dark){
  :root{
    --feat-bg: #0f1115;
    --feat-fg: #e5e7eb;
    --feat-muted: #9ca3af;
    --card-bg: rgba(17,24,39,0.55);
    --card-bd: rgba(255,255,255,0.08);
  }
}
.features{
  position: relative;
  background:
    radial-gradient(1200px 400px at 10% -10%, rgba(var(--grad-1),0.09), transparent 60%),
    radial-gradient(1200px 400px at 90% 110%, rgba(var(--grad-2),0.08), transparent 60%),
    var(--feat-bg);
  padding: clamp(2rem, 4vw, 3rem) 1rem;
  overflow: clip;
  isolation: isolate;
}
.features::before{
  content:"";
  position:absolute; inset:-20% -10% auto -10%;
  height: 50%;
  background: radial-gradient(600px 220px at 50% 0%, rgba(255,255,255,0.6), transparent 70%);
  pointer-events:none;
  z-index:0;
  filter: blur(20px);
}
.features__head{
  text-align:center;
  max-width: 48rem;
  margin: 0 auto clamp(1.25rem, 2vw, 2rem);
  color: var(--feat-fg);
}
.features__head h2{
  font-size: clamp(1.1rem, 1.6vw + 0.6rem, 1.6rem);
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0 0 .25rem;
}
.features__head p{
  margin: 0;
  font-size: clamp(.85rem, .6vw + .6rem, 1rem);
  color: var(--feat-muted);
}
.features__grid{
  --cols: 2;
  display: grid;
  grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
  gap: clamp(.8rem, 2vw, 1.25rem);
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px){
  .features__grid{ --cols: 4; }
}
.feature-card{
  position: relative;
  border-radius: 1.1rem;
  background: var(--card-bg);
  border: 1px solid var(--card-bd);
  box-shadow: 0 10px 18px rgba(0,0,0,0.04);
  padding: clamp(1rem, 2.4vw, 1.35rem);
  text-align: center;
  color: var(--feat-fg);
  backdrop-filter: saturate(140%) blur(6px);
  transform: translateZ(0);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.feature-card::after{
  content:"";
  position:absolute; left: 10%; right: 10%; bottom: .35rem;
  height: 3px;
  background: linear-gradient(90deg,
    rgba(var(--grad-1),0), rgba(var(--grad-1),.55), rgba(var(--grad-2),.55), rgba(var(--grad-2),0)
  );
  border-radius: 999px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .25s ease, transform .25s ease;
}
.feature-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 28px rgba(0,0,0,0.07);
  border-color: rgba(var(--ring), .25);
}
.feature-card:hover::after{
  opacity: 1;
  transform: translateY(0);
}
.feature-card__icon{
  width: clamp(2.6rem, 3.6vw, 3.2rem);
  height: clamp(2.6rem, 3.6vw, 3.2rem);
  margin: 0 auto .6rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid var(--card-bd);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.13);
}
.feature-card__icon i{
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  color: rgb(var(--grad-1));
  transition: transform .25s ease;
}
.feature-card:hover .feature-card__icon i{
  transform: scale(1.06);
}
.feature-card h3{
  font-size: clamp(.95rem, 1.1vw + .6rem, 1.05rem);
  margin: .25rem 0 .3rem;
  font-weight: 700;
}
.feature-card p{
  margin: 0;
  font-size: clamp(.78rem, .5vw + .56rem, .92rem);
  color: var(--feat-muted);
  line-height: 1.5;
}
/* Alt mini bar */
.features__mini{
  display:flex; flex-wrap:wrap; gap:.75rem;
  align-items:center; justify-content:center;
  margin: clamp(1rem, 3vw, 1.5rem) auto 0;
  color: var(--feat-muted);
  font-size: clamp(.78rem, .4vw + .6rem, .92rem);
  max-width: 70rem;
  z-index:1; position:relative;
}
.features__mini .sep{
  width:1px; height:14px; background: currentColor; opacity:.25; display:none;
}
.features__mini i{ font-size: 1rem; margin-right:.35rem; vertical-align:-2px; }
@media (min-width:640px){
  .features__mini .sep{ display:inline-block; }
}
/* Erişilebilirlik */
@media (prefers-reduced-motion: reduce){
  .feature-card,
  .feature-card i,
  .feature-card::after{
    transition: none !important;
  }
}

/* Alt mini bar */
.features__mini-h {
  display:flex; flex-wrap:wrap; gap:.75rem;
  align-items:center; justify-content:center;
  margin: clamp(1rem, 3vw, 1.5rem) auto 0;
  color: var(--feat-muted);
  font-size: clamp(.78rem, .4vw + .6rem, .92rem);
  max-width: 70rem;
  z-index:1; position:relative;
}
.features__mini-h .sep{
  width:1px; height:14px; background: currentColor; opacity:.25; display:none;
}
.features__mini-h i{ font-size: 1rem; margin-right:.35rem; vertical-align:-2px; }
@media (max-width:768px){
  .features__mini-h .sep{ display:inline-block;
  max-width: 400px; }
}
/* Erişilebilirlik */
@media (prefers-reduced-motion: reduce){
  .feature-card,
  .feature-card i,
  .feature-card::after{
    transition: none !important;
  }
}

.footer {
  background:
    radial-gradient(1200px 400px at 10% -10%, rgba(var(--grad-1),0.09), transparent 60%),
    radial-gradient(1200px 400px at 90% 110%, rgba(var(--grad-2),0.08), transparent 60%),
    var(--feat-bg) !important;
  padding: clamp(2rem, 4vw, 3rem) 1rem;
  overflow: clip;
  isolation: isolate;
}

  @media (max-width: 768px) {
    .row {
      flex-direction: column;
      display: ruby;
    }

    #cartOzet {
      margin: 20px 0;
    }

    .col-md-6 {
      width: 100% !important;
    }

    #productImageCarousel,
    .carousel-inner img {
      width: 100% !important;
      max-height: 300px !important;
      object-fit: contain;
    }

    h4 {
      font-size: 1.4rem;
      margin-top: 1.5rem;
    }

    .text-danger.fw-bold {
      font-size: 1.8rem !important;
    }

    .text-muted.text-decoration-line-through {
      font-size: 1.1rem !important;
    }

    .form-control,
    .form-control.w-50 {
      width: 100% !important;
    }

    #colorGroup, #sizeGroup {
      flex-direction: row;
      gap: 0.5rem;
    }

    .color-option, .size-option {
      font-size: 0.9rem;
      padding: 6px 10px;
      border-radius: 5px;
    }

    .btn-dark.w-100 {
      height: 55px;
      font-size: 1.1rem;
    }

    .btn-dark span {
      display: inline !important;
    }

    video.w-100 {
      margin-top: 20px;
      max-height: 250px;
      object-fit: cover;
    }

    .carousel-control-prev,
    .carousel-control-next {
      display: none !important; /* mobilde swipe daha doğal */
    }
  }

  .campaign-banner {
  padding: 10px 0;
}
.campaign-banner__wrap {
    display: flex
;
    align-items: center;
    justify-content: space-around;
    max-width: 900px;
    max-height: 200px;
    margin: 0 auto;
    gap: 1rem;
    padding: 10px 20px;
    overflow: clip;
    isolation: isolate;
    border-radius: 12px;
    border: 1px solid #ddd;
    background: radial-gradient(1200px 400px at 10% -10%, rgba(var(--grad-1), 0.09), transparent 60%), radial-gradient(1200px 400px at 90% 110%, rgba(var(--grad-2), 0.08), transparent 60%) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.campaign-banner__content {
  flex: 1;
}
.campaign-banner__title {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0;
}
.campaign-banner__text {
  margin: 2px 0 0;
  font-size: 0.9rem;
  color: #555;
}
.campaign-banner__countdown {
  display: flex;
  gap: 0.4rem;
}
.cd-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 40px;
}
.cd-num {
  font-weight: 700;
  font-size: 2rem;
}
.cd-label {
  font-size: 0.7rem;
  color: #666;
}
.cd-sep {
  font-weight: bold;
  font-size: 2rem;
}
.campaign-banner__cta {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .campaign-banner__wrap {
    flex-wrap: wrap;
    text-align: center;
  }
  .campaign-banner__countdown {
    justify-content: center;
    width: 100%;
  }
}

.card {
        background: radial-gradient(1200px 400px at 10% -10%, rgba(var(--grad-1), 0.09), transparent 60%), radial-gradient(1200px 400px at 90% 110%, rgba(var(--grad-2), 0.08), transparent 60%) !important;
}

.text-dark {
    color: rgb(33 37 41 / 83%) !important;
}

.text-danger.fw-bold {
    background: khaki;
    max-width: fit-content;
    font-style: oblique;
    font-weight: 900 !important;
}

  /* ----- Section & Grid ----- */
  .products-section { padding: 16px; max-width: 1280px; margin: 0 auto; }
  .products-header { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:12px; }
  .products-title { font-weight:700; letter-spacing:.2px; margin:0; }

  .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
  }
  @media (min-width: 480px) { .product-grid { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 14px; } }
  @media (min-width: 768px) { .product-grid { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 16px; } }
  @media (min-width: 1200px){ .product-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; } }

  /* ----- Card ----- */
  .pc-card{
    background:#fff; border:1px solid #eef1f4; border-radius:16px; overflow:hidden;
    display:flex; flex-direction:column;
    box-shadow:0 1px 6px rgba(20,30,55,.04);
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  .pc-card:hover{ transform:translateY(-2px); border-color:#e2e8f0; box-shadow:0 10px 26px rgba(20,30,55,.10); }
  .pc-media img:hover{ transform:scale(1.05); border-color:#e2e8f0; box-shadow:0 10px 26px rgba(20,30,55,.10); }

  .pc-media{ position:relative; aspect-ratio:1/1; background:#fafbfc; overflow:hidden; }
  .pc-media img{ width:100%; object-fit:cover; display:block; transition: transform .25s ease-in-out;}

  /* Badge (indirime göre) */
  .pc-badge{
    position:absolute; top:10px; left:10px;
    padding:.3rem .55rem; border-radius:10px; font-weight:800; font-size:.75rem; color:#fff;
    background: linear-gradient(135deg, #ff3b30 0%, #ff9500 100%);
    box-shadow:0 6px 14px rgba(255, 59, 48, .28);
  }
  /* Sağ üst köşeye görsel rozet (badge_image) */
  .pc-badge-img{
    position:absolute; top:10px; right:10px; width:20% !important;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,.18));
  }

  .pc-body{ padding:12px; display:flex; flex-direction:column; gap:8px; min-height:122px; }
  .pc-title{
    font-weight:600; line-height:1.25; font-size:.96rem; margin:0;
    display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
  }
  .pc-price-wrap{ display:flex; align-items:baseline; gap:8px; }
  .pc-price{ font-weight:800; font-style: oblique; font-size:1.6rem; color:#dc3545; font-family:"Cal Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }
  .pc-old{ color:#98a2b3; text-decoration:line-through; font-size:.86rem; }

  .pc-cta{ margin-top:auto; display:flex; gap:8px; }
  .pc-cart{
    width:100%; border-radius:12px; padding:.6rem .8rem; border:none;
    background:#111827; color:#fff; font-weight:800; font-size:.92rem; letter-spacing:.2px;
    display:inline-flex; align-items:center; justify-content:center; gap:.45rem;
    transition:transform .12s ease, box-shadow .18s ease, background .18s ease;
    box-shadow: 0 8px 20px rgba(17,24,39,.18);
  }
  .pc-cart:hover{ background:#0f172a; box-shadow: 0 14px 30px rgba(17,24,39,.26); transform:translateY(-1px); }
  .pc-cart:active{ transform:translateY(0); box-shadow:none; }
  .pc-cart i{ font-size:1rem; }

/* Rating Styles */
.rating-wrapper {
  margin: 8px 0;
}

.ratings-container {
  display: inline-block;
}

.ratings-content {
  display: flex;
  align-items: center;
  gap: 5px;
}

.rating-score {
  font-size: 14px;
  font-weight: 450;
  color: #000000;
}

.ratings {
  display: flex;
  align-items: center;
  gap: 2px;
}

.star-w {
  position: relative;
  width: 14px;
  height: 14px;
}

.star-w .empty,
.star-w .full {
  position: absolute;
  top: 0;
  left: 0;
}

.star-w .star {
  width: 14px;
  height: 14px;
  background: #ddd;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.star-w .full .star {
  background: #ffca00;
}

.ratingCount {
  font-size: 12px;
  color: #666;
  margin-left: 4px;
}

/* Social Proof Styles - Boşluksuz Geçiş */
.social-proof-wrapper {
  height: 20px;
  overflow: hidden;
  margin: 8px 0;
  position: relative;
}

.social-proof {
  display: flex;
  flex-direction: column;
  animation: slideSocialProof 9s infinite ease-in-out;
}

.social-proof-item {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  height: 20px;
  flex-shrink: 0;
}

.social-proof-item img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.social-proof-text {
  font-size: 12px;
  color: #666;
  margin: 0;
  line-height: 1.2;
}

.focused-text {
  font-weight: bold;
  color: #ff3b30;
}

/* Boşluksuz Smooth Animasyon */
@keyframes slideSocialProof {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(0);
  }
  33.333% {
    transform: translateY(-20px);
  }
  58.333% {
    transform: translateY(-20px);
  }
  66.666% {
    transform: translateY(-40px);
  }
  91.666% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Hover durumunda animasyonu durdur */
.pc-card:hover .social-proof {
  animation-play-state: paused;
}

/* Daha yumuşak geçiş için */
.social-proof {
  transition: transform 0.5s ease-in-out;
}

.btn-dark {
    background: #ff7f00 !important;
    border-color: #dd6e00 !important;
    box-shadow: 0 8px 20px rgba(63, 27, 4, 0.18);
}

