@media (min-width: 1024px) {
  .home-web-layout.home-desktop-theme {
    background: radial-gradient(1200px 420px at 20% -10%, rgba(0, 134, 255, 0.10), transparent 60%), #f1f3f6;
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .home-web-layout.home-desktop-theme .home-web-container {
    max-width: 1480px;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 34px;
  }

  .home-web-layout.home-desktop-theme .home-main {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(15, 27, 45, 0.08);
    border-radius: 22px;
    padding: 26px;
    box-shadow: 0 18px 42px rgba(15, 27, 45, 0.08);
  }

  .home-web-layout.home-desktop-theme .home-sidebar {
    position: sticky;
    top: 92px;
  }

  .home-web-layout.home-desktop-theme .web-big-title {
    font-size: 2.05rem;
    letter-spacing: -0.03em;
    margin: 0 0 22px;
  }

  #home-lower .desktop-explore-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(160px, 1fr)) !important;
    gap: 14px;
    width: 100%;
    overflow: visible !important;
  }

  #home-lower .desktop-explore-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 46px;
    padding: 0 20px;
    border-radius: 12px;
    border: 1px solid rgba(15, 27, 45, 0.12);
    background: #fff;
    color: #0F1B2D;
    text-decoration: none;
    font-weight: 700;
  }

  #home-lower .desktop-explore-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  #home-lower .desktop-explore-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(32%) sepia(88%) saturate(3200%) hue-rotate(200deg);
  }

  #home-lower .desktop-explore-text {
    font-size: 0.88rem;
    line-height: 1;
  }
}

@media (min-width: 1200px) {
  #home-lower .desktop-explore-grid {
    grid-template-columns: repeat(6, minmax(160px, 1fr)) !important;
  }
}
