:root {
  --hopo-v2-ink: #151719;
  --hopo-v2-muted: #656a70;
  --hopo-v2-line: #dfe2e5;
  --hopo-v2-soft: #f4f5f5;
  --hopo-v2-red: #d6001c;
  --hopo-v2-radius: 12px;
}

.hopo-system-v2-page {
  color: var(--hopo-v2-ink);
  background: #fff;
}

.hopo-system-v2-page img {
  max-width: 100%;
}

.hopo-system-v2-preview-note {
  position: fixed;
  z-index: 10000;
  right: 18px;
  bottom: 18px;
  max-width: calc(100vw - 36px);
  padding: 10px 15px;
  color: #fff;
  background: rgba(21, 23, 25, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  font-size: 12px;
  letter-spacing: 0.02em;
  backdrop-filter: blur(12px);
}

.hopo-system-v2-hero {
  position: relative;
  min-height: 0;
  aspect-ratio: 2730 / 1536;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #202225;
}

body.postid-938 .hopo-system-v2-hero {
  aspect-ratio: 2752 / 1536;
}

body.postid-922 .hopo-system-v2-hero {
  aspect-ratio: 2754 / 1536;
}

body.postid-938 .hopo-system-v2-hero-media img {
  filter: brightness(1.03) saturate(0.92) contrast(0.99);
}

.hopo-system-v2-hero-media,
.hopo-system-v2-hero-shade {
  position: absolute;
  inset: 0;
}

.hopo-system-v2-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.hopo-system-v2-hero-shade {
  display: none;
}

.hopo-system-v2-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: clamp(52px, 6vw, 94px);
  color: #fff;
}

.hopo-system-v2-eyebrow,
.hopo-system-v2-section-kicker {
  margin: 0 0 16px;
  color: var(--hopo-v2-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hopo-system-v2-hero .hopo-system-v2-eyebrow {
  color: #fff;
  opacity: 0.78;
}

.hopo-system-v2-hero h1 {
  width: min(900px, 92%);
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4.5vw, 76px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance;
}

.hopo-system-v2-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.hopo-system-v2-breadcrumbs a {
  color: inherit;
  transition: color 0.2s ease;
}

.hopo-system-v2-breadcrumbs a:hover,
.hopo-system-v2-breadcrumbs a:focus-visible {
  color: #fff;
}

.hopo-system-v2-intro {
  padding: clamp(72px, 8.5vw, 150px) 0;
}

.hopo-system-v2-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(50px, 7vw, 120px);
  align-items: center;
}

.hopo-system-v2-main-image {
  margin: 0;
  overflow: hidden;
  border-radius: var(--hopo-v2-radius);
  background: var(--hopo-v2-soft);
  aspect-ratio: 4 / 3;
}

.hopo-system-v2-main-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.postid-938 .hopo-system-v2-main-image {
  width: 80%;
  justify-self: center;
  aspect-ratio: 1 / 1;
  background: #fff;
}

body.postid-938 .hopo-system-v2-main-image img {
  object-fit: cover;
  object-position: center;
  filter: brightness(0.91) saturate(0.88) contrast(1.02);
}

body.postid-922 .hopo-system-v2-main-image {
  width: 100%;
  justify-self: center;
  aspect-ratio: 2604 / 1600;
  background: #fff;
}

body.postid-922 .hopo-system-v2-main-image img {
  object-fit: contain;
  object-position: center;
}

.hopo-system-v2-intro-copy h2,
.hopo-system-v2-section-heading h2 {
  margin: 0;
  color: var(--hopo-v2-ink);
  font-size: clamp(34px, 3.25vw, 56px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.hopo-system-v2-lead {
  margin-top: clamp(24px, 2.5vw, 42px);
  color: #44484c;
  font-size: clamp(17px, 1.15vw, 20px);
  line-height: 1.8;
}

.hopo-system-v2-lead p,
.hopo-system-v2-technical-intro p,
.hopo-system-v2-section-intro p,
.hopo-system-v2-advantage-copy p {
  margin: 0;
}

.hopo-system-v2-technical {
  margin-top: clamp(35px, 3.4vw, 56px);
  padding-top: clamp(28px, 2.2vw, 38px);
  border-top: 1px solid var(--hopo-v2-line);
}

.hopo-system-v2-technical h3 {
  margin: 0;
  color: var(--hopo-v2-ink);
  font-size: clamp(20px, 1.5vw, 26px);
  font-weight: 600;
  line-height: 1.3;
}

.hopo-system-v2-technical-intro {
  margin-top: 12px;
  color: var(--hopo-v2-muted);
  font-size: 15px;
  line-height: 1.65;
}

.hopo-system-v2-specs {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 26px 0 0;
}

.hopo-system-v2-specs > div {
  display: grid;
  grid-template-columns: minmax(112px, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(18px, 2vw, 30px);
  align-items: start;
  padding: 13px 0;
  border-bottom: 1px solid var(--hopo-v2-line);
}

.hopo-system-v2-specs dt {
  min-width: 0;
  color: var(--hopo-v2-muted);
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.hopo-system-v2-specs dd {
  min-width: 0;
  margin: 0;
  color: var(--hopo-v2-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: start;
  overflow-wrap: anywhere;
}

.hopo-system-v2-download {
  display: inline-flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  min-width: 220px;
  margin-top: 28px;
  padding: 13px 18px;
  color: #fff;
  background: var(--hopo-v2-red);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.2s ease, background 0.2s ease;
}

.hopo-system-v2-download:hover,
.hopo-system-v2-download:focus-visible {
  color: #fff;
  background: #b70018;
  transform: translateY(-2px);
}

.hopo-system-v2-advantages {
  padding: clamp(78px, 8vw, 140px) 0;
  background: var(--hopo-v2-soft);
}

.hopo-system-v2-section-heading {
  max-width: 880px;
  margin-bottom: clamp(48px, 5.5vw, 90px);
}

.hopo-system-v2-section-intro {
  max-width: 760px;
  margin-top: 20px;
  color: var(--hopo-v2-muted);
  font-size: 17px;
  line-height: 1.75;
}

.hopo-system-v2-advantage-list {
  display: grid;
  gap: clamp(54px, 7vw, 112px);
}

.hopo-system-v2-advantage {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: center;
}

.hopo-system-v2-advantage:nth-child(even) .hopo-system-v2-advantage-media {
  order: 2;
}

.hopo-system-v2-advantage:nth-child(even) .hopo-system-v2-advantage-copy {
  order: 1;
}

.hopo-system-v2-advantage-media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #fff;
  border: 1px solid rgba(21, 23, 25, 0.08);
  border-radius: var(--hopo-v2-radius);
}

.hopo-system-v2-advantage-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.hopo-system-v2-advantage-copy {
  max-width: 600px;
}

.hopo-system-v2-index {
  display: block;
  margin-bottom: 23px;
  color: var(--hopo-v2-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.hopo-system-v2-advantage-copy h3 {
  margin: 0 0 23px;
  color: var(--hopo-v2-ink);
  font-size: clamp(28px, 2.5vw, 44px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.13;
  text-wrap: balance;
}

.hopo-system-v2-advantage-copy > div {
  color: var(--hopo-v2-muted);
  font-size: clamp(16px, 1.05vw, 19px);
  line-height: 1.8;
}

.hopo-system-v2-configuration {
  padding: clamp(78px, 8vw, 140px) 0 clamp(90px, 9vw, 160px);
  background: #fff;
}

.hopo-system-v2-configuration-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: start;
}

body.postid-952 .hopo-system-v2-configuration-grid,
body.postid-938 .hopo-system-v2-configuration-grid,
body.postid-922 .hopo-system-v2-configuration-grid {
  grid-template-columns: minmax(460px, 0.98fr) minmax(0, 1.02fr);
  gap: clamp(32px, 4vw, 64px);
}

.hopo-system-v2-configuration-media {
  position: sticky;
  top: 110px;
  display: grid;
  place-items: center;
  min-height: 520px;
  margin: 0;
  padding: clamp(24px, 3vw, 50px);
  overflow: hidden;
  background: var(--hopo-v2-soft);
  border-radius: var(--hopo-v2-radius);
}

.hopo-system-v2-configuration-media img {
  width: 100%;
  height: auto;
  max-height: 630px;
  display: block;
  object-fit: contain;
}

body.postid-952 .hopo-system-v2-configuration-media,
body.postid-938 .hopo-system-v2-configuration-media,
body.postid-922 .hopo-system-v2-configuration-media {
  place-items: start center;
  min-height: 0;
  padding: clamp(8px, 1vw, 16px);
}

body.postid-952 .hopo-system-v2-configuration-media img,
body.postid-938 .hopo-system-v2-configuration-media img,
body.postid-922 .hopo-system-v2-configuration-media img {
  max-height: none;
}

.hopo-system-v2-configuration-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--hopo-v2-ink);
}

.hopo-system-v2-configuration-list li {
  display: grid;
  grid-template-columns: 48px minmax(190px, 1fr) minmax(58px, auto) minmax(170px, auto);
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--hopo-v2-line);
}

.hopo-system-v2-config-no {
  color: var(--hopo-v2-muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.hopo-system-v2-config-main h3 {
  margin: 0;
  color: var(--hopo-v2-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.hopo-system-v2-config-main p {
  margin: 7px 0 0;
  color: var(--hopo-v2-muted);
  font-size: 13px;
  line-height: 1.55;
}

.hopo-system-v2-config-qty {
  color: var(--hopo-v2-ink);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.hopo-system-v2-configuration-list code {
  padding: 0;
  color: #4d5257;
  background: transparent;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.hopo-system-v2-contact {
  border-top: 1px solid var(--hopo-v2-line);
  padding: clamp(64px, 5.6vw, 96px) 0 clamp(72px, 6vw, 104px);
}

.hopo-system-v2-contact .SubmitForm {
  max-width: 1120px;
  margin: 0 auto;
}

.hopo-system-v2-contact .SubmitForm .headTitle {
  margin: 0 0 14px;
  padding: 0;
  text-align: center;
}

.hopo-system-v2-contact .SubmitForm .headDesc {
  max-width: 820px;
  margin: 0 auto clamp(34px, 3vw, 46px);
  line-height: 1.65;
  text-align: center;
}

.hopo-system-v2-contact .SubmitForm .headDesc p {
  margin: 0;
}

.hopo-system-v2-contact .xhl_form > fieldset {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 22px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.hopo-system-v2-contact .SubmitForm .usedComp {
  float: none;
  width: 100%;
  min-width: 0;
  margin: 0;
  font-size: 16px;
}

.hopo-system-v2-contact .SubmitForm .usedComp > p:first-child {
  display: none;
}

.hopo-system-v2-contact .SubmitForm .xhl-controls,
.hopo-system-v2-contact .SubmitForm .xhl-controls p,
.hopo-system-v2-contact .SubmitForm .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin: 0;
}

.hopo-system-v2-contact .SubmitForm .xhl-input-xlarge {
  width: 100%;
  height: 54px;
  box-sizing: border-box;
  padding: 0 18px;
  color: var(--hopo-v2-ink);
  background: #fafafa;
  border: 1px solid #dedede;
  border-radius: 2px;
  font-size: 16px;
  line-height: 54px;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.hopo-system-v2-contact .SubmitForm .xhl-input-xlarge::placeholder {
  color: #9a9da1;
  opacity: 1;
}

.hopo-system-v2-contact .SubmitForm .xhl-input-xlarge:focus {
  outline: none;
  background: #fff;
  border-color: #8b8f93;
  box-shadow: 0 0 0 3px rgba(17, 18, 19, 0.06);
}

.hopo-system-v2-contact .hopo-inquiry-contact-note {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  color: var(--hopo-v2-muted);
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

.hopo-system-v2-contact .SubmitForm .xhl-footer {
  grid-column: 1 / -1;
  float: none;
  width: 100% !important;
  margin: 12px 0 0 !important;
  clear: none !important;
}

.hopo-system-v2-contact .SubmitForm .xhl-footer p {
  margin: 0;
}

.hopo-system-v2-contact .SubmitForm .xhl-submit {
  min-width: 220px;
  height: 52px;
  margin: 0;
  border-radius: 999px;
}

html[dir="rtl"] .hopo-system-v2-contact .hopo-inquiry-contact-note {
  text-align: right;
}

html[dir="rtl"] .hopo-system-v2-intro-copy,
html[dir="rtl"] .hopo-system-v2-section-heading,
html[dir="rtl"] .hopo-system-v2-advantage-copy,
html[dir="rtl"] .hopo-system-v2-config-main {
  text-align: right;
}

@media (max-width: 1080px) {
  .hopo-system-v2-intro-grid,
  .hopo-system-v2-advantage {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
    gap: 46px;
  }

  .hopo-system-v2-configuration-grid {
    grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
    gap: 42px;
  }

  body.postid-952 .hopo-system-v2-configuration-grid,
  body.postid-938 .hopo-system-v2-configuration-grid,
  body.postid-922 .hopo-system-v2-configuration-grid {
    grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
    gap: 32px;
  }

  .hopo-system-v2-configuration-list li {
    grid-template-columns: 40px minmax(160px, 1fr) minmax(52px, auto);
  }

  .hopo-system-v2-configuration-list code {
    grid-column: 2 / -1;
  }
}

@media (max-width: 820px) {
  .hopo-system-v2-hero {
    width: 100%;
    min-height: clamp(455px, calc(56.3vw + 230px), 690px);
    aspect-ratio: auto;
    background: #1b1714;
  }

  body.postid-938 .hopo-system-v2-hero {
    aspect-ratio: auto;
  }

  .hopo-system-v2-hero-media {
    background: #1b1714;
  }

  .hopo-system-v2-hero-media img {
    height: auto;
    object-fit: contain;
    object-position: center top;
  }

  .hopo-system-v2-hero h1 {
    width: 100%;
    font-size: clamp(34px, 5.2vw, 44px);
  }

  .hopo-system-v2-breadcrumbs {
    display: none;
  }

  .hopo-system-v2-intro-grid,
  .hopo-system-v2-advantage,
  .hopo-system-v2-configuration-grid {
    grid-template-columns: 1fr;
  }

  body.postid-952 .hopo-system-v2-configuration-grid,
  body.postid-938 .hopo-system-v2-configuration-grid,
  body.postid-922 .hopo-system-v2-configuration-grid {
    grid-template-columns: 1fr;
  }

  .hopo-system-v2-main-image {
    aspect-ratio: 4 / 3;
  }

  .hopo-system-v2-intro-copy {
    max-width: 680px;
  }

  .hopo-system-v2-advantage:nth-child(even) .hopo-system-v2-advantage-media,
  .hopo-system-v2-advantage:nth-child(even) .hopo-system-v2-advantage-copy {
    order: initial;
  }

  .hopo-system-v2-advantage-copy {
    max-width: 680px;
  }

  .hopo-system-v2-configuration-media {
    position: static;
    min-height: 0;
    max-height: 620px;
  }

  body.postid-952 .hopo-system-v2-configuration-media,
  body.postid-938 .hopo-system-v2-configuration-media,
  body.postid-922 .hopo-system-v2-configuration-media {
    padding: 12px;
  }

  .hopo-system-v2-contact .xhl_form > fieldset {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .hopo-system-v2-preview-note {
    right: 12px;
    bottom: 12px;
    font-size: 11px;
  }

  .hopo-system-v2-hero {
    min-height: clamp(455px, calc(56.3vw + 230px), 545px);
  }

  .hopo-system-v2-hero-inner {
    padding-bottom: 40px;
  }

  .hopo-system-v2-specs {
    grid-template-columns: 1fr;
  }

  .hopo-system-v2-specs > div {
    grid-template-columns: minmax(96px, 36%) minmax(0, 1fr);
    gap: 14px;
  }

  .hopo-system-v2-advantage-media {
    aspect-ratio: 1 / 1;
  }

  .hopo-system-v2-configuration-media {
    padding: 18px;
  }

  .hopo-system-v2-configuration-list {
    border-top: 0;
  }

  .hopo-system-v2-configuration-list li {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 12px;
    margin-bottom: 12px;
    padding: 18px;
    background: var(--hopo-v2-soft);
    border: 0;
    border-radius: 8px;
  }

  .hopo-system-v2-configuration-list code {
    grid-column: 2 / -1;
  }

  .hopo-system-v2-contact {
    padding: 52px 0 64px;
  }

  .hopo-system-v2-contact .SubmitForm .headDesc {
    margin-bottom: 28px;
  }

  .hopo-system-v2-contact .xhl_form > fieldset {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .hopo-system-v2-contact .SubmitForm .xhl-input-xlarge {
    height: 52px;
    line-height: 52px;
  }

  .hopo-system-v2-contact .hopo-inquiry-contact-note {
    margin-top: 0;
  }

  .hopo-system-v2-contact .SubmitForm .xhl-footer {
    margin-top: 10px !important;
  }

  .hopo-system-v2-contact .SubmitForm .xhl-submit {
    width: min(100%, 280px);
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hopo-system-v2-page *,
  .hopo-system-v2-page *::before,
  .hopo-system-v2-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
