body#index #left-column {
  display: none !important;
}

body#index #content-wrapper {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

body#index #wrapper > .container,
body#index #wrapper .tv-left-layout {
  max-width: 1480px;
  width: 100%;
}

body#index .page-home > .tvcmstwoofferbanners-one,
body#index .page-home > .tvcmstab-title-product,
body#index .page-home > .tvcmsspecial-product,
body#index .page-home > .tvcmsofferbanners-one {
  display: none !important;
}

body#index .tvcms-prod-popup {
  display: none !important;
}

.mlg-marketfront {
  --mlg-ink: #0b172a;
  --mlg-muted: #65738a;
  --mlg-blue: #1476ff;
  --mlg-cyan: #1bd4ff;
  --mlg-line: #e7edf5;
  --mlg-soft: #f5f8fc;
  color: var(--mlg-ink);
  font-family: inherit;
  margin: 0 auto 46px;
  max-width: 1440px;
  overflow: hidden;
  padding: 16px;
}

.mlg-hero {
  align-items: center;
  background-color: #061229;
  background-image: linear-gradient(90deg, rgba(3, 10, 27, .12) 0%, rgba(3, 10, 27, .02) 48%, rgba(3, 10, 27, 0) 100%), url('../img/hero-tech.webp');
  background-position: center;
  background-size: cover;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(13, 35, 74, .22);
  display: flex;
  min-height: 500px;
  overflow: hidden;
  padding: 64px clamp(30px, 6vw, 88px);
  position: relative;
}

.mlg-hero::after {
  background: linear-gradient(110deg, rgba(2, 8, 24, .94) 0%, rgba(3, 14, 39, .72) 42%, rgba(4, 20, 54, .06) 72%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.mlg-hero__content {
  color: #fff;
  max-width: 620px;
  position: relative;
  z-index: 1;
}

.mlg-eyebrow {
  color: #7ee8ff;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.mlg-eyebrow--dark {
  color: var(--mlg-blue);
}

.mlg-hero h1 {
  color: #fff;
  font-size: clamp(40px, 5vw, 70px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: .98;
  margin: 0 0 24px;
  max-width: 600px;
}

.mlg-hero p {
  color: rgba(255,255,255,.82);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.58;
  margin: 0 0 30px;
  max-width: 560px;
}

.mlg-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.mlg-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.mlg-button:hover {
  transform: translateY(-2px);
}

.mlg-button--primary {
  background: linear-gradient(135deg, #1bd4ff, #1476ff);
  box-shadow: 0 10px 28px rgba(20,118,255,.38);
  color: #fff !important;
}

.mlg-sync {
  align-items: center;
  color: rgba(255,255,255,.86);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
}

.mlg-sync__dot,
.mlg-stock-dot {
  background: #32d583;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(50,213,131,.16);
  display: inline-block;
  height: 8px;
  width: 8px;
}

.mlg-hero__stats {
  align-items: baseline;
  border-top: 1px solid rgba(255,255,255,.18);
  display: flex;
  gap: 10px;
  margin-top: 38px;
  padding-top: 20px;
}

.mlg-hero__stats strong {
  color: #fff;
  font-size: 28px;
}

.mlg-hero__stats span {
  color: rgba(255,255,255,.68);
  font-size: 14px;
}

.mlg-categories,
.mlg-products {
  padding: 72px 8px 4px;
}

.mlg-section-heading {
  margin-bottom: 28px;
  max-width: 760px;
}

.mlg-section-heading--inline {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  max-width: none;
}

.mlg-section-heading h2 {
  color: var(--mlg-ink);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.08;
  margin: 0;
}

.mlg-section-heading p {
  color: var(--mlg-muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 12px 0 0;
}

.mlg-section-heading--inline > a {
  color: var(--mlg-blue);
  font-weight: 800;
  margin-bottom: 5px;
}

.mlg-category-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.mlg-category {
  background: #fff;
  border: 1px solid var(--mlg-line);
  border-radius: 18px;
  color: var(--mlg-ink) !important;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 22px 18px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.mlg-category:hover {
  border-color: rgba(20,118,255,.42);
  box-shadow: 0 16px 34px rgba(35, 61, 102, .12);
  transform: translateY(-3px);
}

.mlg-category__icon {
  align-items: center;
  background: linear-gradient(135deg, #edf8ff, #edf1ff);
  border-radius: 13px;
  color: var(--mlg-blue);
  display: inline-flex;
  font-size: 26px;
  height: 48px;
  justify-content: center;
  margin-bottom: 18px;
  width: 48px;
}

.mlg-category__name {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.mlg-category small {
  color: var(--mlg-muted);
  font-size: 12px;
  margin-top: 6px;
}

.mlg-promos {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 72px 8px 0;
}

.mlg-promo {
  background-position: center;
  background-size: cover;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(18, 38, 74, .16);
  color: #fff !important;
  min-height: 330px;
  overflow: hidden;
  padding: 46px;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}

.mlg-promo::before {
  background: linear-gradient(95deg, rgba(4,12,29,.92), rgba(4,15,35,.68) 43%, rgba(5,20,45,.05) 74%);
  content: '';
  inset: 0;
  position: absolute;
}

.mlg-promo:hover {
  box-shadow: 0 22px 50px rgba(18, 38, 74, .23);
  transform: translateY(-3px);
}

.mlg-promo--work {
  background-image: url('../img/promo-work.webp');
}

.mlg-promo--play {
  background-image: url('../img/promo-play.webp');
}

.mlg-promo > * {
  max-width: 310px;
  position: relative;
  z-index: 1;
}

.mlg-promo h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -.035em;
  margin: 0 0 14px;
}

.mlg-promo p {
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 25px;
}

.mlg-promo__cta {
  color: #fff;
  font-weight: 800;
}

.mlg-product-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlg-product-card {
  background: #fff;
  border: 1px solid var(--mlg-line);
  border-radius: 20px;
  min-width: 0;
  overflow: hidden;
  transition: box-shadow .2s ease, transform .2s ease;
}

.mlg-product-card:hover {
  box-shadow: 0 18px 40px rgba(31, 57, 96, .13);
  transform: translateY(-3px);
}

.mlg-product-card__image {
  align-items: center;
  background: linear-gradient(180deg, #fafcff, #f5f8fc);
  display: flex;
  height: 260px;
  justify-content: center;
  padding: 24px;
  position: relative;
}

.mlg-product-card__image img {
  height: 100%;
  max-height: 220px;
  object-fit: contain;
  transition: transform .25s ease;
  width: 100%;
}

.mlg-product-card:hover .mlg-product-card__image img {
  transform: scale(1.035);
}

.mlg-product-card__badge {
  background: #eafbf3;
  border-radius: 999px;
  color: #087a48;
  font-size: 11px;
  font-weight: 800;
  left: 16px;
  padding: 7px 10px;
  position: absolute;
  top: 16px;
}

.mlg-product-card__body {
  padding: 20px;
}

.mlg-product-card h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 14px;
  min-height: 66px;
}

.mlg-product-card h3 a {
  color: var(--mlg-ink);
}

.mlg-product-card__meta {
  align-items: center;
  color: var(--mlg-muted);
  display: flex;
  font-size: 12px;
  gap: 8px;
  margin-bottom: 17px;
}

.mlg-stock-dot {
  box-shadow: none;
  height: 7px;
  width: 7px;
}

.mlg-product-card__footer {
  align-items: center;
  border-top: 1px solid var(--mlg-line);
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}

.mlg-product-card__footer strong {
  color: var(--mlg-ink);
  font-size: 21px;
}

.mlg-product-card__footer a {
  color: var(--mlg-blue);
  font-size: 12px;
  font-weight: 800;
}

.mlg-trustbar {
  background: var(--mlg-soft);
  border: 1px solid var(--mlg-line);
  border-radius: 22px;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 72px 8px 12px;
  padding: 30px;
}

.mlg-trustbar > div {
  display: grid;
  grid-template-columns: 50px 1fr;
  padding: 0 28px;
}

.mlg-trustbar > div + div {
  border-left: 1px solid #dce5f0;
}

.mlg-trustbar .material-icons {
  align-items: center;
  background: #fff;
  border-radius: 14px;
  color: var(--mlg-blue);
  display: flex;
  font-size: 26px;
  grid-row: 1 / span 2;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.mlg-trustbar strong {
  color: var(--mlg-ink);
  font-size: 14px;
}

.mlg-trustbar small {
  color: var(--mlg-muted);
  font-size: 12px;
  margin-top: 5px;
}

@media (max-width: 1199px) {
  .mlg-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .mlg-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
  .mlg-hero { min-height: 470px; }
  .mlg-promos { grid-template-columns: 1fr; }
  .mlg-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mlg-trustbar { grid-template-columns: 1fr; padding: 10px 24px; }
  .mlg-trustbar > div { padding: 20px 8px; }
  .mlg-trustbar > div + div { border-left: 0; border-top: 1px solid #dce5f0; }
}

@media (max-width: 767px) {
  .mlg-marketfront { padding: 8px; }
  .mlg-hero { background-position: 62% center; border-radius: 20px; min-height: 510px; padding: 42px 25px; }
  .mlg-hero::after { background: linear-gradient(90deg, rgba(2,8,24,.95), rgba(3,14,39,.78) 72%, rgba(3,14,39,.42)); }
  .mlg-hero h1 { font-size: 42px; }
  .mlg-hero__content { max-width: 90%; }
  .mlg-categories, .mlg-products { padding-top: 52px; }
  .mlg-section-heading--inline { align-items: flex-start; flex-direction: column; gap: 14px; }
  .mlg-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mlg-category { min-height: 140px; }
  .mlg-promos { padding-top: 52px; }
  .mlg-promo { min-height: 320px; padding: 34px 28px; }
  .mlg-product-card__image { height: 220px; }
}

@media (max-width: 520px) {
  .mlg-product-grid { grid-template-columns: 1fr; }
  .mlg-hero__actions { align-items: flex-start; flex-direction: column; }
  .mlg-category-grid { gap: 9px; }
  .mlg-category { padding: 17px 14px; }
  .mlg-promo h2 { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  .mlg-marketfront * { scroll-behavior: auto !important; transition: none !important; }
}
