/* INO Machinery — ilk ekran layout (ATech renkleri) */

:root {
  --ino-sidebar: 90px;
  --ino-header: 106px;
  --ino-header-main: 70px;
  --ino-topbar: 36px;
  --ino-carousel-ctrl: 108px;
  --ino-gray: #575656;
  --ino-gray-dark: #425260;
  --ino-border: #dfdfdf;
}

body.ino-layout {
  background: #fff;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: var(--line-height-body);
}

/* ── Sağ ikon menü ── */
.right-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: var(--ino-sidebar);
  height: 100vh;
  background: #fff;
  z-index: 160;
  box-shadow: -4px 0 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.right-nav__top {
  height: var(--ino-header);
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.right-nav__menu-btn {
  width: var(--ino-sidebar);
  height: 70px;
  border: none;
  cursor: pointer;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s ease;
}

.right-nav__menu-btn:hover {
  background-color: rgba(219, 11, 18, 0.05);
}

body.menu-open .right-nav__menu-btn {
  background-color: rgba(219, 11, 18, 0.08);
}

.menu-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 24px;
}

.menu-icon span {
  display: block;
  width: 28px;
  height: 3px;
  background: var(--ino-gray);
  border-radius: 2px;
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.25s ease,
    width 0.3s ease,
    background-color 0.25s ease;
}

.menu-icon span + span { margin-top: 6px; }

body.menu-open .menu-icon span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  background: var(--color-brand);
}

body.menu-open .menu-icon span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

body.menu-open .menu-icon span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
  background: var(--color-brand);
}

.right-nav__menu-btn:hover .menu-icon span,
.site-header__menu-btn:hover .menu-icon span {
  background: var(--color-brand);
}

.right-nav__list {
  flex: 1;
  min-height: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

.right-nav__bottom {
  flex-shrink: 0;
  border-top: 1px solid #c2c2c2;
}

.right-nav__contact-btn {
  position: relative;
  width: var(--ino-sidebar);
  height: 80px;
  border: none;
  cursor: pointer;
  overflow: visible;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23575656' d='M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.2c20.9 16.9 50.7 16.9 71.6 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.1-92.8 31.1-131.2 0L48 212.2z'/%3E%3C/svg%3E") center / 34px no-repeat;
  transition: background-color 0.2s ease;
}

.right-nav__contact-btn:hover,
body.contact-open .right-nav__contact-btn {
  background-color: rgba(219, 11, 18, 0.06);
}

body.contact-open .right-nav__contact-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23db0b12' d='M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.2c20.9 16.9 50.7 16.9 71.6 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.1-92.8 31.1-131.2 0L48 212.2z'/%3E%3C/svg%3E");
}

.right-nav__item {
  border-bottom: 1px solid #c2c2c2;
  position: relative;
  overflow: visible;
  flex: 1;
  min-height: 0;
}

.right-nav__item:first-child {
  border-top: 1px solid #c2c2c2;
}

.right-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: var(--ino-sidebar);
  height: 100%;
  min-height: 64px;
  padding: 10px 12px;
  transition: background 0.2s ease;
  overflow: visible;
}

.right-nav__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--color-brand);
  transition: width 0.3s ease;
}

.right-nav__link:hover::after,
.right-nav__link:focus-visible::after {
  width: 100%;
}

.right-nav__link:hover {
  background: rgba(219, 11, 18, 0.04);
}

/* Hover etiketi — INO tarzı */
.right-nav__tooltip {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  z-index: 200;
  padding: 10px 18px;
  background: var(--ino-gray);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.2;
  white-space: nowrap;
  border-radius: 5px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50%) translateX(12px);
  transition:
    opacity 0.28s ease,
    transform 0.28s cubic-bezier(0.34, 1.2, 0.64, 1),
    visibility 0.28s;
}

.right-nav__tooltip::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid var(--ino-gray);
  transform: translateY(-50%);
}

.right-nav__link:hover .right-nav__tooltip,
.right-nav__link:focus-visible .right-nav__tooltip,
.right-nav__contact-btn:hover .right-nav__tooltip,
.right-nav__contact-btn:focus-visible .right-nav__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

.right-nav__link img,
.right-nav__link .right-nav__icon {
  width: 100%;
  height: 100%;
  max-width: 68px;
  max-height: 68px;
  object-fit: contain;
  transition: transform 0.3s ease, filter 0.3s ease;
  pointer-events: none;
  display: block;
}

.right-nav__link:hover .right-nav__icon,
.right-nav__link:focus-visible .right-nav__icon,
.right-nav__link:hover img,
.right-nav__link:focus-visible img {
  transform: scale(1.06);
  filter: drop-shadow(0 4px 8px rgba(219, 11, 18, 0.15));
}

.right-nav__link.active .right-nav__icon,
.right-nav__link.active img {
  filter: drop-shadow(0 2px 6px rgba(219, 11, 18, 0.12));
}

/* Kategoriye özel ikon animasyonları */
@keyframes nav-icon-spin { to { transform: rotate(360deg); } }
@keyframes nav-icon-route { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(18px); } }
@keyframes nav-icon-press { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(28px); } }
@keyframes nav-icon-crimp-squeeze-l {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(8px, -8px); }
}

@keyframes nav-icon-crimp-squeeze-r {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-8px, 8px); }
}

@keyframes nav-icon-crimp-cross {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.12); opacity: 0.92; }
}

.right-nav__icon .icon-crimp-piece-l {
  transform-box: fill-box;
  transform-origin: 214px 310px;
  animation: nav-icon-crimp-squeeze-l 2.5s ease-in-out infinite;
}

.right-nav__icon .icon-crimp-piece-r {
  transform-box: fill-box;
  transform-origin: 342px 214px;
  animation: nav-icon-crimp-squeeze-r 2.5s ease-in-out infinite;
}

.right-nav__icon .icon-crimp-cross {
  transform-box: fill-box;
  transform-origin: 280px 248px;
  animation: nav-icon-crimp-cross 2.5s ease-in-out infinite;
}

.right-nav__link[data-cat="kose-presi"]:hover .icon-crimp-piece-l,
.right-nav__link[data-cat="kose-presi"]:focus-visible .icon-crimp-piece-l,
.right-nav__link[data-cat="kose-presi"]:hover .icon-crimp-piece-r,
.right-nav__link[data-cat="kose-presi"]:focus-visible .icon-crimp-piece-r,
.right-nav__link[data-cat="kose-presi"]:hover .icon-crimp-cross,
.right-nav__link[data-cat="kose-presi"]:focus-visible .icon-crimp-cross {
  animation-duration: 1.25s;
}

@keyframes nav-icon-slide { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(16px); } }
@keyframes nav-icon-belt { from { transform: translateX(0); } to { transform: translateX(120px); } }
@keyframes nav-icon-cnc-xy {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(10px, 0); }
  50% { transform: translate(10px, 6px); }
  75% { transform: translate(-8px, 6px); }
}

@keyframes nav-icon-cnc-z {
  0%, 30%, 100% { transform: translateY(0); }
  50%, 70% { transform: translateY(22px); }
}

@keyframes nav-icon-cnc-spark {
  0%, 38%, 72%, 100% { opacity: 0; }
  48%, 62% { opacity: 1; }
}

@keyframes nav-icon-saw-cut {
  0%, 32%, 100% { transform: translateY(0); }
  52%, 72% { transform: translateY(32px); }
}

@keyframes nav-icon-saw-spark {
  0%, 45%, 100% { opacity: 0; }
  55%, 68% { opacity: 1; }
}

@keyframes nav-icon-copy-move {
  0%, 100% { transform: translate(0, 0); }
  22% { transform: translate(18px, 38px); }
  48% { transform: translate(-16px, 72px); }
  62%, 72% { transform: translate(-16px, 88px); }
  86% { transform: translate(14px, 42px); }
}

@keyframes nav-icon-copy-lever {
  0%, 18%, 100% { transform: rotate(0deg); }
  48%, 72% { transform: rotate(14deg); }
}

.right-nav__icon .icon-saw-unit {
  transform-box: fill-box;
  transform-origin: top center;
  animation: nav-icon-saw-cut 2s ease-in-out infinite;
}

.right-nav__icon .icon-saw-spark {
  animation: nav-icon-saw-spark 2s ease-in-out infinite;
}

.right-nav__link[data-cat="kesme"]:hover .icon-saw-unit,
.right-nav__link[data-cat="kesme"]:focus-visible .icon-saw-unit {
  animation-duration: 1s;
}

.right-nav__link[data-cat="kesme"]:hover .icon-saw-unit .icon-spin,
.right-nav__link[data-cat="kesme"]:focus-visible .icon-saw-unit .icon-spin {
  animation-duration: 0.35s;
}

.right-nav__icon .icon-copy-head {
  transform-box: fill-box;
  transform-origin: top center;
  animation: nav-icon-copy-move 3.2s ease-in-out infinite;
}

.right-nav__icon .icon-copy-lever {
  transform-box: fill-box;
  transform-origin: 36px 56px;
  animation: nav-icon-copy-lever 3.2s ease-in-out infinite;
}

.right-nav__link[data-cat="freze"]:hover .icon-copy-head,
.right-nav__link[data-cat="freze"]:focus-visible .icon-copy-head,
.right-nav__link[data-cat="freze"]:hover .icon-copy-lever,
.right-nav__link[data-cat="freze"]:focus-visible .icon-copy-lever {
  animation-duration: 1.6s;
}

.right-nav__icon .icon-cnc-head {
  transform-box: fill-box;
  transform-origin: center;
  animation: nav-icon-cnc-xy 3.8s ease-in-out infinite;
}

.right-nav__icon .icon-cnc-spindle {
  transform-box: fill-box;
  transform-origin: top center;
  animation: nav-icon-cnc-z 1.6s ease-in-out infinite;
}

.right-nav__icon .icon-cnc-gear {
  transform-box: fill-box;
  transform-origin: center;
  animation: nav-icon-spin 2.2s linear infinite;
}

.right-nav__icon .icon-cnc-spark {
  animation: nav-icon-cnc-spark 1.7s ease-in-out infinite;
}

.right-nav__link[data-cat="cnc"]:hover .icon-cnc-head,
.right-nav__link[data-cat="cnc"]:focus-visible .icon-cnc-head {
  animation-duration: 2s;
}

.right-nav__link[data-cat="cnc"]:hover .icon-cnc-spindle,
.right-nav__link[data-cat="cnc"]:focus-visible .icon-cnc-spindle {
  animation-duration: 0.9s;
}

.right-nav__link[data-cat="cnc"]:hover .icon-cnc-gear,
.right-nav__link[data-cat="cnc"]:focus-visible .icon-cnc-gear {
  animation-duration: 0.7s;
}

.right-nav__icon .icon-spin {
  transform-box: fill-box;
  transform-origin: center;
  animation: nav-icon-spin 2s linear infinite;
}

.right-nav__icon .icon-spin--fast { animation-duration: 1.8s; }
.right-nav__icon .icon-spin--bit { animation-duration: 0.9s; }
.right-nav__icon .icon-spin--slow { animation-duration: 2.4s; }
.right-nav__icon .icon-spin--rev { animation-direction: reverse; }

.right-nav__icon .icon-route {
  transform-box: fill-box;
  transform-origin: center;
  animation: nav-icon-route 1.4s ease-in-out infinite;
}

.right-nav__icon .icon-press {
  transform-box: fill-box;
  transform-origin: center;
  animation: nav-icon-press 1.6s ease-in-out infinite;
}

.right-nav__icon .icon-slide {
  transform-box: fill-box;
  transform-origin: center;
  animation: nav-icon-slide 2s ease-in-out infinite;
}

.right-nav__icon .icon-belt {
  transform-box: fill-box;
  transform-origin: center;
  animation: nav-icon-belt 2.8s linear infinite;
}

.right-nav__link:hover .right-nav__icon .icon-spin,
.right-nav__link:focus-visible .right-nav__icon .icon-spin { animation-duration: 0.55s; }

.right-nav__link:hover .right-nav__icon .icon-spin--fast,
.right-nav__link:focus-visible .right-nav__icon .icon-spin--fast { animation-duration: 0.45s; }

.right-nav__link:hover .right-nav__icon .icon-spin--bit,
.right-nav__link:focus-visible .right-nav__icon .icon-spin--bit { animation-duration: 0.35s; }

.right-nav__link:hover .right-nav__icon .icon-route,
.right-nav__link:focus-visible .right-nav__icon .icon-route { animation-duration: 0.7s; }

.right-nav__link:hover .right-nav__icon .icon-press,
.right-nav__link:focus-visible .right-nav__icon .icon-press { animation-duration: 0.8s; }

.right-nav__link:hover .right-nav__icon .icon-belt,
.right-nav__link:focus-visible .right-nav__icon .icon-belt { animation-duration: 1.2s; }

@media (prefers-reduced-motion: reduce) {
  .right-nav__icon .icon-cnc-head,
  .right-nav__icon .icon-cnc-spindle,
  .right-nav__icon .icon-cnc-gear,
  .right-nav__icon .icon-cnc-spark,
  .right-nav__icon .icon-saw-unit,
  .right-nav__icon .icon-saw-spark,
  .right-nav__icon .icon-copy-head,
  .right-nav__icon .icon-copy-lever,
  .right-nav__icon .icon-spin,
  .right-nav__icon .icon-route,
  .right-nav__icon .icon-press,
  .right-nav__icon .icon-crimp-piece-l,
  .right-nav__icon .icon-crimp-piece-r,
  .right-nav__icon .icon-crimp-cross,
  .right-nav__icon .icon-slide,
  .right-nav__icon .icon-belt {
    animation: none;
  }

  .right-nav__link img,
  .right-nav__link .right-nav__icon {
    transition: transform 0.2s ease;
  }

  .right-nav__link:hover img,
  .right-nav__link:focus-visible img,
  .right-nav__link:hover .right-nav__icon,
  .right-nav__link:focus-visible .right-nav__icon {
    transform: scale(1.03);
  }

  .right-nav__tooltip {
    transition: opacity 0.15s ease, visibility 0.15s;
    transform: translateY(-50%);
  }

  .right-nav__link:hover .right-nav__tooltip,
  .right-nav__link:focus-visible .right-nav__tooltip,
  .right-nav__contact-btn:hover .right-nav__tooltip,
  .right-nav__contact-btn:focus-visible .right-nav__tooltip {
    transform: translateY(-50%);
  }

  .preloader,
  .preloader__inner {
    animation: none;
    transition: opacity 0.25s ease;
  }

  .site-header__main {
    transition: none;
  }

  .site-header__topbar {
    transition: none;
  }

  .main-ino {
    transition: none;
  }

  .header-carousel__slide {
    transition: opacity 0.35s ease;
    transform: none !important;
    filter: none !important;
  }

  .header-carousel__slide.is-entering.active .slide-card__content,
  .header-carousel__slide.is-entering.active .slide-card__media {
    animation: none;
  }
}

/* ── Açılır paneller (menü + iletişim) ── */
.drawer-overlay {
  position: fixed;
  inset: 0;
  right: var(--ino-sidebar);
  background: rgba(0, 0, 0, 0.45);
  z-index: 140;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transition: opacity 0.45s ease, backdrop-filter 0.45s ease;
}

body.menu-open .drawer-overlay,
body.contact-open .drawer-overlay {
  opacity: 1;
  pointer-events: auto;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.drawer-panel {
  position: fixed;
  top: 0;
  right: var(--ino-sidebar);
  width: min(420px, calc(100vw - var(--ino-sidebar)));
  height: 100vh;
  height: 100dvh;
  background: #fff;
  z-index: 150;
  transform: translateX(105%);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

body.menu-open .drawer-panel--nav,
body.contact-open .drawer-panel--contact {
  transform: translateX(0);
}

.drawer-panel__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  overflow: hidden;
  padding: 24px 32px 12px;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: var(--line-height-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.drawer-panel--nav .drawer-panel__body {
  flex: 1;
  justify-content: flex-start;
  gap: 0;
  padding: 22px 32px 10px;
}

.drawer-panel--contact .drawer-panel__body {
  justify-content: flex-start;
  overflow-y: auto;
  padding: calc(var(--ino-header) + 20px) 36px 28px;
}

.drawer-panel__section { margin-bottom: 0; }

.drawer-panel__contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  padding-bottom: 14px;
  margin-bottom: 0;
  border-bottom: 1px solid var(--ino-border);
  font-style: normal;
}

.drawer-panel__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.45;
  color: var(--ino-gray-dark);
  letter-spacing: 0.01em;
  transition: color 0.2s;
}

.drawer-panel__contact-link svg {
  flex-shrink: 0;
  color: var(--ino-gray);
  transition: color 0.2s;
}

.drawer-panel__contact-link:hover {
  color: var(--color-brand);
}

.drawer-panel__contact-link:hover svg {
  color: var(--color-brand);
}

.drawer-panel__section--products {
  padding-top: 14px;
  padding-bottom: 8px;
}

.drawer-panel__section--links {
  padding-top: 12px;
  border-top: 1px solid var(--ino-border);
  margin-top: auto;
}

.drawer-panel__heading {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--letter-spacing-label);
  line-height: 1.3;
  color: #999;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.drawer-panel__list { list-style: none; }

.drawer-panel__list li { margin-bottom: 8px; }

.drawer-panel__list li:last-child { margin-bottom: 0; }

.drawer-panel__list a {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.35;
  color: var(--ino-gray);
  transition: color 0.2s;
}

.drawer-panel__list a:hover { color: var(--color-brand); }

.drawer-panel__list--light a {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-regular);
  line-height: 1.45;
  color: var(--color-text-muted);
}

.drawer-panel__list--light li { margin-bottom: 6px; }

.drawer-panel__list--light a:hover { color: var(--color-brand); }

/* Menü açılış animasyonları */
.drawer-panel--nav .drawer-panel__heading,
.drawer-panel--nav .drawer-panel__list li,
.drawer-panel--nav .drawer-panel__contact-link,
.drawer-panel--nav .drawer-panel__footer {
  opacity: 0;
  transform: translateX(28px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

body.menu-open .drawer-panel--nav .drawer-panel__heading,
body.menu-open .drawer-panel--nav .drawer-panel__list li,
body.menu-open .drawer-panel--nav .drawer-panel__contact-link,
body.menu-open .drawer-panel--nav .drawer-panel__footer {
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 0.5s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

body.menu-open .drawer-panel--nav .drawer-panel__contact-link:nth-child(1) { transition-delay: 0.06s; }
body.menu-open .drawer-panel--nav .drawer-panel__contact-link:nth-child(2) { transition-delay: 0.10s; }

body.menu-open .drawer-panel--nav .drawer-panel__section--products .drawer-panel__heading { transition-delay: 0.14s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--links .drawer-panel__heading { transition-delay: 0.40s; }

body.menu-open .drawer-panel--nav .drawer-panel__section--products .drawer-panel__list li:nth-child(1) { transition-delay: 0.18s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--products .drawer-panel__list li:nth-child(2) { transition-delay: 0.21s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--products .drawer-panel__list li:nth-child(3) { transition-delay: 0.24s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--products .drawer-panel__list li:nth-child(4) { transition-delay: 0.27s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--products .drawer-panel__list li:nth-child(5) { transition-delay: 0.24s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--products .drawer-panel__list li:nth-child(6) { transition-delay: 0.27s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--products .drawer-panel__list li:nth-child(7) { transition-delay: 0.30s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--products .drawer-panel__list li:nth-child(8) { transition-delay: 0.33s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--products .drawer-panel__list li:nth-child(9) { transition-delay: 0.36s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--products .drawer-panel__list li:nth-child(10) { transition-delay: 0.39s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--products .drawer-panel__list li:nth-child(11) { transition-delay: 0.42s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--products .drawer-panel__list li:nth-child(12) { transition-delay: 0.45s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--products .drawer-panel__list li:nth-child(13) { transition-delay: 0.48s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--products .drawer-panel__list li:nth-child(14) { transition-delay: 0.51s; }

body.menu-open .drawer-panel--nav .drawer-panel__section--links .drawer-panel__list li:nth-child(1) { transition-delay: 0.38s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--links .drawer-panel__list li:nth-child(2) { transition-delay: 0.41s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--links .drawer-panel__list li:nth-child(3) { transition-delay: 0.44s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--links .drawer-panel__list li:nth-child(4) { transition-delay: 0.47s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--links .drawer-panel__list li:nth-child(5) { transition-delay: 0.50s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--links .drawer-panel__list li:nth-child(6) { transition-delay: 0.53s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--links .drawer-panel__list li:nth-child(7) { transition-delay: 0.56s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--links .drawer-panel__list li:nth-child(8) { transition-delay: 0.59s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--links .drawer-panel__list li:nth-child(9) { transition-delay: 0.62s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--links .drawer-panel__list li:nth-child(10) { transition-delay: 0.65s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--links .drawer-panel__list li:nth-child(11) { transition-delay: 0.68s; }
body.menu-open .drawer-panel--nav .drawer-panel__section--links .drawer-panel__list li:nth-child(12) { transition-delay: 0.71s; }

body.menu-open .drawer-panel--nav .drawer-panel__footer { transition-delay: 0.58s; }

.drawer-panel__footer {
  padding: 10px 32px;
  font-family: var(--font-body);
  font-size: 0.6875rem;
  line-height: 1.4;
  color: #999;
  border-top: 1px solid var(--ino-border);
  flex-shrink: 0;
}

@media (prefers-reduced-motion: reduce) {
  .drawer-panel {
    transition-duration: 0.2s;
  }

  .drawer-panel--nav .drawer-panel__heading,
  .drawer-panel--nav .drawer-panel__list li,
  .drawer-panel--nav .drawer-panel__contact-link,
  .drawer-panel--nav .drawer-panel__footer {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .menu-icon span {
    transition-duration: 0.15s;
  }

  .drawer-overlay {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

.contact-dept {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ino-border);
}

.contact-dept:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-dept h3 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--ino-gray);
}

.contact-dept a {
  display: block;
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  margin-top: 6px;
  line-height: 1.5;
}

.contact-dept a:hover { color: var(--color-brand); }

body.menu-open,
body.contact-open { overflow: hidden; }

body.menu-open .right-nav,
body.contact-open .right-nav { z-index: 170; }

/* ── Site wrap ── */
.site-wrap {
  margin-right: var(--ino-sidebar);
  min-height: 100vh;
}

/* ── Header ── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: var(--ino-sidebar);
  z-index: 99;
  isolation: isolate;
}

.site-header__topbar {
  position: relative;
  z-index: 2;
  height: var(--ino-topbar);
  margin-top: 0;
  background: #f8f9fa;
  border-bottom: 1px solid rgba(66, 82, 96, 0.08);
  opacity: 1;
  transition:
    margin-top 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.32s ease,
    border-color 0.32s ease;
}

.site-header.is-scrolled .site-header__topbar {
  margin-top: calc(-1 * var(--ino-topbar));
  opacity: 0;
  border-bottom-color: transparent;
  pointer-events: none;
}

.site-header__topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
  padding: 0 clamp(1rem, 3vw, 1.5rem);
}

.site-header__topbar-note {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(87, 86, 86, 0.58);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-header__contacts {
  display: flex;
  align-items: center;
  gap: clamp(0.35rem, 1.2vw, 0.85rem);
  margin: 0;
  padding: 0;
  list-style: none;
  flex-shrink: 0;
}

.site-header__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  color: rgba(66, 82, 96, 0.82);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(66, 82, 96, 0.1);
  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.site-header__contact-link:hover {
  color: var(--ino-gray-dark);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(66, 82, 96, 0.18);
  transform: translateY(-0.5px);
}

.site-header__contact-link:focus-visible {
  outline: 2px solid rgba(66, 82, 96, 0.35);
  outline-offset: 2px;
}

.site-header__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background: rgba(66, 82, 96, 0.07);
  color: rgba(66, 82, 96, 0.72);
  flex-shrink: 0;
  transition: background-color 0.22s ease, color 0.22s ease;
}

.site-header__contact-link:hover .site-header__contact-icon {
  background: rgba(66, 82, 96, 0.11);
  color: var(--ino-gray-dark);
}

.site-header__contact-icon svg {
  display: block;
}

.site-header__contact-label {
  white-space: nowrap;
}

.site-header__main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: var(--ino-header-main);
  background: #fff;
  padding: 0 16px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(66, 82, 96, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 2px 4px rgba(0, 0, 0, 0.04),
    0 8px 20px -4px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.site-header.is-scrolled .site-header__main {
  border-bottom-color: rgba(66, 82, 96, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 4px 8px rgba(0, 0, 0, 0.06),
    0 12px 28px -6px rgba(0, 0, 0, 0.16);
}

.site-header__left {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  min-width: 0;
}

.site-header__actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 0;
}

.site-header__langs {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  background: rgba(66, 82, 96, 0.07);
  border-radius: 10px;
  padding: 3px;
}

.site-header__langs button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 36px;
  padding: 0 10px;
  background: none;
  border: none;
  border-radius: 7px;
  color: rgba(87, 86, 86, 0.72);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: var(--font-weight-semibold);
  cursor: pointer;
  letter-spacing: 0.05em;
  line-height: 1;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s;
}

.site-header__lang-flag {
  font-size: 0.9375rem;
  line-height: 1;
}

.site-header__langs button.active {
  background: #fff;
  color: var(--ino-gray-dark);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.site-header__langs button:hover:not(.active) {
  color: var(--ino-gray-dark);
  background: rgba(255, 255, 255, 0.55);
}

.site-header__langs button:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
}

.site-header__langs.lang-switch button.active,
.site-header__langs.lang-switch button:hover {
  background: none;
  color: rgba(87, 86, 86, 0.72);
}

.site-header__langs.lang-switch button.active {
  background: #fff;
  color: var(--ino-gray-dark);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.site-header__langs.lang-switch button:hover:not(.active) {
  background: rgba(255, 255, 255, 0.55);
  color: var(--ino-gray-dark);
}

.site-header__brand {
  justify-self: center;
  text-align: center;
}

.site-header__search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--ino-gray);
  cursor: pointer;
  flex-shrink: 0;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.site-header__search:hover,
.site-header__search:focus-visible {
  color: var(--color-brand);
  background: rgba(219, 11, 18, 0.07);
}

.site-header__search:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
}

.site-header__search svg {
  display: block;
}

.site-header__menu-btn {
  display: none;
  width: 52px;
  height: var(--ino-header-main);
  background: none;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

body.menu-open .site-header__menu-btn--mobile {
  background: none;
}

.site-header__brand img {
  height: 52px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
}

.site-header__contact {
  width: 50px;
  height: var(--ino-header-main);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23575656' d='M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.2c20.9 16.9 50.7 16.9 71.6 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.1-92.8 31.1-131.2 0L48 212.2z'/%3E%3C/svg%3E") center / 32px no-repeat;
  border: none;
  cursor: pointer;
  display: none;
}

.site-header__contact--mobile { display: none; }

/* ── Preloader ── */
body.preloader-active {
  overflow: hidden;
}

.preloader {
  --preloader-mark-width: clamp(168px, 40vw, 220px);
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: opacity 0.6s ease, visibility 0.6s;
}

.preloader--hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: var(--preloader-mark-width);
  max-width: 88vw;
  text-align: center;
  transition: opacity 0.6s ease;
}

.preloader--hide .preloader__inner {
  opacity: 0;
}

.preloader__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
}

.preloader__brand {
  display: flex;
  justify-content: center;
  width: 100%;
  line-height: 0;
}

.preloader__brand img {
  display: block;
  width: var(--preloader-mark-width);
  max-width: 100%;
  height: auto;
}

.preloader__tagline {
  margin: 0;
  width: 100%;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  text-wrap: balance;
  color: #949494;
}

.preloader__tagline [lang="tr"],
.preloader__tagline [lang="en"] {
  display: block;
  padding-left: 0.16em;
}

html:not([data-lang="en"]) .preloader__tagline [lang="en"],
html[data-lang="en"] .preloader__tagline [lang="tr"] {
  display: none;
}

.preloader__progress {
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: #ececec;
  border-radius: 999px;
}

.preloader__progress-fill {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--color-brand);
  border-radius: inherit;
  transition: width 0.35s ease;
}

.preloader__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ── Carousel — tam viewport (header hariç) ── */
.main-ino {
  padding-top: var(--ino-header);
  transition: padding-top 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

body.carousel-video-active .main-ino {
  padding-top: 0;
}

body.carousel-video-active {
  overflow: hidden;
}

body.carousel-video-active .header-carousel {
  position: fixed;
  top: 0;
  left: 0;
  right: var(--ino-sidebar);
  height: 100dvh;
  max-height: 100dvh;
  z-index: 98;
  margin: 0;
}

body.carousel-video-active .header-carousel__slides {
  position: absolute;
  inset: 0;
  flex: none;
  height: 100%;
  min-height: 100dvh;
}

body.carousel-video-active .header-carousel__control {
  display: none;
}

body.carousel-video-active .site-header__topbar {
  background: #f8f9fa;
  border-bottom-color: rgba(66, 82, 96, 0.1);
}

/* Geçici — videoyu atla (tasarımı minimum etkiler) */
.video-skip-temp {
  display: none;
  position: absolute;
  top: calc(var(--ino-header) + 0.65rem);
  right: clamp(1.25rem, 3.5vw, 2.5rem);
  z-index: 6;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(8, 11, 16, 0.38);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  pointer-events: auto;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.header-carousel__slide--video.active .video-skip-temp {
  display: inline-flex;
}

.video-skip-temp:hover {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(8, 11, 16, 0.52);
  border-color: rgba(255, 255, 255, 0.32);
}

.video-skip-temp:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 2px;
}

body.carousel-video-active .site-header.is-scrolled .site-header__main {
  background: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: rgba(66, 82, 96, 0.12);
}

body.carousel-video-active .site-header__main {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

body.carousel-video-active .header-carousel-spacer {
  display: block;
  height: 100dvh;
}

.header-carousel-spacer {
  display: none;
}

.header-carousel {
  display: flex;
  flex-direction: column;
  height: calc(100dvh - var(--ino-header));
  max-height: calc(100dvh - var(--ino-header));
  overflow: hidden;
  background: #fff;
  --slide-content-offset: clamp(96px, 14vh, 140px);
  --slide-gap: clamp(8px, 1.4vw, 18px);
  --slide-pad-inline: clamp(12px, 2.5vw, 40px);
  --slide-pad-top: clamp(10px, 2vw, 24px);
  --slide-pad-bottom: clamp(4px, 0.8vw, 10px);
  --slide-title-size: clamp(1.125rem, 2.85vw, 2.25rem);
  --slide-title-line-height: 1.28;
  --slide-title-tracking: 0.01em;
  --slide-content-max-width: min(1140px, 94%);
  --slide-img-max-width: min(1240px, 98%);
  --slide-img-max-height: calc(100dvh - var(--ino-header) - var(--ino-carousel-ctrl) - var(--slide-content-offset));
  --slide-img-featured-scale: 1.36;
}

.header-carousel__slide--video {
  --slide-content-offset: 0;
}

.header-carousel__slide:nth-child(2) {
  --slide-content-offset: clamp(88px, 12vh, 120px);
}

.header-carousel__slide--video .slide-card {
  gap: 0;
  padding: 0;
}

.header-carousel__slide:nth-child(2) .slide-card {
  gap: clamp(4px, 0.7vw, 10px);
  padding-top: clamp(6px, 1vw, 14px);
  padding-bottom: 0;
}

.header-carousel__slides {
  position: relative;
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
  background: #fff;
  isolation: isolate;
  perspective: 1400px;
}

.header-carousel__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  pointer-events: none;
  transform: translate3d(0, 12px, 0) scale(0.985);
  filter: blur(5px);
  transition:
    opacity 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.82s;
  will-change: opacity, transform, filter;
}

.header-carousel__slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.header-carousel__slide.is-leaving {
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  filter: blur(6px);
}

.header-carousel__slides[data-direction="next"] .header-carousel__slide.is-entering:not(.active) {
  transform: translate3d(40px, 8px, 0) scale(0.978);
}

.header-carousel__slides[data-direction="prev"] .header-carousel__slide.is-entering:not(.active) {
  transform: translate3d(-40px, 8px, 0) scale(0.978);
}

.header-carousel__slides[data-direction="next"] .header-carousel__slide.is-leaving {
  transform: translate3d(-36px, -6px, 0) scale(0.972);
}

.header-carousel__slides[data-direction="prev"] .header-carousel__slide.is-leaving {
  transform: translate3d(36px, -6px, 0) scale(0.972);
}

.header-carousel__slide.is-entering.active .slide-card__content {
  animation: carousel-content-in 0.78s 0.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.header-carousel__slide.is-entering.active .slide-card__media {
  animation: carousel-media-in 0.88s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.header-carousel__slide--video.is-entering.active .slide-card__media {
  animation: carousel-video-in 0.88s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes carousel-content-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes carousel-media-in {
  from { opacity: 0.55; transform: scale(0.94); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes carousel-video-in {
  from { opacity: 0.65; }
  to { opacity: 1; }
}

.slide-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--slide-gap);
  width: 100%;
  height: 100%;
  padding: var(--slide-pad-top) var(--slide-pad-inline) var(--slide-pad-bottom);
  background: #fff;
}

.slide-card__media {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  max-height: calc(100% - var(--slide-content-offset));
  overflow: visible;
}

.slide-card__media img {
  width: auto;
  max-width: var(--slide-img-max-width);
  height: auto;
  max-height: var(--slide-img-max-height);
  object-fit: contain;
  object-position: center center;
}

.slide-card__media--video {
  position: relative;
  background: #111;
}

.slide-card__video {
  display: block;
  width: auto;
  max-width: min(100%, var(--slide-img-max-width));
  height: auto;
  max-height: var(--slide-img-max-height);
  object-fit: contain;
  object-position: center center;
  background: #111;
}

.header-carousel__slide--video .slide-card {
  height: 100%;
  padding: 0;
  gap: 0;
  justify-content: stretch;
}

.header-carousel__slide--video .slide-card__media--video {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  overflow: hidden;
}

.header-carousel__slide--video .slide-card__video {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  transform: none;
}

body.carousel-video-active .header-carousel__slide--video .slide-card__media--video,
body.carousel-video-active .header-carousel__slide--video .slide-card__video {
  min-height: 100dvh;
}

.slide-card__video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 11, 16, 0.92) 0%, rgba(8, 11, 16, 0.72) 30%, rgba(8, 11, 16, 0.18) 55%, transparent 76%),
    linear-gradient(180deg, rgba(8, 11, 16, 0.38) 0%, transparent 38%, rgba(8, 11, 16, 0.36) 100%);
}

.video-hero {
  --spotlight-view-h: 9.75rem;
  --spotlight-footer-h: 2.625rem;
  --spotlight-card-h: calc(var(--spotlight-view-h) + var(--spotlight-footer-h));
  --spotlight-media-w: 9.25rem;
  --spotlight-media-h: 6.5rem;
  --hero-l-gap: clamp(1.15rem, 2.2vw, 1.75rem);
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 2vh, 1.25rem);
  padding:
    calc(var(--ino-header) + clamp(0.75rem, 2vh, 1.25rem))
    clamp(1.25rem, 4vw, 3rem)
    clamp(1rem, 2.5vh, 1.75rem)
    clamp(1.5rem, 5.5vw, 5.5rem);
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.video-hero__middle {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  width: 100%;
  pointer-events: none;
}

.video-hero__layout {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(0.75rem, 2.5vw, 1.75rem);
  flex: 0 0 auto;
  width: 100%;
  pointer-events: none;
}

.video-hero__column {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  max-width: min(100%, 36rem);
  pointer-events: auto;
}

.video-hero__column--text {
  width: min(100%, 36rem);
  transform: translateY(100px);
}

.video-hero__frame {
  position: relative;
  padding:
    clamp(0.25rem, 0.5vw, 0.5rem)
    0
    clamp(0.85rem, 1.6vw, 1.15rem)
    calc(var(--hero-l-gap) + 1px);
}

.video-hero__frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: var(--color-brand);
  transform: scaleY(0);
  transform-origin: top center;
  pointer-events: none;
}

.video-hero__frame::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(3rem, 28%, 6.5rem);
  height: 1px;
  background: var(--color-brand);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}

.video-hero__eyebrow {
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.82);
}

.video-hero__title {
  margin: 0;
  max-width: 12em;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.6vw + 0.75rem, 3.625rem);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.022em;
  font-feature-settings: "kern" 1, "liga" 1;
  color: #fff;
  text-wrap: balance;
}

.video-hero__title-bold {
  font-weight: 800;
  letter-spacing: -0.028em;
}

.video-hero__subtitle {
  margin: 1.125rem 0 0;
  max-width: 26rem;
  font-family: var(--font-body);
  font-size: clamp(0.9375rem, 0.6vw + 0.8rem, 1.0625rem);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.74);
  text-wrap: pretty;
}

.video-hero__tools {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.625rem;
  flex: 1 1 auto;
  min-width: 0;
  max-width: min(100%, 36rem);
  pointer-events: auto;
}

.video-hero__tool {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex: 1 1 0;
  min-width: 0;
  height: auto;
  min-height: 4.125rem;
  padding: 0.65rem 0.85rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-decoration: none;
  color: #fff;
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.video-hero__tool:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.video-hero__tool:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.video-hero__tool-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 5px;
  background: rgba(219, 11, 18, 0.14);
  border: 1px solid rgba(219, 11, 18, 0.28);
  color: #ff7076;
}

.video-hero__tool-body {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.video-hero__tool-label {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.94);
}

.video-hero__tool-hint {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.5);
}

.video-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
  margin-top: 1.125rem;
  padding-left: calc(var(--hero-l-gap, 1.35rem) + 1px);
}

.video-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.65rem 1.35rem;
  border-radius: 6px;
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

.video-hero__btn--primary {
  color: #fff;
  background: var(--color-brand);
  border: 1px solid var(--color-brand);
  box-shadow: 0 8px 24px rgba(219, 11, 18, 0.24);
}

.video-hero__btn--primary:hover {
  transform: translateY(-1px);
  background: #e80c14;
  border-color: #e80c14;
}

.video-hero__btn--ghost {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.video-hero__btn--ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-1px);
}

.video-hero__btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* Mini makine slider — sağ alt, sabit boyut */
.hero-spotlight-wrap {
  flex: 0 1 31rem;
  width: min(100%, 31rem);
  min-width: 0;
  pointer-events: none;
}

.hero-spotlight__hook {
  margin: 0 0 0.5rem;
  padding-right: 0.15rem;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-align: right;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  min-height: 1.3em;
}

.hero-spotlight__hook::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 2px;
  margin-right: 0.5rem;
  vertical-align: middle;
  background: var(--color-brand);
}

.hero-spotlight__hook::after {
  content: " ↓";
  opacity: 0.7;
}

.hero-spotlight {
  width: 100%;
  height: var(--spotlight-card-h);
  background: #fff;
  border-radius: 12px;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.04),
    0 24px 56px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  pointer-events: auto;
  contain: layout style;
}

.hero-spotlight__viewport {
  position: relative;
  height: var(--spotlight-view-h);
  min-height: var(--spotlight-view-h);
  max-height: var(--spotlight-view-h);
  overflow: hidden;
}

.hero-spotlight__item {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--spotlight-media-w);
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.25rem 1.25rem 1.375rem;
  text-decoration: none;
  color: var(--color-primary-dark);
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transform: translateX(10px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s;
  will-change: opacity, transform;
}

.hero-spotlight__item.active {
  position: absolute;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transform: translateX(0);
}

.hero-spotlight__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.2rem;
  min-width: 0;
  height: 100%;
}

.hero-spotlight__cat {
  flex-shrink: 0;
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-brand);
}

.hero-spotlight__name {
  flex-shrink: 0;
  width: 100%;
  min-height: 2.35em;
  max-height: 2.35em;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.175;
  letter-spacing: -0.01em;
  color: var(--color-primary-dark);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.hero-spotlight__desc {
  flex-shrink: 0;
  width: 100%;
  min-height: 1.35em;
  max-height: 1.35em;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.35;
  color: var(--color-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-spotlight__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.25rem;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-brand);
  transition: gap 0.2s ease;
}

.hero-spotlight__item:hover .hero-spotlight__cta {
  gap: 0.45rem;
}

.hero-spotlight__cta svg {
  fill: currentColor;
}

.hero-spotlight__media {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--spotlight-media-w);
  height: var(--spotlight-media-h);
  background: #f4f5f6;
  border-radius: 8px;
  overflow: hidden;
}

.hero-spotlight__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.hero-spotlight__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  height: var(--spotlight-footer-h);
  min-height: var(--spotlight-footer-h);
  max-height: var(--spotlight-footer-h);
  padding: 0 0.85rem;
  border-top: 1px solid rgba(46, 46, 46, 0.08);
  background: #fafafa;
}

.hero-spotlight__arrow {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid rgba(46, 46, 46, 0.12);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
}

.hero-spotlight__arrow::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 auto;
  border: solid var(--color-primary-dark);
  border-width: 0 1.5px 1.5px 0;
}

.hero-spotlight__arrow--prev::before {
  transform: rotate(135deg) translate(-1px, 1px);
}

.hero-spotlight__arrow--next::before {
  transform: rotate(-45deg) translate(-1px, -1px);
}

.hero-spotlight__arrow:hover {
  border-color: rgba(219, 11, 18, 0.35);
  background: rgba(219, 11, 18, 0.04);
}

.hero-spotlight__arrow:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
}

.hero-spotlight__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex: 1;
}

.hero-spotlight__dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(46, 46, 46, 0.18);
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
}

.hero-spotlight__dot.active {
  background: var(--color-brand);
  transform: scale(1.15);
}

.hero-spotlight__dot:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
}

.header-carousel__slide--video.active .video-hero__frame::before {
  animation: video-hero-l-v 0.95s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.header-carousel__slide--video.active .video-hero__frame::after {
  animation: video-hero-l-h 0.7s 0.52s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.header-carousel__slide--video.active .video-hero__frame {
  animation: video-hero-in 0.75s 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.header-carousel__slide--video.active .video-hero__eyebrow {
  animation: none;
}

.header-carousel__slide--video.active .video-hero__title {
  animation: none;
}

.header-carousel__slide--video.active .video-hero__subtitle {
  animation: none;
}

.header-carousel__slide--video.active .video-hero__tools {
  animation: video-hero-in 0.85s 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes video-hero-l-v {
  from {
    transform: scaleY(0);
    opacity: 0.55;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes video-hero-l-h {
  from {
    transform: scaleX(0);
    opacity: 0.55;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes video-hero-in {
  from {
    opacity: 0;
    transform: translateX(-14px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-carousel__slide--video.active .video-hero__frame::before,
  .header-carousel__slide--video.active .video-hero__frame::after {
    animation: none;
    transform: none;
    opacity: 1;
  }

  .header-carousel__slide--video.active .video-hero__frame,
  .header-carousel__slide--video.active .video-hero__tools {
    animation: none;
  }

  .hero-spotlight__item {
    transition: none;
    will-change: auto;
  }
}

/* ALUPRO — 2. slide daha büyük */
.header-carousel__slide:nth-child(2) .slide-card__media {
  flex: 1 1 0;
  max-height: none;
}

.header-carousel__slide:nth-child(2) .slide-card__media img {
  width: auto;
  max-width: 100%;
  height: calc(100dvh - var(--ino-header) - var(--ino-carousel-ctrl) - clamp(112px, 15vh, 152px));
  max-height: none;
  object-fit: contain;
  transform: scale(var(--slide-img-featured-scale));
  transform-origin: center center;
}

.slide-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  max-width: var(--slide-content-max-width);
  text-align: center;
  gap: clamp(0.5rem, 1vw, 0.75rem);
  padding-inline: clamp(8px, 1.5vw, 16px);
}

.slide-card__title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.5rem, 1.1vw, 0.75rem);
  width: 100%;
}

.slide-card__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--slide-title-size);
  font-weight: var(--font-weight-extrabold, 800);
  line-height: var(--slide-title-line-height);
  letter-spacing: -0.015em;
  text-wrap: balance;
  color: var(--color-primary-dark);
}

.slide-card__cta {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0.35rem 0.35rem 0.35rem 1.15rem;
  min-height: 0;
  background: linear-gradient(135deg, #e80c14 0%, var(--color-brand) 55%, #b8090f 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: var(--font-weight-semibold);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow:
    0 4px 18px rgba(219, 11, 18, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  overflow: hidden;
  transition:
    transform 0.25s cubic-bezier(0.34, 1.2, 0.64, 1),
    box-shadow 0.25s ease,
    border-color 0.2s ease;
}

.slide-card__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.18) 0%, transparent 42%);
  pointer-events: none;
}

.slide-card__cta-label {
  position: relative;
  z-index: 1;
  padding: 0;
}

.slide-card__cta-arrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--color-brand);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s cubic-bezier(0.34, 1.2, 0.64, 1);
}

.slide-card__cta-arrow svg {
  display: block;
  width: 12px;
  height: 12px;
  transition: transform 0.25s ease;
}

.slide-card__cta:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    0 8px 26px rgba(219, 11, 18, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.slide-card__cta:hover .slide-card__cta-arrow {
  transform: scale(1.06);
}

.slide-card__cta:hover .slide-card__cta-arrow svg {
  transform: translateX(1px);
}

.slide-card__cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.slide-card__cta:active {
  transform: translateY(0);
  box-shadow: 0 3px 12px rgba(219, 11, 18, 0.24);
}

.header-carousel__control {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: var(--ino-carousel-ctrl);
  padding: 0 clamp(12px, 2.5vw, 40px) clamp(16px, 2.5vw, 24px);
  background: #fff;
}

.carousel-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(16px, 3vw, 32px);
  width: min(1140px, 100%);
}

.carousel-toolbar__hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.8vw, 36px);
  min-width: 0;
}

.carousel-toolbar__rule {
  flex-shrink: 0;
  width: clamp(28px, 5vw, 56px);
  height: 3px;
  border-radius: 999px;
  background: var(--ino-gray);
  opacity: 0.55;
}

.carousel-feature {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.28em;
  margin: 0;
  min-width: 0;
  transition: opacity 0.32s ease, transform 0.32s ease;
}

.carousel-feature.is-updating {
  opacity: 0;
  transform: translateY(8px);
}

.carousel-feature__value,
.carousel-feature__label {
  font-family: var(--font-display);
  font-weight: var(--font-weight-extrabold, 800);
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.carousel-feature__value {
  font-size: clamp(2rem, 5.2vw, 3.5rem);
  color: var(--color-brand);
}

.carousel-feature__label {
  font-size: clamp(1.625rem, 4.2vw, 3rem);
  color: var(--color-primary-dark);
}

.carousel-toolbar__cta {
  flex-shrink: 0;
  justify-self: end;
}

.carousel-btn-wrap {
  display: flex;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

.carousel-btn {
  width: clamp(48px, 5.5vw, 60px);
  height: clamp(48px, 5.5vw, 60px);
  border: none;
  border-radius: 0;
  background: transparent center / clamp(26px, 3.2vw, 34px) no-repeat;
  cursor: pointer;
  flex-shrink: 0;
  opacity: 0.78;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.carousel-btn:hover {
  opacity: 1;
  transform: scale(1.08);
  background-color: transparent;
}

.carousel-btn:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
  opacity: 1;
}

.carousel-btn--prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 6l-6 6 6 6' stroke='%23575656' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.carousel-btn--next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 6l6 6-6 6' stroke='%23575656' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* ── Kategori grid (INO) ── */
.categories-section {
  background: #f6f6f6;
  padding: 0;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.categories-grid__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  min-height: 375px;
  padding: 40px 20px;
  border: 2px solid var(--ino-border);
  border-right: 0;
  border-bottom: 0;
  background: #fff;
  position: relative;
}

.categories-grid__item p {
  font-size: 17px;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin: 12px 0 20px;
}

.categories-grid__item--dark {
  background: var(--ino-gray-dark);
  border-color: var(--ino-gray-dark);
  justify-content: center;
  overflow: hidden;
}

.categories-grid__item--dark h2 {
  font-family: var(--font-display);
  font-size: clamp(4rem, 12vw, 9rem);
  font-weight: 800;
  color: #fff;
  line-height: .85;
  letter-spacing: 4px;
  margin: 0;
}

.categories-grid__item--dark h3 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--color-brand);
  line-height: 1;
  margin: 0;
}

.categories-grid__item--dark h4 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4.5vw, 3.25rem);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin: 0;
}

.categories-grid__item--link::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 0 solid var(--color-brand);
  transition: all .2s ease;
  pointer-events: none;
  z-index: 1;
}

.categories-grid__item--link:hover::before {
  border-width: 4px;
  box-shadow: 0 4px 10px rgba(0,0,0,.25);
}

.categories-grid__item--link:hover .categories-grid__title {
  color: var(--color-brand);
}

.categories-grid__title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  font-weight: 500;
  color: var(--color-text);
  transition: color .2s;
  position: relative;
  z-index: 2;
}

.categories-grid__discover {
  display: inline-block;
  align-self: center;
  position: relative;
  z-index: 2;
  padding: 8px 50px;
  background: var(--ino-gray-dark);
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 2px 4px 4px rgba(0,0,0,.25);
  transition: background .3s;
}

.categories-grid__discover:hover {
  background: var(--color-brand);
  color: #fff;
}

.categories-grid__item--dark [lang="en"] { display: none; }
html[data-lang="en"] .categories-grid__item--dark [lang="tr"] { display: none; }
html[data-lang="en"] .categories-grid__item--dark [lang="en"] { display: block; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .categories-grid { grid-template-columns: repeat(2, 1fr); }

  .site-header__topbar-note {
    display: none;
  }

  .video-hero__layout {
    flex-direction: column;
    align-items: stretch;
    gap: 0.875rem;
  }

  .video-hero__middle {
    align-items: center;
  }

  .video-hero__column--text {
    max-width: 100%;
  }

  .video-hero__tools {
    max-width: 100%;
  }

  .hero-spotlight-wrap {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .hero-spotlight__hook {
    text-align: left;
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  :root { --ino-sidebar: 0px; }

  .right-nav { display: none; }

  .site-wrap { margin-right: 0; }

  .site-header { right: 0; }

  .site-header__main {
    padding: 0 10px;
    grid-template-columns: auto 1fr auto;
    gap: 8px;
  }

  .site-header__left { gap: 6px; }

  .site-header__search {
    width: 40px;
    height: 40px;
  }

  .site-header__langs button {
    min-height: 34px;
    padding: 0 8px;
  }

  .drawer-overlay { right: 0; }

  .drawer-panel {
    right: 0;
    width: min(360px, 92vw);
  }

  .site-header__contact--mobile,
  .site-header__menu-btn--mobile { display: flex; }

  .site-header__topbar {
    display: none;
  }

  :root {
    --ino-carousel-ctrl: 96px;
  }

  .header-carousel {
    height: calc(100dvh - var(--ino-header));
    max-height: calc(100dvh - var(--ino-header));
    --slide-content-offset: clamp(88px, 18vh, 120px);
    --slide-gap: 10px;
    --slide-pad-inline: 16px;
    --slide-pad-top: 14px;
    --slide-pad-bottom: 8px;
    --slide-title-size: clamp(0.875rem, 4.8vw, 1.25rem);
    --slide-title-line-height: 1.3;
    --slide-title-tracking: 0.008em;
    --slide-content-max-width: 100%;
    --slide-img-max-width: 100%;
    --slide-img-max-height: min(56vh, 460px);
    --slide-img-featured-scale: 1.2;
  }

  .header-carousel__slide--video {
    --slide-content-offset: 0;
  }

  .header-carousel__slide:nth-child(2) {
    --slide-content-offset: clamp(80px, 16vh, 108px);
  }

  .header-carousel__slide--video .slide-card {
    gap: 0;
    padding: 0;
  }

  .header-carousel__slide--video .slide-card__video {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    transform: none;
  }

  .header-carousel__slide:nth-child(2) .slide-card {
    gap: 6px;
    padding-top: 8px;
    padding-bottom: 0;
  }

  .header-carousel__slide:nth-child(2) .slide-card__media img {
    width: 100%;
    height: auto;
    max-height: min(68vh, 580px);
    transform: scale(var(--slide-img-featured-scale));
  }

  .video-hero {
    --spotlight-view-h: 8.75rem;
    --spotlight-footer-h: 2.375rem;
    --spotlight-media-w: 7.75rem;
    --spotlight-media-h: 5.5rem;
    padding:
      calc(var(--ino-header) + 0.875rem)
      1.25rem
      0.875rem
      1.25rem;
  }

  .video-hero__middle {
    align-items: center;
  }

  .video-hero__column--text {
    max-width: 100%;
  }

  .video-hero__title {
    max-width: 100%;
    font-size: clamp(1.75rem, 8vw, 2.375rem);
  }

  .video-hero__subtitle {
    max-width: 100%;
    font-size: 0.9375rem;
  }

  .video-hero__layout {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .video-hero__tools {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .video-hero__tool {
    flex: 1 1 calc(50% - 0.35rem);
    min-width: min(100%, 9.5rem);
    min-height: 3.875rem;
    padding: 0.6rem 0.75rem;
  }

  .video-hero__tool:last-child {
    flex: 1 1 100%;
  }

  .hero-spotlight-wrap {
    width: 100%;
    max-width: 100%;
  }

  .hero-spotlight__name {
    font-size: 1.0625rem;
    min-height: 2.4em;
    max-height: 2.4em;
  }

  .slide-card {
    padding: var(--slide-pad-top) var(--slide-pad-inline) var(--slide-pad-bottom);
    gap: var(--slide-gap);
  }

  .slide-card__media {
    max-height: calc(100% - var(--slide-content-offset));
  }

  .slide-card__media img {
    max-width: var(--slide-img-max-width);
    max-height: var(--slide-img-max-height);
  }

  .slide-card__content {
    gap: 0.65rem;
  }

  .slide-card__cta {
    padding: 0.3rem 0.3rem 0.3rem 1rem;
    font-size: 0.75rem;
    gap: 0.625rem;
  }

  .slide-card__cta-arrow {
    width: 26px;
    height: 26px;
  }

  .slide-card__cta-arrow svg {
    width: 11px;
    height: 11px;
  }

  .header-carousel__control {
    padding: 0 12px 12px;
  }

  .carousel-toolbar {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .carousel-toolbar__hero {
    gap: 10px;
  }

  .carousel-toolbar__rule {
    width: 20px;
  }

  .carousel-feature__value {
    font-size: clamp(1.625rem, 8vw, 2.25rem);
  }

  .carousel-feature__label {
    font-size: clamp(1.375rem, 6.5vw, 1.875rem);
  }

  .carousel-toolbar__cta {
    justify-self: center;
  }

  .carousel-toolbar__hero .carousel-btn {
    width: 42px;
    height: 42px;
    background-size: 24px;
  }

  .carousel-btn-wrap { gap: 24px; }

  .categories-grid { grid-template-columns: 1fr; }

  .categories-grid__item {
    border-right: 2px solid var(--ino-border);
    min-height: 280px;
  }

  .drawer-panel--nav .drawer-panel__body {
    padding: 18px 24px 8px;
  }
}

@media (max-height: 740px) {
  .drawer-panel--nav .drawer-panel__body {
    padding-top: 16px;
    padding-bottom: 8px;
  }

  .drawer-panel__heading { margin-bottom: 8px; }

  .drawer-panel__list li { margin-bottom: 5px; }

  .drawer-panel__list--light li { margin-bottom: 4px; }

  .drawer-panel__list a { font-size: 1rem; }

  .drawer-panel__list--light a { font-size: 0.9375rem; }

  .drawer-panel__section--products { padding-top: 10px; padding-bottom: 6px; }

  .drawer-panel__section--links { padding-top: 8px; }

  .drawer-panel__footer { padding: 8px 32px; }

  .drawer-panel__contact {
    gap: 6px 14px;
    padding-bottom: 10px;
  }
}
