/* Urun sayfalarinin ortak bilesenleri (site-audit 2026-08, madde 25).
   Bu kurallar 2d-radyografik-goruntuleme / edu / annotation /
   ortodontik-analiz dosyalarinin dordunde de birebir ayniydi. Sayfa
   CSS'lerinden ONCE yuklenir; sayfaya ozel ezmeler yerinde kalir. */

.edu-cta__btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 9px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color .25s ease;
}

.edu-cta__btn:hover {
  background: rgba(255, 255, 255, .16);
}

.edu-cta__text b {
  font-weight: 600;
}

  .edu-scope .card-information-text {
    flex: none;
    width: 100%;
    margin: clamp(14px, 1.8vw, 20px) 0 0;
    padding: 0;
    background: transparent;
    transition: opacity .3s ease;
  }

  .edu-scope .card-information-text p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.6;
    text-align: left;
    color: #666D7C;
  }

  .edu-scope .edu-scope__card {
    display: grid;
    grid-template-columns: minmax(0, 40fr) minmax(0, 60fr);
    gap: clamp(16px, 2vw, 26px);
    margin-top: clamp(20px, 3vw, 34px);
    padding: clamp(18px, 2.2vw, 28px);
    border: 1px solid #ECEDF1;
    border-radius: 22px;
    background: #fff;
  }

  .edu-scope .product-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0;
    padding: 24px 15px;
    border: 1px solid #E9EAEE;
    border-radius: 10px;
    background: #fff;
    color: inherit;
    cursor: pointer;
    transition: box-shadow .25s ease;
  }

  .edu-scope .product-item .icon {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin: 1px 0 0;
  }

  .edu-scope .product-item.active {
    border-color: transparent;
    background-color: transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #FF6262 0%, #7640E8 55%, #3291FF 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: inherit;
    font-weight: inherit;
  }

  .edu-scope .product-item:hover {
    background: #fff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .06);
  }

  .edu-scope .product-list {
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .edu-scope .products-img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    transition: opacity .3s ease;
  }

  .edu-scope .products-img-wrap {
    display: block;
    flex: none;
    aspect-ratio: 2 / 1;
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #EDEFF3;
  }

  .edu-scope .products-img.fade-out,
  .edu-scope .card-information-text.fade-out {
    opacity: 0;
  }

  .edu-trust__inner {
    display: flex;
    align-items: center;
    gap: clamp(20px, 4vw, 56px);
  }

  .edu-trust__logos {
    display: flex;
    align-items: center;
    width: max-content;
    gap: clamp(28px, 4vw, 64px);
    margin: 0;
    padding: 0;
    list-style: none;
    user-select: none;
    will-change: transform;
  }

  .edu-trust__logos img {
    display: block;
    height: clamp(28px, 3.4vw, 46px);
    width: auto;
    pointer-events: none;
  }

  .edu-trust__logos li {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }

  .edu-trust__marquee {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
  }

  .edu-trust__marquee.is-dragging {
    cursor: grabbing;
  }

  .edu-trust__text {
    flex: 0 0 auto;
    max-width: 210px;
    margin: 0;
    color: #666D7C;
    font-size: clamp(13px, 1.4vw, 14px);
    line-height: 1.6;
  }
