/* GamePC mega-menu: PC podle využití */
@media (min-width: 992px) {
  #header#header :is(#navigation, .menu-helper)
  .menu-item-2004 > .menu-level-2 {
    position: fixed !important;
    z-index: 1100 !important;
    top: var(--gpc-retail-menu-top, 103px) !important;
    left: 50% !important;
    display: block !important;
    width: min(1440px, calc(100vw - 32px)) !important;
    max-width: none !important;
    max-height: calc(100dvh - var(--gpc-retail-menu-top, 103px) - 16px) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: auto !important;
    visibility: hidden !important;
    transform: translate(-50%, -8px) !important;
    opacity: 0 !important;
    border: 1px solid #ded6ef !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 24px 60px rgb(30 8 70 / 24%) !important;
    transition: opacity .16s ease, transform .16s ease, visibility .16s !important;
  }

  #header#header :is(#navigation, .menu-helper)
  .menu-item-2004:is(:hover, .exp) > .menu-level-2,
  #header#header :is(#navigation, .menu-helper)
  .menu-item-2004 > .menu-level-2:focus-within {
    visibility: visible !important;
    transform: translate(-50%) !important;
    opacity: 1 !important;
  }

  #header#header :is(#navigation, .menu-helper)
  .menu-item-2004 > .menu-level-2 > li {
    display: none !important;
  }

  .gpc-usage-mega,
  .gpc-usage-mega * {
    box-sizing: border-box;
  }

  .gpc-usage-mega {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    padding: 28px;
    color: #211439;
  }

  .gpc-usage-mega__content > header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e8e2f2;
  }

  .gpc-usage-mega h3,
  .gpc-usage-mega h4 {
    margin: 0;
    font-weight: 900;
  }

  .gpc-usage-mega__content > header h3 {
    font-size: 21px;
  }

  .gpc-usage-mega__content > header p {
    max-width: 460px;
    margin: 0;
    color: #716a7f;
    font-size: 13px;
    line-height: 1.45;
    text-align: right;
  }

  .gpc-usage-mega__sections {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .gpc-usage-mega__section {
    min-width: 0;
    padding: 18px;
    border: 1px solid #e7dffa;
    border-radius: 12px;
    background: linear-gradient(145deg, #fff, #f7f4fc);
  }

  .gpc-usage-mega__section h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .gpc-usage-mega__section h4 a {
    color: #5a22d0 !important;
    text-decoration: none !important;
  }

  .gpc-usage-mega__description {
    margin: 0;
    color: #716a7f;
    font-size: 12px;
    line-height: 1.45;
  }

  .gpc-usage-mega__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px 14px;
  }

  .gpc-usage-mega__links a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    min-height: 30px;
    padding: 0 !important;
    color: #4c4561 !important;
    background: none !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }

  .gpc-usage-mega__links a::after {
    color: #8069ae;
    font-size: 20px;
    content: "›";
  }

  .gpc-usage-mega__all {
    display: inline-flex !important;
    gap: 9px;
    margin-top: 16px;
    padding: 0 !important;
    color: #5a22d0 !important;
    background: none !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
  }

  .gpc-usage-mega__promo {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    padding: 26px;
    overflow: hidden;
    border-radius: 14px;
    color: #fff;
    background: radial-gradient(circle at 100% 95%, #8f48ff 0, transparent 35%),
      linear-gradient(142deg, #210253, #5d0fd0);
  }

  .gpc-usage-mega__promo > span {
    margin-bottom: 15px;
    color: #dbcaff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
  }

  .gpc-usage-mega__promo h3 {
    color: #fff;
    font-size: 27px;
    line-height: 1.08;
  }

  .gpc-usage-mega__promo p {
    margin: 13px 0 24px;
    color: #e7ddff;
    font-size: 13px;
    line-height: 1.5;
  }

  .gpc-usage-mega__promo a {
    display: inline-flex !important;
    width: max-content;
    margin-top: auto;
    padding: 11px 14px !important;
    border-radius: 9px;
    color: #4610ae !important;
    background: #fff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1180px) {
  .gpc-usage-mega {
    grid-template-columns: 1fr 250px;
    gap: 18px;
    padding: 20px;
  }

  .gpc-usage-mega__sections {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
