.mhg-dealer-network-page {
  --dealer-ink: #07110d;
  --dealer-paper: #f4f7f5;
  --dealer-muted: #596861;
  --dealer-line: rgba(7, 17, 13, 0.16);
  --dealer-green: #2ca33c;
  background: var(--dealer-paper);
}

.mhg-cinematic--dealer-network {
  min-height: 720px;
  padding: 92px 0 68px;
  background:
    linear-gradient(90deg, rgba(2, 9, 7, 0.98) 0%, rgba(2, 9, 7, 0.88) 43%, rgba(2, 9, 7, 0.32) 73%, rgba(2, 9, 7, 0.13) 100%),
    var(--mhg-hero-image) var(--mhg-hero-position) / cover;
}

.mhg-cinematic--dealer-network::before {
  opacity: 1;
  background: linear-gradient(180deg, rgba(1, 7, 5, 0.03), rgba(1, 7, 5, 0.62));
}

.mhg-cinematic--dealer-network .mhg-cinematic__inner {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 72px;
}

.mhg-cinematic--dealer-network h1 {
  max-width: 800px;
  font-size: 70px;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: none;
}

.mhg-cinematic--dealer-network .mhg-cinematic__copy {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
}

.mhg-cinematic--dealer-network .mhg-tech-console {
  align-self: end;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(2, 11, 8, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.mhg-cinematic--dealer-network .mhg-console-row strong {
  color: #64de71;
}

.mhg-dealer-capabilities,
.mhg-dealer-standard,
.mhg-dealer-systems,
.mhg-dealer-proof,
.mhg-dealer-faq,
.mhg-dealer-next {
  position: relative;
}

.mhg-dealer-capabilities {
  padding: 104px 0 112px;
  color: var(--dealer-ink);
  background: #f8faf8;
}

.mhg-dealer-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.65fr);
  gap: 88px;
  align-items: end;
  margin-bottom: 48px;
}

.mhg-dealer-heading h2,
.mhg-dealer-standard h2,
.mhg-dealer-faq h2,
.mhg-dealer-next h2 {
  margin: 8px 0 0;
  max-width: 840px;
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: 0;
}

.mhg-dealer-heading > p,
.mhg-dealer-standard__content > div > p,
.mhg-dealer-next__inner > div > p {
  margin: 0;
  color: var(--dealer-muted);
  font-size: 18px;
  line-height: 1.62;
}

.mhg-dealer-capability-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mhg-dealer-capability {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--dealer-line);
  border-radius: 6px;
  color: var(--dealer-ink);
  background: #fff;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.mhg-dealer-capability__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e9efeb;
}

.mhg-dealer-capability__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.mhg-dealer-capability--contain .mhg-dealer-capability__media img {
  padding: 18px;
  object-fit: contain;
}

.mhg-dealer-capability__body {
  position: relative;
  display: grid;
  min-height: 174px;
  padding: 23px 58px 22px 22px;
  align-content: start;
}

.mhg-dealer-capability__body > span {
  position: absolute;
  top: 24px;
  right: 20px;
  color: var(--dealer-green);
  font-size: 12px;
  font-weight: 950;
}

.mhg-dealer-capability__body strong {
  max-width: 250px;
  font-size: 20px;
  line-height: 1.2;
}

.mhg-dealer-capability__body small {
  margin-top: 8px;
  color: #63736d;
  font-size: 13px;
  font-weight: 750;
}

.mhg-dealer-capability__body em {
  margin-top: auto;
  padding-top: 21px;
  color: #1c8a2b;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.mhg-dealer-capability__body em b {
  font-weight: inherit;
}

.mhg-dealer-capability:hover,
.mhg-dealer-capability:focus-visible {
  border-color: rgba(44, 163, 60, 0.62);
  box-shadow: 0 18px 42px rgba(7, 16, 13, 0.13);
  transform: translateY(-3px);
}

.mhg-dealer-capability:hover img,
.mhg-dealer-capability:focus-visible img {
  transform: scale(1.025);
}

.mhg-dealer-standard {
  padding: 118px 0;
  color: var(--dealer-ink);
  background: #eaf1ec;
}

.mhg-dealer-standard__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  gap: clamp(60px, 7vw, 112px);
  align-items: start;
}

.mhg-dealer-standard__media {
  position: sticky;
  top: 112px;
  margin: 0;
}

.mhg-dealer-standard__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  object-fit: cover;
}

.mhg-dealer-standard__media figcaption {
  margin-top: 12px;
  color: #687771;
  font-size: 12px;
  line-height: 1.45;
}

.mhg-dealer-standard__content > div > p {
  margin-top: 22px;
}

.mhg-dealer-standard__steps {
  margin-top: 44px;
  border-top: 1px solid var(--dealer-line);
}

.mhg-dealer-standard__steps article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--dealer-line);
}

.mhg-dealer-standard__steps article > span {
  color: var(--dealer-green);
  font-size: 13px;
  font-weight: 950;
}

.mhg-dealer-standard__steps h3,
.mhg-dealer-standard__steps p {
  margin: 0;
}

.mhg-dealer-standard__steps h3 {
  font-size: 19px;
  line-height: 1.3;
}

.mhg-dealer-standard__steps p {
  margin-top: 7px;
  color: var(--dealer-muted);
  font-size: 14px;
  line-height: 1.55;
}

.mhg-dealer-systems {
  padding: 116px 0 122px;
  color: #fff;
  background: #07110d;
}

.mhg-dealer-heading--light > p {
  color: rgba(255, 255, 255, 0.68);
}

.mhg-dealer-theatre {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(390px, 0.6fr);
  gap: 16px;
}

.mhg-dealer-spanesi,
.mhg-dealer-system {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: #101b17;
}

.mhg-dealer-spanesi {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 730px;
}

.mhg-dealer-spanesi > a {
  display: block;
  min-height: 430px;
  overflow: hidden;
}

.mhg-dealer-spanesi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mhg-dealer-spanesi > div {
  padding: 34px;
}

.mhg-dealer-spanesi h3,
.mhg-dealer-system h3 {
  margin: 7px 0 0;
  letter-spacing: 0;
}

.mhg-dealer-spanesi h3 {
  max-width: 590px;
  font-size: 38px;
  line-height: 1.05;
}

.mhg-dealer-spanesi p:not(.mhg-kicker),
.mhg-dealer-system p:not(.mhg-kicker) {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.mhg-dealer-spanesi .mhg-btn {
  margin-top: 12px;
}

.mhg-dealer-supporting {
  display: grid;
  gap: 16px;
}

.mhg-dealer-system {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 232px;
}

.mhg-dealer-system > a {
  display: block;
  overflow: hidden;
  background: #fff;
}

.mhg-dealer-system > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mhg-dealer-system > div {
  padding: 22px;
}

.mhg-dealer-system h3 {
  font-size: 22px;
  line-height: 1.12;
}

.mhg-dealer-system p:not(.mhg-kicker) {
  margin: 9px 0 14px;
  font-size: 13px;
}

.mhg-dealer-system > div > a {
  color: #65da72;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.mhg-dealer-proof {
  padding: 112px 0 120px;
  color: var(--dealer-ink);
  background: #f8faf8;
}

.mhg-dealer-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mhg-dealer-proof figure {
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 17, 13, 0.1);
}

.mhg-dealer-proof figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.mhg-dealer-proof figcaption {
  position: relative;
  display: grid;
  min-height: 164px;
  padding: 23px 55px 24px 22px;
}

.mhg-dealer-proof figcaption > span {
  position: absolute;
  top: 24px;
  right: 20px;
  color: var(--dealer-green);
  font-size: 12px;
  font-weight: 950;
}

.mhg-dealer-proof figcaption strong {
  font-size: 20px;
  line-height: 1.25;
}

.mhg-dealer-proof figcaption small {
  margin-top: 9px;
  color: var(--dealer-muted);
  font-size: 14px;
  line-height: 1.5;
}

.mhg-dealer-faq {
  padding: 112px 0;
  color: #fff;
  background: #0d1914;
}

.mhg-dealer-faq__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(62px, 8vw, 124px);
  align-items: start;
}

.mhg-dealer-question {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mhg-dealer-question:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mhg-dealer-question summary {
  position: relative;
  padding: 23px 52px 23px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.35;
  list-style: none;
}

.mhg-dealer-question summary::-webkit-details-marker {
  display: none;
}

.mhg-dealer-question summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 4px;
  color: #65da72;
  font-size: 28px;
  font-weight: 500;
}

.mhg-dealer-question[open] summary::after {
  content: "−";
}

.mhg-dealer-question p {
  margin: -5px 52px 24px 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

.mhg-dealer-next {
  overflow: hidden;
  color: #fff;
  background: #031009;
}

.mhg-dealer-next__inner {
  display: grid;
  min-height: 540px;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 70px;
  align-items: center;
}

.mhg-dealer-next__inner > div {
  padding: 88px 0;
}

.mhg-dealer-next__inner > div > p {
  max-width: 660px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.7);
}

.mhg-dealer-next__inner > img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.mhg-dealer-next .mhg-actions {
  margin-top: 32px;
}

.mhg-dealer-next .mhg-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.56);
}

@media (max-width: 1080px) {
  .mhg-cinematic--dealer-network {
    min-height: 650px;
  }

  .mhg-cinematic--dealer-network h1 {
    font-size: 60px;
  }

  .mhg-dealer-standard__grid {
    gap: 52px;
  }

  .mhg-dealer-theatre {
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  }
}

@media (max-width: 900px) {
  .mhg-cinematic--dealer-network {
    min-height: 610px;
    padding: 72px 0 56px;
    background:
      linear-gradient(90deg, rgba(2, 9, 7, 0.96) 0%, rgba(2, 9, 7, 0.78) 58%, rgba(2, 9, 7, 0.3) 100%),
      var(--mhg-hero-image) 48% center / cover;
  }

  .mhg-cinematic--dealer-network .mhg-cinematic__inner {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 34px;
  }

  .mhg-cinematic--dealer-network h1 {
    font-size: 50px;
  }

  .mhg-dealer-capabilities,
  .mhg-dealer-standard,
  .mhg-dealer-systems,
  .mhg-dealer-proof,
  .mhg-dealer-faq {
    padding: 84px 0;
  }

  .mhg-dealer-heading,
  .mhg-dealer-faq__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mhg-dealer-heading h2,
  .mhg-dealer-standard h2,
  .mhg-dealer-faq h2,
  .mhg-dealer-next h2 {
    font-size: 43px;
  }

  .mhg-dealer-capability-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhg-dealer-standard__grid,
  .mhg-dealer-theatre {
    grid-template-columns: 1fr;
  }

  .mhg-dealer-standard__media {
    position: static;
  }

  .mhg-dealer-supporting {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mhg-dealer-system {
    grid-template-columns: 1fr;
  }

  .mhg-dealer-system > a {
    aspect-ratio: 4 / 3;
  }

  .mhg-dealer-next__inner {
    min-height: 0;
    grid-template-columns: 1fr 0.78fr;
    gap: 42px;
  }
}

@media (max-width: 620px) {
  .mhg-cinematic--dealer-network {
    min-height: 720px;
    padding: 64px 0 46px;
    background:
      linear-gradient(180deg, rgba(2, 9, 7, 0.5) 0%, rgba(2, 9, 7, 0.7) 33%, rgba(2, 9, 7, 0.98) 76%, #020907 100%),
      var(--mhg-hero-image) 50% 15% / auto 55% no-repeat,
      #020907;
  }

  .mhg-cinematic--dealer-network .mhg-cinematic__inner {
    display: block;
  }

  .mhg-cinematic--dealer-network h1 {
    max-width: 350px;
    font-size: 43px;
  }

  .mhg-cinematic--dealer-network .mhg-cinematic__copy {
    font-size: 16px;
  }

  .mhg-cinematic--dealer-network .mhg-tech-console {
    display: none;
  }

  .mhg-dealer-capabilities,
  .mhg-dealer-standard,
  .mhg-dealer-systems,
  .mhg-dealer-proof,
  .mhg-dealer-faq {
    padding: 70px 0;
  }

  .mhg-dealer-heading {
    margin-bottom: 34px;
  }

  .mhg-dealer-heading h2,
  .mhg-dealer-standard h2,
  .mhg-dealer-faq h2,
  .mhg-dealer-next h2 {
    font-size: 36px;
  }

  .mhg-dealer-heading > p,
  .mhg-dealer-standard__content > div > p,
  .mhg-dealer-next__inner > div > p {
    font-size: 16px;
  }

  .mhg-dealer-capability-rail {
    display: flex;
    width: calc(100% + 20px);
    gap: 12px;
    padding: 0 20px 12px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .mhg-dealer-capability {
    flex: 0 0 82vw;
    max-width: 338px;
    scroll-snap-align: start;
  }

  .mhg-dealer-standard__grid {
    gap: 42px;
  }

  .mhg-dealer-spanesi {
    min-height: 0;
  }

  .mhg-dealer-spanesi > a {
    min-height: 285px;
  }

  .mhg-dealer-spanesi > div {
    padding: 26px 22px;
  }

  .mhg-dealer-spanesi h3 {
    font-size: 32px;
  }

  .mhg-dealer-supporting,
  .mhg-dealer-proof__grid {
    display: flex;
    width: calc(100% + 20px);
    gap: 12px;
    padding: 0 20px 12px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .mhg-dealer-system,
  .mhg-dealer-proof figure {
    flex: 0 0 82vw;
    max-width: 338px;
    scroll-snap-align: start;
  }

  .mhg-dealer-system > a {
    min-height: 220px;
  }

  .mhg-dealer-faq__grid {
    gap: 38px;
  }

  .mhg-dealer-next__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mhg-dealer-next__inner > div {
    padding: 70px 0 46px;
  }

  .mhg-dealer-next__inner > img {
    width: calc(100% + 40px);
    height: 390px;
    margin-left: -20px;
  }

  .mhg-dealer-next .mhg-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mhg-dealer-next .mhg-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mhg-dealer-capability,
  .mhg-dealer-capability img {
    transition: none;
  }
}
