/* templates/base.html icindeki <style> blogundan cikarildi.
   Inline CSS her sayfa yuklenisinde yeniden iniyordu; ayri dosya
   tarayicida onbellege alinabiliyor. Konum birebir korundu, yani
   kurallarin siralamasi (cascade) degismedi. */
/* CranioCatch mega menu (Urunlerimiz + Kaynaklar) - kendine ait, benzersiz
   sinif adlariyla (cc-mm__*) yazildi; sayfalarda ayni isimli baska sinif
   (ornegin .products-section, .explore-section) ile hicbir cakismasi yok,
   bu yuzden anasayfa disindaki sayfalarda bozulma yapmiyor. */
.cc-mm {
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
  border-top: 1px solid rgba(0,0,0,.08);
  z-index: 1000;
  max-height: 90vh;
  overflow-y: auto;
}
.cc-mm__grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: 4fr 3fr 3fr;
  width: 100%;
  min-width: 0;
}
.cc-mm__grid--resources {
  grid-template-columns: 7fr 7fr 7fr 9fr;
}
.cc-mm__col {
  min-width: 0;
  padding: 32px clamp(24px, 3vw, 40px);
}
.cc-mm__col--products {
  background: #f9f9fe;
}
.cc-mm__col--list + .cc-mm__col--list {
  border-left: 1px solid #f0f0f0;
}
.cc-mm__heading {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}
.cc-mm__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cc-mm__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}
.cc-mm__icon {
  flex: 0 0 auto;
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cc-mm__icon.active {
  background-image: url("/static/images/dropdowns/active-module.c435690aed33.svg") !important;
}
.cc-mm__item-body {
  min-width: 0;
}
.cc-mm__item-body a {
  display: block;
  text-decoration: none;
}
.cc-mm__item-body h4 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
.cc-mm__item-body p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: #757575;
}
.cc-mm__link {
  display: block;
  padding: 8px 0;
  color: #575757;
  font-size: 13.5px;
  text-decoration: none;
  transition: color .2s ease;
}
.cc-mm__link:hover {
  color: #1a1a1a;
}
.cc-mm__col--banner {
  padding: 0;
  min-width: 0;
}
.cc-mm__banner {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  overflow: hidden;
}
.cc-mm__banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cc-mm__footer {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f0f0fa;
  padding: 16px clamp(24px, 3vw, 40px);
}
.cc-mm__footer-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(90deg,#FF6262 0%,#7640E8 55%,#3291FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.cc-mm__footer-arrow {
  flex: 0 0 auto;
  display: inline-block;
  width: 11px;
  height: 12px;
  background-color: #FF6262;
  -webkit-mask-image: url("/static/images/svg/arrow-link.b33c6ab5d8fe.svg");
  mask-image: url("/static/images/svg/arrow-link.b33c6ab5d8fe.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.cc-mm__footer-divider {
  color: #0D0F2C;
  opacity: .15;
}
@media (max-width: 992px) {
  .cc-mm__grid,
  .cc-mm__grid--resources {
    grid-template-columns: 1fr;
  }
  .cc-mm__col--list + .cc-mm__col--list {
    border-left: none;
    border-top: 1px solid #f0f0f0;
  }
}
