/* IMT300 — site kabuğu ile (sadece arka plan siyah) */
body.eq-imt-page {
  font-size: 13px;
  line-height: 1.6;
}

body.eq-imt-page {
  background: #000;
}

body.eq-imt-page header.hdr,
body.eq-imt-page nav.topnav,
body.eq-imt-page .topnav {
  background: #000 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

body.eq-imt-page header.hdr {
  color: #f2f2f7;
}

body.eq-imt-page header.hdr .hdr-alici,
body.eq-imt-page header.hdr .hdr-right a,
body.eq-imt-page header.hdr .hdr-right button,
body.eq-imt-page nav.topnav .topnav-item,
body.eq-imt-page nav.topnav .topnav-sep {
  color: rgba(255, 255, 255, 0.92) !important;
}

body.eq-imt-page header.hdr .srch {
  border-color: rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

body.eq-imt-page header.hdr .srch-cat,
body.eq-imt-page header.hdr .srch-btn {
  border-color: rgba(255, 255, 255, 0.18) !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.92) !important;
}

body.eq-imt-page header.hdr .srch-input {
  color: rgba(255, 255, 255, 0.95) !important;
}

body.eq-imt-page header.hdr .srch-input::placeholder {
  color: rgba(255, 255, 255, 0.58) !important;
}

body.eq-imt-page .pg.imt-page,
body.eq-imt-page .imt-page-main {
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--bes-void, #000);
}

.imt-hero {
  background: linear-gradient(180deg, #0a0a0a 0%, #000 100%);
  color: var(--bes-ink, #f2f2f7);
  padding: 48px 20px 56px;
  overflow: hidden;
  border-bottom: 1px solid var(--bes-rule, rgba(255, 255, 255, 0.12));
}

.imt-hero-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 40px;
  align-items: center;
}

.imt-kicker {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bes-gold, #c8a44a);
  font-weight: 600;
  margin-bottom: 12px;
}

.imt-hero h1 {
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  color: var(--eq-drawer-head-text, var(--eq-text));
}

.imt-hero h1 em {
  font-style: normal;
  color: var(--eq-topnav-dept-bg, #001e50);
}

.imt-lead {
  font-size: 17px;
  line-height: 1.55;
  color: var(--eq-text-secondary);
  max-width: 560px;
  margin-bottom: 22px;
}

.imt-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.imt-badge {
  font-size: 11px;
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--eq-topnav-dept-bg, #001e50) 18%, transparent);
  color: var(--eq-topnav-dept-bg, #001e50);
  background: color-mix(in srgb, var(--eq-topnav-dept-bg, #001e50) 6%, transparent);
}

.imt-ctas.eq-product-actions {
  margin-bottom: 0;
}

.imt-cta-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #25d366;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.imt-cta-wa:hover {
  background: #1fb855;
}

.eq-imt-btn-gold.eq-product-btn-cart {
  background: var(--eq-accent-gold, #c5a455) !important;
  color: var(--eq-topnav-dept-bg, #001e50) !important;
}

.eq-imt-btn-gold.eq-product-btn-cart:hover {
  filter: brightness(1.06);
}

.imt-manual-wrap {
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid var(--eq-border);
  border-radius: 8px;
  overflow: hidden;
  background: var(--eq-surface);
}

.imt-manual-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--eq-border);
  background: var(--eq-surface-2);
}

.imt-manual-bar p {
  margin: 0;
  font-size: 13px;
  color: var(--eq-text-secondary);
}

.imt-manual-frame {
  width: 100%;
  height: min(78vh, 920px);
  border: 0;
  display: block;
  background: #525659;
}

.imt-hero-visual {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: var(--eq-surface-2);
  border: 1px solid var(--eq-border);
}

.imt-hero-visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-height: 420px;
}

.imt-hero-thumbs {
  display: flex;
  gap: 6px;
  padding: 10px;
  overflow-x: auto;
  background: var(--eq-surface);
}

.imt-hero-thumbs button {
  flex: 0 0 52px;
  height: 52px;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 0;
  background: var(--eq-surface-2);
  cursor: pointer;
  overflow: hidden;
}

.imt-hero-thumbs button.on {
  border-color: var(--eq-topnav-dept-bg, #001e50);
}

.imt-hero-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imt-sec {
  padding: 56px 20px;
  background: #0a0a0a;
}

.imt-sec.alt {
  background: #111;
}

.imt-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.imt-sec-k {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--eq-accent-gold, #c5a455);
  font-weight: 600;
  margin-bottom: 8px;
}

.imt-sec h2 {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 12px;
  color: var(--eq-drawer-head-text);
}

.imt-sec-lead {
  font-size: 16px;
  line-height: 1.65;
  color: var(--eq-text-secondary);
  max-width: 760px;
  margin-bottom: 32px;
}

.imt-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.imt-ben {
  background: var(--eq-surface);
  border: 1px solid var(--eq-border);
  padding: 22px 20px;
  border-radius: 6px;
}

.imt-sec.alt .imt-ben {
  background: var(--eq-surface);
}

.imt-ben h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--eq-drawer-head-text);
}

.imt-ben p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--eq-text-secondary);
}

.imt-formats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.imt-fmt {
  border: 1px solid var(--eq-border);
  border-radius: 8px;
  padding: 18px 16px;
  text-align: center;
  background: var(--eq-surface);
}

.imt-fmt-ico {
  font-size: 28px;
  margin-bottom: 8px;
  line-height: 1;
}

.imt-fmt h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.imt-fmt-cap {
  font-size: 22px;
  font-weight: 700;
  color: var(--eq-topnav-dept-bg, #001e50);
}

.imt-fmt-cap span {
  font-size: 12px;
  font-weight: 500;
  color: var(--eq-text-muted);
}

/* Koyu vitrin — parti adet rakamları okunaklı */
body.eq-imt-page .imt-fmt h3 {
  color: rgba(255, 255, 255, 0.95);
}

body.eq-imt-page .imt-fmt-cap {
  color: #fff;
}

body.eq-imt-page .imt-fmt-cap span {
  color: rgba(255, 255, 255, 0.88);
}

.imt-fmt-size {
  font-size: 11px;
  color: var(--eq-text-muted);
  margin-top: 6px;
}

.imt-spec-wrap {
  overflow-x: auto;
  border: 1px solid var(--eq-border);
  border-radius: 6px;
}

.imt-spec {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.imt-spec th,
.imt-spec td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--eq-border);
}

.imt-spec th {
  background: var(--eq-surface-2);
  font-weight: 600;
  width: 38%;
  color: var(--eq-drawer-head-text);
}

.imt-spec tr:last-child th,
.imt-spec tr:last-child td {
  border-bottom: none;
}

.imt-spec-note {
  font-size: 12px;
  color: var(--eq-text-muted);
  margin-top: 14px;
  line-height: 1.5;
}

.imt-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.imt-steps {
  counter-reset: stp;
}

.imt-step {
  position: relative;
  padding-left: 36px;
  margin-bottom: 18px;
}

.imt-step::before {
  counter-increment: stp;
  content: counter(stp);
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--eq-topnav-dept-bg, #001e50);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imt-step h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.imt-step p {
  font-size: 13px;
  color: var(--eq-text-secondary);
  line-height: 1.55;
}

.imt-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}

.imt-gallery figure {
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--eq-border);
  background: var(--eq-surface-2);
}

.imt-gallery img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.imt-gallery figcaption {
  font-size: 11px;
  padding: 8px 10px;
  color: var(--eq-text-muted);
}

.imt-audience {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.imt-audience span {
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 20px;
  background: var(--eq-surface-2);
  border: 1px solid var(--eq-border);
  color: var(--eq-text);
}

.imt-faq {
  border-top: 1px solid var(--eq-border);
}

.imt-faq details {
  border-bottom: 1px solid var(--eq-border);
}

.imt-faq summary {
  padding: 18px 0;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.imt-faq summary::-webkit-details-marker {
  display: none;
}

.imt-faq summary::after {
  content: "+";
  font-size: 22px;
  color: var(--eq-accent-gold, #c5a455);
  font-weight: 300;
}

.imt-faq details[open] summary::after {
  content: "−";
}

.imt-faq p {
  padding: 0 0 18px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--eq-text-secondary);
  max-width: 820px;
}

.imt-video-sec {
  padding: 0 20px 48px;
  background: var(--eq-surface);
}

.imt-video-wrap {
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid var(--eq-border);
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}

.imt-video-wrap .imt-video-aspect {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.imt-video-wrap .imt-video-aspect .eq-yt {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.imt-video-cap {
  max-width: 1100px;
  margin: 10px auto 0;
  font-size: 12px;
  color: var(--eq-text-muted);
  line-height: 1.5;
}

@media (max-width: 800px) {
  .imt-cols {
    grid-template-columns: 1fr;
  }

  .imt-hero-grid {
    grid-template-columns: 1fr;
  }
}
