
.home-wh {
  padding-block: clamp(88px, 10vw, 150px);
  background: #0B1220;
  color: white;
  overflow: hidden;
}
.home-wh-grid {
  display: grid;
  grid-template-columns: minmax(0,.67fr) minmax(520px,1.33fr);
  gap: clamp(44px,7vw,100px);
  align-items: center;
}
.home-wh-copy .section-number { color: #7F8EA7; }
.home-wh-copy h2 {
  margin-top: 16px;
  max-width: 680px;
  font-size: clamp(3rem,5.2vw,5.5rem);
  line-height: .94;
  letter-spacing: -.065em;
}
.home-wh-copy h2 span { color: #7AA7FF; }
.home-wh-copy > p:not(.section-number) {
  max-width: 590px;
  margin-top: 24px;
  color: #B3BED0;
  font-size: 1.04rem;
  line-height: 1.65;
}
.home-wh-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}
.home-wh-store {
  color: #AFC8FF;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
}
.home-wh-store:hover { color: white; }
.home-wh-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 28px;
  color: #8492A9;
  font-size: .78rem;
  font-weight: 750;
}
.home-wh-points span + span::before {
  content: "·";
  margin-right: 18px;
  color: #4F74B8;
}
.home-wh-visual {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(122,167,255,.26);
  background: #08111F;
  box-shadow: 0 36px 100px rgba(0,0,0,.36), 0 0 70px rgba(37,99,235,.09);
  transform: translateZ(0);
}
.home-wh-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.04);
  pointer-events: none;
}
.home-wh-visual img {
  width: 100%;
  height: auto;
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}
.home-wh-visual:hover img { transform: scale(1.015); }
@media (max-width: 1040px) {
  .home-wh-grid { grid-template-columns: 1fr; }
  .home-wh-visual { max-width: 880px; }
}
@media (max-width: 720px) {
  .home-wh { padding-block: 72px; }
  .home-wh-copy h2 { font-size: clamp(2.8rem,12vw,4.4rem); }
  .home-wh-points { display: grid; gap: 6px; }
  .home-wh-points span + span::before { display: none; }
}
@media (forced-colors: active) {
  .home-wh { background: Canvas; color: CanvasText; border-block: 1px solid CanvasText; }
  .home-wh-copy h2 span, .home-wh-store { color: LinkText; }
  .home-wh-visual { border-color: CanvasText; }
}
