/* Extra publishing features: search, category pages, Instagram dynamic states */
.ml-search-section{background:#fff;padding:64px 0 24px;position:relative;z-index:5}.ml-search-box{background:var(--ml-white,#fff);border-radius:var(--ml-radius,12px);box-shadow:var(--ml-shadow-hover,0 12px 40px rgba(0,0,0,.12));padding:34px;border:1px solid rgba(0,0,0,.04);margin-top:-96px}.ml-search-box .subtitle{display:inline-block;color:var(--ml-yellow,#FFC400);font-weight:700;font-size:.78rem;letter-spacing:2px;text-transform:uppercase;margin-bottom:8px}.ml-search-box h2{font-size:clamp(1.4rem,2.5vw,2.1rem);margin-bottom:8px}.ml-search-box p{color:#777;margin:0}.ml-search-input-wrap{position:relative}.ml-search-input-wrap i{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:#999;font-size:1.1rem}.ml-search-input-wrap input{width:100%;border:1px solid #e8e8e8;background:#F8F8F8;border-radius:14px;padding:17px 20px 17px 52px;font-size:.98rem;transition:all .25s ease}.ml-search-input-wrap input:focus{outline:none;border-color:var(--ml-yellow,#FFC400);box-shadow:0 0 0 4px rgba(255,196,0,.15);background:#fff}.ml-search-hint{font-size:.82rem;color:#999;margin-top:8px}.ml-search-results{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:26px}.ml-search-empty{grid-column:1/-1;background:#F8F8F8;border-radius:14px;padding:22px;color:#777;text-align:center}.ml-mini-product{background:#fff;border:1px solid #eee;border-radius:14px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.05);transition:all .3s ease;cursor:pointer}.ml-mini-product:hover{transform:translateY(-5px);box-shadow:0 12px 35px rgba(0,0,0,.12)}.ml-mini-product img{width:100%;height:150px;object-fit:cover;background:#F8F8F8}.ml-mini-product-body{padding:16px}.ml-mini-product .cat{font-size:.72rem;color:var(--ml-yellow,#FFC400);font-weight:700;text-transform:uppercase;letter-spacing:.7px;margin-bottom:5px}.ml-mini-product h5{font-size:.95rem;margin-bottom:6px}.ml-mini-product p{font-size:.82rem;color:#777;margin:0;line-height:1.5}.ml-category-link{display:block;color:inherit;text-decoration:none;height:100%}.ml-category-link:hover{color:inherit}.ml-category-page{background:#fff}.ml-category-toolbar{background:#fff;border-radius:14px;box-shadow:0 4px 24px rgba(0,0,0,.06);padding:20px;margin-bottom:30px}.ml-category-count{display:inline-flex;align-items:center;gap:8px;background:rgba(255,196,0,.18);color:#111;border-radius:50px;padding:8px 16px;font-weight:700;font-size:.86rem}.ml-category-empty{background:#F8F8F8;border-radius:14px;padding:48px;text-align:center;color:#777}.ml-instagram-placeholder{grid-column:1/-1;background:#fff;border-radius:12px;padding:24px;text-align:center;color:#888;border:1px dashed #ddd}.ml-instagram-embed{grid-column:1/-1;width:100%}.ml-instagram-embed iframe{max-width:100%!important}.ml-insta-item{display:block;color:inherit;text-decoration:none}.ml-insta-item video{width:100%;height:100%;object-fit:cover}@media(max-width:991px){.ml-search-box{margin-top:-60px}.ml-search-results{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.ml-search-section{padding-top:40px}.ml-search-box{margin-top:0;padding:22px}.ml-search-results{grid-template-columns:1fr}.ml-mini-product img{height:190px}}

/* Header product search */
.ml-header-search{position:relative;z-index:10002;width:180px;flex:0 0 auto}.ml-header-search i{position:absolute;left:13px;top:50%;transform:translateY(-50%);font-size:.92rem;color:rgba(255,255,255,.8);pointer-events:none}.ml-header-search input{width:100%;height:38px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.16);color:#fff;border-radius:999px;padding:8px 14px 8px 38px;font-size:.82rem;outline:none;transition:all .25s ease}.ml-header-search input::placeholder{color:rgba(255,255,255,.72)}.ml-header-search input:focus{border-color:var(--ml-yellow,#FFC400);background:rgba(255,255,255,.26);box-shadow:0 0 0 3px rgba(255,196,0,.16)}.ml-navbar.scrolled .ml-header-search i{color:#888}.ml-navbar.scrolled .ml-header-search input{background:#F8F8F8;border-color:#e8e8e8;color:#333}.ml-navbar.scrolled .ml-header-search input::placeholder{color:#999}.ml-header-search-results{display:none;position:absolute;top:calc(100% + 10px);right:0;width:340px;max-height:420px;overflow:auto;background:#fff;border-radius:14px;box-shadow:0 16px 45px rgba(0,0,0,.18);border:1px solid rgba(0,0,0,.06);padding:8px;z-index:10003}.ml-header-search-results.active{display:block}.ml-header-search-item{display:flex;gap:10px;align-items:center;width:100%;border:0;background:transparent;text-align:left;padding:9px;border-radius:10px;cursor:pointer;transition:background .2s ease}.ml-header-search-item:hover{background:#F8F8F8}.ml-header-search-item img{width:52px;height:52px;object-fit:cover;border-radius:9px;background:#F8F8F8;flex:0 0 auto}.ml-header-search-item .cat{font-size:.68rem;color:var(--ml-yellow,#FFC400);font-weight:700;text-transform:uppercase;letter-spacing:.5px;line-height:1.2}.ml-header-search-item h6{font-size:.86rem;margin:2px 0 0;color:#111;line-height:1.25}.ml-header-search-item p{font-size:.74rem;color:#777;margin:2px 0 0;line-height:1.35}.ml-header-search-empty{padding:13px 12px;color:#777;font-size:.84rem;text-align:center}.ml-header-search-more{display:block;margin:6px 8px 4px;padding:9px 10px;border-radius:10px;background:#111;color:#fff!important;text-decoration:none;text-align:center;font-size:.8rem;font-weight:700}.ml-header-search-more:hover{background:var(--ml-yellow,#FFC400);color:#111!important}@media(max-width:1199px){.ml-header-search-desktop{width:150px}.ml-navbar .nav-link{padding-left:11px!important;padding-right:11px!important}.ml-cta-btn{padding-left:16px!important;padding-right:16px!important}}@media(max-width:991px){.ml-header-search-mobile{width:min(42vw,210px);margin-left:auto}.ml-header-search-mobile .ml-header-search-results{left:50%;right:auto;transform:translateX(-50%);width:min(92vw,340px)}.ml-navbar.scrolled .ml-header-search i{color:#888}.ml-navbar.scrolled .ml-header-search input{background:#F8F8F8;border-color:#e8e8e8;color:#333}.ml-navbar.scrolled .ml-header-search input::placeholder{color:#999}}@media(max-width:575px){.ml-navbar .navbar-brand{font-size:1.22rem}.ml-header-search-mobile{width:44vw}.ml-header-search input{height:34px;font-size:.76rem;padding-left:34px}.ml-header-search i{left:11px;font-size:.85rem}.ml-header-search-results{top:calc(100% + 8px)}}@media(max-width:380px){.ml-header-search-mobile{width:38vw}.ml-header-search input{font-size:.72rem}}

/* Product detail page and admin-linked product cards */
.ml-product-link{display:block;color:inherit;text-decoration:none;height:100%}.ml-product-link:hover{color:inherit}.ml-header-search-item{text-decoration:none;color:inherit}.ml-header-search-item:hover{color:inherit}.ml-product-page{background:#fff}.ml-product-page-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:34px;align-items:start}.ml-product-gallery,.ml-product-summary-card,.ml-product-section-card{background:#fff;border-radius:18px;box-shadow:0 10px 40px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05)}.ml-product-gallery{padding:18px}.ml-product-main-img{height:520px;border-radius:16px;background:#F8F8F8;display:flex;align-items:center;justify-content:center;overflow:hidden}.ml-product-main-img img{width:100%;height:100%;object-fit:cover}.ml-product-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.ml-product-thumbs button{height:84px;border:2px solid transparent;border-radius:12px;padding:0;background:#F8F8F8;overflow:hidden;cursor:pointer}.ml-product-thumbs button.active{border-color:var(--ml-yellow,#FFC400)}.ml-product-thumbs img{width:100%;height:100%;object-fit:cover}.ml-product-summary-card{padding:34px;position:sticky;top:100px}.ml-product-kicker{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px;font-size:.78rem;font-weight:800}.ml-product-kicker a{color:var(--ml-yellow,#FFC400);text-decoration:none}.ml-product-kicker span{color:#999}.ml-product-summary-card h1{font-size:clamp(2rem,4vw,3.2rem);line-height:1.12;margin-bottom:16px}.ml-product-summary-card .lead{font-size:1.05rem;color:#666;line-height:1.7}.ml-detail-badge{display:inline-flex;align-items:center;gap:7px;border-radius:999px;background:rgba(255,196,0,.2);color:#111;font-weight:800;font-size:.82rem;padding:8px 14px}.ml-detail-badge.dark{background:#111;color:#fff}.ml-spec-chip-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:22px}.ml-spec-chip{background:#F8F8F8;border-radius:13px;padding:12px 14px;border:1px solid #eee}.ml-spec-chip span{display:block;color:#888;font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.ml-spec-chip b{display:block;color:#111;font-size:.94rem;margin-top:3px}.ml-product-feature-groups{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.ml-feature-group{background:#fff;border:1px solid #eee;box-shadow:0 4px 24px rgba(0,0,0,.06);border-radius:16px;padding:20px}.ml-feature-group h4{font-size:.95rem;margin-bottom:12px}.ml-feature-group div{display:flex;flex-wrap:wrap;gap:8px}.ml-feature-group span{background:#F8F8F8;border-radius:999px;padding:7px 11px;font-weight:700;font-size:.8rem;color:#333}.ml-product-section-card{padding:30px}.ml-product-section-card h2{font-size:1.35rem;margin-bottom:18px}.ml-product-section-card h3{font-size:1.05rem;margin-top:26px;margin-bottom:12px}.ml-product-description{color:#666;line-height:1.9}.ml-usage-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.ml-usage-list li{display:flex;align-items:center;gap:8px;background:#F8F8F8;border-radius:12px;padding:10px 12px;font-weight:600}.ml-usage-list i{color:var(--ml-yellow,#FFC400);font-size:1.1rem}.ml-tech-table{display:grid;gap:0;border:1px solid #eee;border-radius:14px;overflow:hidden}.ml-tech-table div{display:flex;justify-content:space-between;gap:18px;padding:13px 15px;border-bottom:1px solid #eee;background:#fff}.ml-tech-table div:nth-child(even){background:#FAFAFA}.ml-tech-table div:last-child{border-bottom:0}.ml-tech-table span{color:#777}.ml-tech-table b{text-align:right;color:#111}.ml-download-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ml-download-grid a{display:flex;align-items:center;gap:12px;border:1px solid #eee;background:#fff;border-radius:14px;padding:16px;text-decoration:none;color:#111;transition:all .25s ease}.ml-download-grid a:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.1);border-color:var(--ml-yellow,#FFC400)}.ml-download-grid i{font-size:1.55rem;color:var(--ml-yellow,#FFC400)}.ml-download-grid span{font-weight:800;line-height:1.25}.ml-download-grid small{margin-left:auto;color:#999;font-weight:800}.ml-btn-outline.product-wa{color:#111;border-color:#ddd;background:#fff}.ml-btn-outline.product-wa:hover{background:#25D366;border-color:#25D366;color:#fff}@media(max-width:991px){.ml-product-page-grid{grid-template-columns:1fr}.ml-product-summary-card{position:static}.ml-product-feature-groups{grid-template-columns:repeat(2,1fr)}.ml-download-grid{grid-template-columns:repeat(2,1fr)}.ml-product-main-img{height:420px}}@media(max-width:575px){.ml-product-summary-card,.ml-product-section-card,.ml-product-gallery{padding:18px}.ml-product-main-img{height:300px}.ml-product-thumbs{grid-template-columns:repeat(4,1fr)}.ml-product-feature-groups,.ml-download-grid,.ml-spec-chip-grid,.ml-usage-list{grid-template-columns:1fr}.ml-tech-table div{display:block}.ml-tech-table b{display:block;text-align:left;margin-top:4px}}

/* ====== PANEL YÖNETİMLİ REFERANSLAR: TEK SATIR KAYAN LOGO ALANI ====== */
#referanslar .ml-ref-grid {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 8px 0;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.ml-ref-ticker {
  display: flex;
  align-items: center;
  flex-wrap: nowrap !important;
  width: max-content;
  animation: mlRefTicker 42s linear infinite;
  will-change: transform;
}
.ml-ref-ticker-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 24px;
  padding-right: 24px;
  flex: 0 0 auto;
}
.ml-ref-ticker-group > * { flex: 0 0 auto; }
.ml-ref-ticker:hover { animation-play-state: paused; }
#referanslar .ml-ref-item {
  min-width: 176px;
  width: 176px;
  height: 100px;
  flex: 0 0 176px;
  filter: grayscale(1);
  opacity: .45;
  transform: translateZ(0);
}
#referanslar .ml-ref-item:hover {
  filter: grayscale(0);
  opacity: 1;
}
#referanslar .ml-ref-item img {
  max-width: 132px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
#referanslar .ml-ref-item .ref-logo {
  color: #666;
}
@keyframes mlRefTicker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .ml-ref-ticker { flex-wrap: nowrap !important; width: max-content; justify-content: flex-start; }
}
@media (max-width: 767px) {
  #referanslar .ml-ref-item { min-width: 150px; width: 150px; flex-basis: 150px; height: 86px; }
  .ml-ref-ticker { animation-duration: 34s; }
  .ml-ref-ticker-group { gap: 14px; padding-right: 14px; }
}

/* Slider okları ve mobil swipe desteği */
.ml-hero {
  touch-action: pan-y;
}

.ml-hero-arrows {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.ml-hero-arrow {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(255, 196, 0, 0.7);
  background: rgba(17, 17, 17, 0.42);
  color: #FFC400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: auto;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.25s ease;
  box-shadow: 0 10px 26px rgba(0,0,0,0.22);
}

.ml-hero-arrow span {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  margin-top: -3px;
}

.ml-hero-arrow-prev { left: 28px; }
.ml-hero-arrow-next { right: 28px; }

.ml-hero-arrow:hover,
.ml-hero-arrow:focus-visible {
  background: #FFC400;
  color: #111111;
  border-color: #FFC400;
  outline: none;
  transform: translateY(-50%) scale(1.06);
}

.ml-hero-arrow:focus-visible {
  box-shadow: 0 0 0 4px rgba(255,196,0,0.25), 0 10px 26px rgba(0,0,0,0.22);
}

@media (max-width: 767px) {
  .ml-hero-arrows,
  .ml-hero-arrow {
    display: none !important;
  }
}

/* === Mobile header compact fix + screenshot/selection allowance === */
html, body {
  max-width: 100%;
}

body {
  overflow-x: hidden;
  -webkit-user-select: auto;
  user-select: auto;
  -webkit-touch-callout: default;
}

.ml-navbar .container > .d-flex {
  min-width: 0;
  gap: 10px;
}

.ml-navbar .navbar-brand {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1;
}

.ml-navbar .navbar-brand .ml-brand-logo,
.ml-navbar .navbar-brand img {
  max-height: 42px;
  max-width: 190px;
  width: auto;
  object-fit: contain;
  display: block;
}

.ml-navbar .navbar-toggler {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  min-width: 42px;
  max-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  padding: 4px !important;
  overflow: visible;
  border-radius: 10px;
}

.ml-navbar .navbar-toggler-icon-custom {
  width: 24px;
  min-width: 24px;
  flex: 0 0 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.ml-navbar .navbar-toggler-icon-custom span {
  width: 24px;
  min-width: 24px;
}

@media (max-width: 991px) {
  .ml-navbar .container {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .ml-navbar .container > .d-flex {
    width: 100%;
    flex-wrap: nowrap;
  }

  .ml-header-search-mobile {
    flex: 1 1 auto;
    min-width: 90px;
    width: auto !important;
    max-width: 220px;
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  .ml-navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .ml-navbar.scrolled {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .ml-navbar .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ml-navbar .container > .d-flex {
    gap: 7px;
  }

  .ml-navbar .navbar-brand {
    font-size: 1.05rem !important;
    max-width: 118px;
    letter-spacing: -0.2px;
  }

  .ml-navbar .navbar-brand .ml-brand-logo,
  .ml-navbar .navbar-brand img {
    max-height: 34px !important;
    max-width: 112px !important;
  }

  .ml-header-search-mobile {
    min-width: 92px;
    max-width: none;
    flex: 1 1 120px;
  }

  .ml-header-search input {
    height: 32px !important;
    font-size: 0.72rem !important;
    padding: 6px 10px 6px 31px !important;
  }

  .ml-header-search i {
    left: 10px !important;
    font-size: 0.8rem !important;
  }

  .ml-navbar .navbar-toggler {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    min-width: 36px;
    max-width: 36px;
  }

  .ml-navbar .navbar-toggler-icon-custom,
  .ml-navbar .navbar-toggler-icon-custom span {
    width: 22px;
    min-width: 22px;
  }
}

@media (max-width: 390px) {
  .ml-navbar .navbar-brand {
    max-width: 96px;
    font-size: 0.95rem !important;
  }

  .ml-navbar .navbar-brand .ml-brand-logo,
  .ml-navbar .navbar-brand img {
    max-width: 94px !important;
    max-height: 32px !important;
  }

  .ml-header-search-mobile {
    min-width: 82px;
    flex-basis: 100px;
  }

  .ml-header-search input::placeholder {
    color: transparent;
  }
}

@media (max-width: 340px) {
  .ml-navbar .navbar-brand {
    max-width: 80px;
  }

  .ml-header-search-mobile {
    min-width: 74px;
  }
}


/* MakroLight safe performance additions */
.ml-hero img,.ml-cat-card-img img,.ml-product-card-img img,.ml-app-card-img img,.ml-insta-item img{content-visibility:auto;}
.ml-mobile-performance [data-aos]{opacity:1!important;transform:none!important;transition:none!important;}
.ml-mobile-performance .ml-hero-content h1,.ml-mobile-performance .ml-hero-content p,.ml-mobile-performance .ml-hero-buttons{animation:none!important;opacity:1!important;transform:none!important;}
.ml-section,.ml-section-light,.ml-section-dark{content-visibility:auto;contain-intrinsic-size:1px 900px;}
#home,.ml-page-hero,.ml-breadcrumb,.ml-product-page{content-visibility:visible;contain-intrinsic-size:auto;}
img[data-src]{background:linear-gradient(110deg,#f7f7f7 8%,#fff 18%,#f7f7f7 33%);background-size:200% 100%;}
.ml-preloader{pointer-events:none;}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important;}}


/* Application card and gallery updates */
.ml-app-link{display:block;color:inherit;text-decoration:none;height:100%}
.ml-app-link:hover{color:inherit}
.ml-app-card{height:100%;display:flex;flex-direction:column}
.ml-app-card-img .app-icon{bottom:16px !important;left:16px !important;top:auto;box-shadow:0 8px 22px rgba(255,196,0,.35)}
.ml-app-card-body{padding:24px 24px 22px !important;display:flex;flex-direction:column;gap:8px}
.ml-app-card-body h5{margin-bottom:0 !important}
.ml-app-card-body p{margin-bottom:0 !important;min-height:72px}
.ml-app-cta{display:inline-flex;align-items:center;gap:8px;margin-top:auto;font-weight:800;color:var(--ml-black,#111)}
.ml-app-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ml-app-gallery-item{border:0;background:#fff;padding:0;border-radius:16px;overflow:hidden;box-shadow:0 8px 28px rgba(0,0,0,.08);cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}
.ml-app-gallery-item:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(0,0,0,.14)}
.ml-app-gallery-item img{width:100%;height:280px;object-fit:cover;display:block}
.ml-lightbox-overlay{position:fixed;inset:0;background:rgba(0,0,0,.9);display:none;align-items:center;justify-content:center;z-index:10050;padding:20px}
.ml-lightbox-overlay.active{display:flex}
.ml-lightbox-stage{position:relative;max-width:min(1100px,90vw);max-height:85vh}
.ml-lightbox-stage img{max-width:100%;max-height:85vh;border-radius:18px;display:block}
.ml-lightbox-count{position:absolute;left:16px;bottom:16px;background:rgba(17,17,17,.72);color:#fff;padding:8px 12px;border-radius:999px;font-weight:700;font-size:.85rem}
.ml-lightbox-close,.ml-lightbox-nav{position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;width:48px;height:48px;border-radius:999px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px)}
.ml-lightbox-close{top:24px;right:24px}
.ml-lightbox-nav.prev{left:24px;top:50%;transform:translateY(-50%)}
.ml-lightbox-nav.next{right:24px;top:50%;transform:translateY(-50%)}
@media (max-width: 991px){.ml-app-gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 575px){.ml-app-card-body p{min-height:0}.ml-app-gallery-grid{grid-template-columns:1fr}.ml-app-gallery-item img{height:220px}.ml-lightbox-nav{display:none}}


/* Simplified application gallery page */
.ml-application-gallery-page{padding:140px 0 90px;background:var(--ml-light,#F8F8F8);min-height:70vh}
.ml-application-gallery-page .ml-app-gallery-grid{gap:22px}
.ml-application-gallery-page .ml-app-gallery-item{background:#fff;border-radius:18px}
.ml-application-gallery-page .ml-app-gallery-item img{height:320px}
@media(max-width:991px){.ml-application-gallery-page{padding-top:120px}.ml-application-gallery-page .ml-app-gallery-item img{height:260px}}
@media(max-width:575px){.ml-application-gallery-page{padding:100px 0 60px}.ml-application-gallery-page .ml-app-gallery-grid{gap:14px}.ml-application-gallery-page .ml-app-gallery-item img{height:230px}}


/* Referans barı: her koşulda tek satır ve kesintisiz sonsuz döngü */
#referanslar .ml-ref-ticker{display:flex!important;flex-wrap:nowrap!important;animation-name:mlRefTicker!important;animation-timing-function:linear!important;animation-iteration-count:infinite!important;animation-duration:42s!important;}
#referanslar .ml-ref-ticker-group{display:flex!important;flex-wrap:nowrap!important;flex:0 0 auto!important;}
@media(max-width:767px){#referanslar .ml-ref-ticker{animation-duration:34s!important;}}
@media(prefers-reduced-motion:reduce){#referanslar .ml-ref-ticker{animation-name:mlRefTicker!important;animation-duration:42s!important;animation-timing-function:linear!important;animation-iteration-count:infinite!important;}@media(max-width:767px){#referanslar .ml-ref-ticker{animation-duration:34s!important;}}}

/* Footer Instagram takip kartı */
.ml-footer-social{display:block!important;margin-top:22px!important}
.ml-footer-instagram-card{display:block;text-decoration:none;border:1px solid rgba(255,255,255,.14);background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,196,0,.08));border-radius:18px;padding:18px 20px;transition:transform .3s ease,border-color .3s ease,background .3s ease}
.ml-footer-instagram-card:hover{transform:translateY(-3px);border-color:rgba(255,196,0,.5);background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,196,0,.14))}
.ml-footer-instagram-eyebrow{display:block;color:var(--ml-yellow,#FFC400);font-size:.72rem;font-weight:800;letter-spacing:2.6px;text-transform:uppercase;margin-bottom:8px}
.ml-footer-instagram-user{display:flex;align-items:center;gap:10px;color:#fff;font-family:'Poppins',sans-serif;font-size:clamp(1.05rem,1.6vw,1.35rem);font-weight:700;line-height:1.25;word-break:break-word}
.ml-footer-instagram-user i{font-size:1.5rem;color:var(--ml-yellow,#FFC400)}
.ml-footer-instagram-text{display:block;color:rgba(255,255,255,.58);font-size:.86rem;line-height:1.6;margin-top:8px}
.ml-footer-social-secondary{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}
.ml-footer-social-secondary a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.65);text-decoration:none;transition:all .25s ease}
.ml-footer-social-secondary a:hover{background:var(--ml-yellow,#FFC400);border-color:var(--ml-yellow,#FFC400);color:var(--ml-black,#111);transform:translateY(-2px)}
